diff options
author | unril <unril@yandex-team.ru> | 2022-02-10 16:46:05 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:05 +0300 |
commit | 11ae9eca250d0188b7962459cbc6706719e7dca9 (patch) | |
tree | 4b7d6755091980d33210de19b2eb35a401a761ea /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketLocationResult.h | |
parent | 9c914f41ba5e9f9365f404e892197553ac23809e (diff) | |
download | ydb-11ae9eca250d0188b7962459cbc6706719e7dca9.tar.gz |
Restoring authorship annotation for <unril@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketLocationResult.h')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketLocationResult.h | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketLocationResult.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketLocationResult.h index 4f777648cc0..479fd18f9ec 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketLocationResult.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketLocationResult.h @@ -32,49 +32,49 @@ namespace Model GetBucketLocationResult& operator=(const Aws::AmazonWebServiceResult<Aws::Utils::Xml::XmlDocument>& result); - /** + /** * <p>Specifies the Region where the bucket resides. For a list of all the Amazon * S3 supported location constraints by Region, see <a * href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions * and Endpoints</a>. Buckets in Region <code>us-east-1</code> have a * LocationConstraint of <code>null</code>.</p> - */ + */ inline const BucketLocationConstraint& GetLocationConstraint() const{ return m_locationConstraint; } - /** + /** * <p>Specifies the Region where the bucket resides. For a list of all the Amazon * S3 supported location constraints by Region, see <a * href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions * and Endpoints</a>. Buckets in Region <code>us-east-1</code> have a * LocationConstraint of <code>null</code>.</p> - */ + */ inline void SetLocationConstraint(const BucketLocationConstraint& value) { m_locationConstraint = value; } - /** + /** * <p>Specifies the Region where the bucket resides. For a list of all the Amazon * S3 supported location constraints by Region, see <a * href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions * and Endpoints</a>. Buckets in Region <code>us-east-1</code> have a * LocationConstraint of <code>null</code>.</p> - */ + */ inline void SetLocationConstraint(BucketLocationConstraint&& value) { m_locationConstraint = std::move(value); } - /** + /** * <p>Specifies the Region where the bucket resides. For a list of all the Amazon * S3 supported location constraints by Region, see <a * href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions * and Endpoints</a>. Buckets in Region <code>us-east-1</code> have a * LocationConstraint of <code>null</code>.</p> - */ + */ inline GetBucketLocationResult& WithLocationConstraint(const BucketLocationConstraint& value) { SetLocationConstraint(value); return *this;} - /** + /** * <p>Specifies the Region where the bucket resides. For a list of all the Amazon * S3 supported location constraints by Region, see <a * href="https://docs.aws.amazon.com/general/latest/gr/rande.html#s3_region">Regions * and Endpoints</a>. Buckets in Region <code>us-east-1</code> have a * LocationConstraint of <code>null</code>.</p> - */ + */ inline GetBucketLocationResult& WithLocationConstraint(BucketLocationConstraint&& value) { SetLocationConstraint(std::move(value)); return *this;} private: |