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/MultipartUpload.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/MultipartUpload.h')
-rw-r--r-- | contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/MultipartUpload.h | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/MultipartUpload.h b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/MultipartUpload.h index 29eafa4222..67ec2f4b87 100644 --- a/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/MultipartUpload.h +++ b/contrib/libs/aws-sdk-cpp/aws-cpp-sdk-s3/include/aws/s3/model/MultipartUpload.h @@ -26,12 +26,12 @@ namespace S3 namespace Model { - /** + /** * <p>Container for the <code>MultipartUpload</code> for the Amazon S3 * object.</p><p><h3>See Also:</h3> <a - * href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/MultipartUpload">AWS - * API Reference</a></p> - */ + * href="http://docs.aws.amazon.com/goto/WebAPI/s3-2006-03-01/MultipartUpload">AWS + * API Reference</a></p> + */ class AWS_S3_API MultipartUpload { public: @@ -50,11 +50,11 @@ namespace Model /** * <p>Upload ID that identifies the multipart upload.</p> */ - inline bool UploadIdHasBeenSet() const { return m_uploadIdHasBeenSet; } - - /** - * <p>Upload ID that identifies the multipart upload.</p> - */ + inline bool UploadIdHasBeenSet() const { return m_uploadIdHasBeenSet; } + + /** + * <p>Upload ID that identifies the multipart upload.</p> + */ inline void SetUploadId(const Aws::String& value) { m_uploadIdHasBeenSet = true; m_uploadId = value; } /** @@ -91,11 +91,11 @@ namespace Model /** * <p>Key of the object for which the multipart upload was initiated.</p> */ - inline bool KeyHasBeenSet() const { return m_keyHasBeenSet; } - - /** - * <p>Key of the object for which the multipart upload was initiated.</p> - */ + inline bool KeyHasBeenSet() const { return m_keyHasBeenSet; } + + /** + * <p>Key of the object for which the multipart upload was initiated.</p> + */ inline void SetKey(const Aws::String& value) { m_keyHasBeenSet = true; m_key = value; } /** @@ -132,11 +132,11 @@ namespace Model /** * <p>Date and time at which the multipart upload was initiated.</p> */ - inline bool InitiatedHasBeenSet() const { return m_initiatedHasBeenSet; } - - /** - * <p>Date and time at which the multipart upload was initiated.</p> - */ + inline bool InitiatedHasBeenSet() const { return m_initiatedHasBeenSet; } + + /** + * <p>Date and time at which the multipart upload was initiated.</p> + */ inline void SetInitiated(const Aws::Utils::DateTime& value) { m_initiatedHasBeenSet = true; m_initiated = value; } /** @@ -163,11 +163,11 @@ namespace Model /** * <p>The class of storage used to store the object.</p> */ - inline bool StorageClassHasBeenSet() const { return m_storageClassHasBeenSet; } - - /** - * <p>The class of storage used to store the object.</p> - */ + inline bool StorageClassHasBeenSet() const { return m_storageClassHasBeenSet; } + + /** + * <p>The class of storage used to store the object.</p> + */ inline void SetStorageClass(const StorageClass& value) { m_storageClassHasBeenSet = true; m_storageClass = value; } /** @@ -186,34 +186,34 @@ namespace Model inline MultipartUpload& WithStorageClass(StorageClass&& value) { SetStorageClass(std::move(value)); return *this;} - /** + /** * <p>Specifies the owner of the object that is part of the multipart upload. </p> - */ + */ inline const Owner& GetOwner() const{ return m_owner; } - /** + /** * <p>Specifies the owner of the object that is part of the multipart upload. </p> - */ - inline bool OwnerHasBeenSet() const { return m_ownerHasBeenSet; } - - /** + */ + inline bool OwnerHasBeenSet() const { return m_ownerHasBeenSet; } + + /** * <p>Specifies the owner of the object that is part of the multipart upload. </p> - */ + */ inline void SetOwner(const Owner& value) { m_ownerHasBeenSet = true; m_owner = value; } - /** + /** * <p>Specifies the owner of the object that is part of the multipart upload. </p> - */ + */ inline void SetOwner(Owner&& value) { m_ownerHasBeenSet = true; m_owner = std::move(value); } - /** + /** * <p>Specifies the owner of the object that is part of the multipart upload. </p> - */ + */ inline MultipartUpload& WithOwner(const Owner& value) { SetOwner(value); return *this;} - /** + /** * <p>Specifies the owner of the object that is part of the multipart upload. </p> - */ + */ inline MultipartUpload& WithOwner(Owner&& value) { SetOwner(std::move(value)); return *this;} @@ -225,11 +225,11 @@ namespace Model /** * <p>Identifies who initiated the multipart upload.</p> */ - inline bool InitiatorHasBeenSet() const { return m_initiatorHasBeenSet; } - - /** - * <p>Identifies who initiated the multipart upload.</p> - */ + inline bool InitiatorHasBeenSet() const { return m_initiatorHasBeenSet; } + + /** + * <p>Identifies who initiated the multipart upload.</p> + */ inline void SetInitiator(const Initiator& value) { m_initiatorHasBeenSet = true; m_initiator = value; } /** |