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 | 3b241dd57cf58f20bbbd63fa6a0a758dbec09b68 (patch) | |
tree | 1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/PutBucketVersioningRequest.h | |
parent | 11ae9eca250d0188b7962459cbc6706719e7dca9 (diff) | |
download | ydb-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/PutBucketVersioningRequest.h')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/PutBucketVersioningRequest.h | 118 |
1 files changed, 59 insertions, 59 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/PutBucketVersioningRequest.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/PutBucketVersioningRequest.h index ddf23c1748..9e306b05b2 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/PutBucketVersioningRequest.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/PutBucketVersioningRequest.h @@ -44,125 +44,125 @@ namespace Model inline bool ShouldComputeContentMd5() const override { return true; } - /** + /** * <p>The bucket name.</p> - */ + */ inline const Aws::String& GetBucket() const{ return m_bucket; } - /** + /** * <p>The bucket name.</p> - */ - inline bool BucketHasBeenSet() const { return m_bucketHasBeenSet; } - - /** + */ + inline bool BucketHasBeenSet() const { return m_bucketHasBeenSet; } + + /** * <p>The bucket name.</p> - */ + */ inline void SetBucket(const Aws::String& value) { m_bucketHasBeenSet = true; m_bucket = value; } - /** + /** * <p>The bucket name.</p> - */ + */ inline void SetBucket(Aws::String&& value) { m_bucketHasBeenSet = true; m_bucket = std::move(value); } - /** + /** * <p>The bucket name.</p> - */ + */ inline void SetBucket(const char* value) { m_bucketHasBeenSet = true; m_bucket.assign(value); } - /** + /** * <p>The bucket name.</p> - */ + */ inline PutBucketVersioningRequest& WithBucket(const Aws::String& value) { SetBucket(value); return *this;} - /** + /** * <p>The bucket name.</p> - */ + */ inline PutBucketVersioningRequest& WithBucket(Aws::String&& value) { SetBucket(std::move(value)); return *this;} - /** + /** * <p>The bucket name.</p> - */ + */ inline PutBucketVersioningRequest& WithBucket(const char* value) { SetBucket(value); return *this;} - /** + /** * <p>>The base64-encoded 128-bit MD5 digest of the data. You must use this * header as a message integrity check to verify that the request body was not * corrupted in transit. For more information, see <a * href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p> <p>For requests * made using the AWS Command Line Interface (CLI) or AWS SDKs, this field is * calculated automatically.</p> - */ + */ inline const Aws::String& GetContentMD5() const{ return m_contentMD5; } - /** + /** * <p>>The base64-encoded 128-bit MD5 digest of the data. You must use this * header as a message integrity check to verify that the request body was not * corrupted in transit. For more information, see <a * href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p> <p>For requests * made using the AWS Command Line Interface (CLI) or AWS SDKs, this field is * calculated automatically.</p> - */ - inline bool ContentMD5HasBeenSet() const { return m_contentMD5HasBeenSet; } - - /** + */ + inline bool ContentMD5HasBeenSet() const { return m_contentMD5HasBeenSet; } + + /** * <p>>The base64-encoded 128-bit MD5 digest of the data. You must use this * header as a message integrity check to verify that the request body was not * corrupted in transit. For more information, see <a * href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p> <p>For requests * made using the AWS Command Line Interface (CLI) or AWS SDKs, this field is * calculated automatically.</p> - */ + */ inline void SetContentMD5(const Aws::String& value) { m_contentMD5HasBeenSet = true; m_contentMD5 = value; } - /** + /** * <p>>The base64-encoded 128-bit MD5 digest of the data. You must use this * header as a message integrity check to verify that the request body was not * corrupted in transit. For more information, see <a * href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p> <p>For requests * made using the AWS Command Line Interface (CLI) or AWS SDKs, this field is * calculated automatically.</p> - */ + */ inline void SetContentMD5(Aws::String&& value) { m_contentMD5HasBeenSet = true; m_contentMD5 = std::move(value); } - /** + /** * <p>>The base64-encoded 128-bit MD5 digest of the data. You must use this * header as a message integrity check to verify that the request body was not * corrupted in transit. For more information, see <a * href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p> <p>For requests * made using the AWS Command Line Interface (CLI) or AWS SDKs, this field is * calculated automatically.</p> - */ + */ inline void SetContentMD5(const char* value) { m_contentMD5HasBeenSet = true; m_contentMD5.assign(value); } - /** + /** * <p>>The base64-encoded 128-bit MD5 digest of the data. You must use this * header as a message integrity check to verify that the request body was not * corrupted in transit. For more information, see <a * href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p> <p>For requests * made using the AWS Command Line Interface (CLI) or AWS SDKs, this field is * calculated automatically.</p> - */ + */ inline PutBucketVersioningRequest& WithContentMD5(const Aws::String& value) { SetContentMD5(value); return *this;} - /** + /** * <p>>The base64-encoded 128-bit MD5 digest of the data. You must use this * header as a message integrity check to verify that the request body was not * corrupted in transit. For more information, see <a * href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p> <p>For requests * made using the AWS Command Line Interface (CLI) or AWS SDKs, this field is * calculated automatically.</p> - */ + */ inline PutBucketVersioningRequest& WithContentMD5(Aws::String&& value) { SetContentMD5(std::move(value)); return *this;} - /** + /** * <p>>The base64-encoded 128-bit MD5 digest of the data. You must use this * header as a message integrity check to verify that the request body was not * corrupted in transit. For more information, see <a * href="http://www.ietf.org/rfc/rfc1864.txt">RFC 1864</a>.</p> <p>For requests * made using the AWS Command Line Interface (CLI) or AWS SDKs, this field is * calculated automatically.</p> - */ + */ inline PutBucketVersioningRequest& WithContentMD5(const char* value) { SetContentMD5(value); return *this;} @@ -176,12 +176,12 @@ namespace Model * <p>The concatenation of the authentication device's serial number, a space, and * the value that is displayed on your authentication device.</p> */ - inline bool MFAHasBeenSet() const { return m_mFAHasBeenSet; } - - /** - * <p>The concatenation of the authentication device's serial number, a space, and - * the value that is displayed on your authentication device.</p> - */ + inline bool MFAHasBeenSet() const { return m_mFAHasBeenSet; } + + /** + * <p>The concatenation of the authentication device's serial number, a space, and + * the value that is displayed on your authentication device.</p> + */ inline void SetMFA(const Aws::String& value) { m_mFAHasBeenSet = true; m_mFA = value; } /** @@ -215,34 +215,34 @@ namespace Model inline PutBucketVersioningRequest& WithMFA(const char* value) { SetMFA(value); return *this;} - /** + /** * <p>Container for setting the versioning state.</p> - */ + */ inline const VersioningConfiguration& GetVersioningConfiguration() const{ return m_versioningConfiguration; } - /** + /** * <p>Container for setting the versioning state.</p> - */ - inline bool VersioningConfigurationHasBeenSet() const { return m_versioningConfigurationHasBeenSet; } - - /** + */ + inline bool VersioningConfigurationHasBeenSet() const { return m_versioningConfigurationHasBeenSet; } + + /** * <p>Container for setting the versioning state.</p> - */ + */ inline void SetVersioningConfiguration(const VersioningConfiguration& value) { m_versioningConfigurationHasBeenSet = true; m_versioningConfiguration = value; } - /** + /** * <p>Container for setting the versioning state.</p> - */ + */ inline void SetVersioningConfiguration(VersioningConfiguration&& value) { m_versioningConfigurationHasBeenSet = true; m_versioningConfiguration = std::move(value); } - /** + /** * <p>Container for setting the versioning state.</p> - */ + */ inline PutBucketVersioningRequest& WithVersioningConfiguration(const VersioningConfiguration& value) { SetVersioningConfiguration(value); return *this;} - /** + /** * <p>Container for setting the versioning state.</p> - */ + */ inline PutBucketVersioningRequest& WithVersioningConfiguration(VersioningConfiguration&& value) { SetVersioningConfiguration(std::move(value)); return *this;} @@ -307,9 +307,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; } |