From 3b241dd57cf58f20bbbd63fa6a0a758dbec09b68 Mon Sep 17 00:00:00 2001 From: unril <unril@yandex-team.ru> Date: Thu, 10 Feb 2022 16:46:05 +0300 Subject: Restoring authorship annotation for <unril@yandex-team.ru>. Commit 2 of 2. --- .../aws/s3/model/GetBucketVersioningRequest.h | 42 +++++++++++----------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketVersioningRequest.h') diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketVersioningRequest.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketVersioningRequest.h index eb556b7ef1..5edd374cbe 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketVersioningRequest.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/GetBucketVersioningRequest.h @@ -41,44 +41,44 @@ namespace Model Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override; - /** + /** * <p>The name of the bucket for which to get the versioning information.</p> - */ + */ inline const Aws::String& GetBucket() const{ return m_bucket; } - /** + /** * <p>The name of the bucket for which to get the versioning information.</p> - */ - inline bool BucketHasBeenSet() const { return m_bucketHasBeenSet; } - - /** + */ + inline bool BucketHasBeenSet() const { return m_bucketHasBeenSet; } + + /** * <p>The name of the bucket for which to get the versioning information.</p> - */ + */ inline void SetBucket(const Aws::String& value) { m_bucketHasBeenSet = true; m_bucket = value; } - /** + /** * <p>The name of the bucket for which to get the versioning information.</p> - */ + */ inline void SetBucket(Aws::String&& value) { m_bucketHasBeenSet = true; m_bucket = std::move(value); } - /** + /** * <p>The name of the bucket for which to get the versioning information.</p> - */ + */ inline void SetBucket(const char* value) { m_bucketHasBeenSet = true; m_bucket.assign(value); } - /** + /** * <p>The name of the bucket for which to get the versioning information.</p> - */ + */ inline GetBucketVersioningRequest& WithBucket(const Aws::String& value) { SetBucket(value); return *this;} - /** + /** * <p>The name of the bucket for which to get the versioning information.</p> - */ + */ inline GetBucketVersioningRequest& WithBucket(Aws::String&& value) { SetBucket(std::move(value)); return *this;} - /** + /** * <p>The name of the bucket for which to get the versioning information.</p> - */ + */ inline GetBucketVersioningRequest& WithBucket(const char* value) { SetBucket(value); return *this;} @@ -143,9 +143,9 @@ namespace Model inline const Aws::Map<Aws::String, Aws::String>& GetCustomizedAccessLogTag() const{ return m_customizedAccessLogTag; } - inline bool CustomizedAccessLogTagHasBeenSet() const { return m_customizedAccessLogTagHasBeenSet; } - - + inline bool CustomizedAccessLogTagHasBeenSet() const { return m_customizedAccessLogTagHasBeenSet; } + + inline void SetCustomizedAccessLogTag(const Aws::Map<Aws::String, Aws::String>& value) { m_customizedAccessLogTagHasBeenSet = true; m_customizedAccessLogTag = value; } -- cgit v1.2.3