aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketLocationResult.h
diff options
context:
space:
mode:
authorunril <unril@yandex-team.ru>2022-02-10 16:46:05 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:05 +0300
commit3b241dd57cf58f20bbbd63fa6a0a758dbec09b68 (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketLocationResult.h
parent11ae9eca250d0188b7962459cbc6706719e7dca9 (diff)
downloadydb-3b241dd57cf58f20bbbd63fa6a0a758dbec09b68.tar.gz
Restoring authorship annotation for <unril@yandex-team.ru>. Commit 2 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.h20
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 479fd18f9ec..4f777648cc0 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: