/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Provides options for initiating a multipart upload to an Amazon S3 Glacier
* vault.See Also:
AWS
* API Reference
The AccountId
value is the AWS account ID of the account that
* owns the vault. You can either specify an AWS account ID or optionally a single
* '-
' (hyphen), in which case Amazon S3 Glacier uses the AWS account
* ID associated with the credentials used to sign the request. If you use an
* account ID, do not include any hyphens ('-') in the ID.
The AccountId
value is the AWS account ID of the account that
* owns the vault. You can either specify an AWS account ID or optionally a single
* '-
' (hyphen), in which case Amazon S3 Glacier uses the AWS account
* ID associated with the credentials used to sign the request. If you use an
* account ID, do not include any hyphens ('-') in the ID.
The AccountId
value is the AWS account ID of the account that
* owns the vault. You can either specify an AWS account ID or optionally a single
* '-
' (hyphen), in which case Amazon S3 Glacier uses the AWS account
* ID associated with the credentials used to sign the request. If you use an
* account ID, do not include any hyphens ('-') in the ID.
The AccountId
value is the AWS account ID of the account that
* owns the vault. You can either specify an AWS account ID or optionally a single
* '-
' (hyphen), in which case Amazon S3 Glacier uses the AWS account
* ID associated with the credentials used to sign the request. If you use an
* account ID, do not include any hyphens ('-') in the ID.
The AccountId
value is the AWS account ID of the account that
* owns the vault. You can either specify an AWS account ID or optionally a single
* '-
' (hyphen), in which case Amazon S3 Glacier uses the AWS account
* ID associated with the credentials used to sign the request. If you use an
* account ID, do not include any hyphens ('-') in the ID.
The AccountId
value is the AWS account ID of the account that
* owns the vault. You can either specify an AWS account ID or optionally a single
* '-
' (hyphen), in which case Amazon S3 Glacier uses the AWS account
* ID associated with the credentials used to sign the request. If you use an
* account ID, do not include any hyphens ('-') in the ID.
The AccountId
value is the AWS account ID of the account that
* owns the vault. You can either specify an AWS account ID or optionally a single
* '-
' (hyphen), in which case Amazon S3 Glacier uses the AWS account
* ID associated with the credentials used to sign the request. If you use an
* account ID, do not include any hyphens ('-') in the ID.
The AccountId
value is the AWS account ID of the account that
* owns the vault. You can either specify an AWS account ID or optionally a single
* '-
' (hyphen), in which case Amazon S3 Glacier uses the AWS account
* ID associated with the credentials used to sign the request. If you use an
* account ID, do not include any hyphens ('-') in the ID.
The name of the vault.
*/ inline const Aws::String& GetVaultName() const{ return m_vaultName; } /** *The name of the vault.
*/ inline bool VaultNameHasBeenSet() const { return m_vaultNameHasBeenSet; } /** *The name of the vault.
*/ inline void SetVaultName(const Aws::String& value) { m_vaultNameHasBeenSet = true; m_vaultName = value; } /** *The name of the vault.
*/ inline void SetVaultName(Aws::String&& value) { m_vaultNameHasBeenSet = true; m_vaultName = std::move(value); } /** *The name of the vault.
*/ inline void SetVaultName(const char* value) { m_vaultNameHasBeenSet = true; m_vaultName.assign(value); } /** *The name of the vault.
*/ inline InitiateMultipartUploadRequest& WithVaultName(const Aws::String& value) { SetVaultName(value); return *this;} /** *The name of the vault.
*/ inline InitiateMultipartUploadRequest& WithVaultName(Aws::String&& value) { SetVaultName(std::move(value)); return *this;} /** *The name of the vault.
*/ inline InitiateMultipartUploadRequest& WithVaultName(const char* value) { SetVaultName(value); return *this;} /** *The archive description that you are uploading in parts.
The part size * must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 * MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum * allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).
*/ inline const Aws::String& GetArchiveDescription() const{ return m_archiveDescription; } /** *The archive description that you are uploading in parts.
The part size * must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 * MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum * allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).
*/ inline bool ArchiveDescriptionHasBeenSet() const { return m_archiveDescriptionHasBeenSet; } /** *The archive description that you are uploading in parts.
The part size * must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 * MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum * allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).
*/ inline void SetArchiveDescription(const Aws::String& value) { m_archiveDescriptionHasBeenSet = true; m_archiveDescription = value; } /** *The archive description that you are uploading in parts.
The part size * must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 * MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum * allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).
*/ inline void SetArchiveDescription(Aws::String&& value) { m_archiveDescriptionHasBeenSet = true; m_archiveDescription = std::move(value); } /** *The archive description that you are uploading in parts.
The part size * must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 * MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum * allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).
*/ inline void SetArchiveDescription(const char* value) { m_archiveDescriptionHasBeenSet = true; m_archiveDescription.assign(value); } /** *The archive description that you are uploading in parts.
The part size * must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 * MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum * allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).
*/ inline InitiateMultipartUploadRequest& WithArchiveDescription(const Aws::String& value) { SetArchiveDescription(value); return *this;} /** *The archive description that you are uploading in parts.
The part size * must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 * MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum * allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).
*/ inline InitiateMultipartUploadRequest& WithArchiveDescription(Aws::String&& value) { SetArchiveDescription(std::move(value)); return *this;} /** *The archive description that you are uploading in parts.
The part size * must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 * MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum * allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).
*/ inline InitiateMultipartUploadRequest& WithArchiveDescription(const char* value) { SetArchiveDescription(value); return *this;} /** *The size of each part except the last, in bytes. The last part can be smaller * than this part size.
*/ inline const Aws::String& GetPartSize() const{ return m_partSize; } /** *The size of each part except the last, in bytes. The last part can be smaller * than this part size.
*/ inline bool PartSizeHasBeenSet() const { return m_partSizeHasBeenSet; } /** *The size of each part except the last, in bytes. The last part can be smaller * than this part size.
*/ inline void SetPartSize(const Aws::String& value) { m_partSizeHasBeenSet = true; m_partSize = value; } /** *The size of each part except the last, in bytes. The last part can be smaller * than this part size.
*/ inline void SetPartSize(Aws::String&& value) { m_partSizeHasBeenSet = true; m_partSize = std::move(value); } /** *The size of each part except the last, in bytes. The last part can be smaller * than this part size.
*/ inline void SetPartSize(const char* value) { m_partSizeHasBeenSet = true; m_partSize.assign(value); } /** *The size of each part except the last, in bytes. The last part can be smaller * than this part size.
*/ inline InitiateMultipartUploadRequest& WithPartSize(const Aws::String& value) { SetPartSize(value); return *this;} /** *The size of each part except the last, in bytes. The last part can be smaller * than this part size.
*/ inline InitiateMultipartUploadRequest& WithPartSize(Aws::String&& value) { SetPartSize(std::move(value)); return *this;} /** *The size of each part except the last, in bytes. The last part can be smaller * than this part size.
*/ inline InitiateMultipartUploadRequest& WithPartSize(const char* value) { SetPartSize(value); return *this;} private: Aws::String m_accountId; bool m_accountIdHasBeenSet = false; Aws::String m_vaultName; bool m_vaultNameHasBeenSet = false; Aws::String m_archiveDescription; bool m_archiveDescriptionHasBeenSet = false; Aws::String m_partSize; bool m_partSizeHasBeenSet = false; }; } // namespace Model } // namespace Glacier } // namespace Aws