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/S3Location.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/S3Location.h')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/S3Location.h | 76 |
1 files changed, 38 insertions, 38 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/S3Location.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/S3Location.h index eac879cf38..8f0eab338b 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/S3Location.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/S3Location.h @@ -53,11 +53,11 @@ namespace Model /** * <p>The name of the bucket where the restore results will be placed.</p> */ - inline bool BucketNameHasBeenSet() const { return m_bucketNameHasBeenSet; } - - /** - * <p>The name of the bucket where the restore results will be placed.</p> - */ + inline bool BucketNameHasBeenSet() const { return m_bucketNameHasBeenSet; } + + /** + * <p>The name of the bucket where the restore results will be placed.</p> + */ inline void SetBucketName(const Aws::String& value) { m_bucketNameHasBeenSet = true; m_bucketName = value; } /** @@ -94,11 +94,11 @@ namespace Model /** * <p>The prefix that is prepended to the restore results for this request.</p> */ - inline bool PrefixHasBeenSet() const { return m_prefixHasBeenSet; } - - /** - * <p>The prefix that is prepended to the restore results for this request.</p> - */ + inline bool PrefixHasBeenSet() const { return m_prefixHasBeenSet; } + + /** + * <p>The prefix that is prepended to the restore results for this request.</p> + */ inline void SetPrefix(const Aws::String& value) { m_prefixHasBeenSet = true; m_prefix = value; } /** @@ -131,9 +131,9 @@ namespace Model inline const Encryption& GetEncryption() const{ return m_encryption; } - inline bool EncryptionHasBeenSet() const { return m_encryptionHasBeenSet; } - - + inline bool EncryptionHasBeenSet() const { return m_encryptionHasBeenSet; } + + inline void SetEncryption(const Encryption& value) { m_encryptionHasBeenSet = true; m_encryption = value; } @@ -154,11 +154,11 @@ namespace Model /** * <p>The canned ACL to apply to the restore results.</p> */ - inline bool CannedACLHasBeenSet() const { return m_cannedACLHasBeenSet; } - - /** - * <p>The canned ACL to apply to the restore results.</p> - */ + inline bool CannedACLHasBeenSet() const { return m_cannedACLHasBeenSet; } + + /** + * <p>The canned ACL to apply to the restore results.</p> + */ inline void SetCannedACL(const ObjectCannedACL& value) { m_cannedACLHasBeenSet = true; m_cannedACL = value; } /** @@ -185,11 +185,11 @@ namespace Model /** * <p>A list of grants that control access to the staged results.</p> */ - inline bool AccessControlListHasBeenSet() const { return m_accessControlListHasBeenSet; } - - /** - * <p>A list of grants that control access to the staged results.</p> - */ + inline bool AccessControlListHasBeenSet() const { return m_accessControlListHasBeenSet; } + + /** + * <p>A list of grants that control access to the staged results.</p> + */ inline void SetAccessControlList(const Aws::Vector<Grant>& value) { m_accessControlListHasBeenSet = true; m_accessControlList = value; } /** @@ -226,11 +226,11 @@ namespace Model /** * <p>The tag-set that is applied to the restore results.</p> */ - inline bool TaggingHasBeenSet() const { return m_taggingHasBeenSet; } - - /** - * <p>The tag-set that is applied to the restore results.</p> - */ + inline bool TaggingHasBeenSet() const { return m_taggingHasBeenSet; } + + /** + * <p>The tag-set that is applied to the restore results.</p> + */ inline void SetTagging(const Tagging& value) { m_taggingHasBeenSet = true; m_tagging = value; } /** @@ -257,11 +257,11 @@ namespace Model /** * <p>A list of metadata to store with the restore results in S3.</p> */ - inline bool UserMetadataHasBeenSet() const { return m_userMetadataHasBeenSet; } - - /** - * <p>A list of metadata to store with the restore results in S3.</p> - */ + inline bool UserMetadataHasBeenSet() const { return m_userMetadataHasBeenSet; } + + /** + * <p>A list of metadata to store with the restore results in S3.</p> + */ inline void SetUserMetadata(const Aws::Vector<MetadataEntry>& value) { m_userMetadataHasBeenSet = true; m_userMetadata = value; } /** @@ -298,11 +298,11 @@ namespace Model /** * <p>The class of storage used to store the restore results.</p> */ - inline bool StorageClassHasBeenSet() const { return m_storageClassHasBeenSet; } - - /** - * <p>The class of storage used to store the restore results.</p> - */ + inline bool StorageClassHasBeenSet() const { return m_storageClassHasBeenSet; } + + /** + * <p>The class of storage used to store the restore results.</p> + */ inline void SetStorageClass(const StorageClass& value) { m_storageClassHasBeenSet = true; m_storageClass = value; } /** |