7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glacier/GlacierRequest.h>
9#include <aws/glacier/Glacier_EXPORTS.h>
47 template <
typename AccountIdT = Aws::String>
49 m_accountIdHasBeenSet =
true;
50 m_accountId = std::forward<AccountIdT>(value);
52 template <
typename AccountIdT = Aws::String>
65 template <
typename VaultNameT = Aws::String>
67 m_vaultNameHasBeenSet =
true;
68 m_vaultName = std::forward<VaultNameT>(value);
70 template <
typename VaultNameT = Aws::String>
86 template <
typename ArchiveDescriptionT = Aws::String>
88 m_archiveDescriptionHasBeenSet =
true;
89 m_archiveDescription = std::forward<ArchiveDescriptionT>(value);
91 template <
typename ArchiveDescriptionT = Aws::String>
105 template <
typename PartSizeT = Aws::String>
107 m_partSizeHasBeenSet =
true;
108 m_partSize = std::forward<PartSizeT>(value);
110 template <
typename PartSizeT = Aws::String>
124 bool m_accountIdHasBeenSet =
false;
125 bool m_vaultNameHasBeenSet =
false;
126 bool m_archiveDescriptionHasBeenSet =
false;
127 bool m_partSizeHasBeenSet =
false;
AWS_GLACIER_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool VaultNameHasBeenSet() const
void SetAccountId(AccountIdT &&value)
AWS_GLACIER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
InitiateMultipartUploadRequest & WithAccountId(AccountIdT &&value)
const Aws::String & GetArchiveDescription() const
const Aws::String & GetAccountId() const
InitiateMultipartUploadRequest & WithPartSize(PartSizeT &&value)
AWS_GLACIER_API InitiateMultipartUploadRequest()=default
const Aws::String & GetPartSize() const
void SetPartSize(PartSizeT &&value)
bool AccountIdHasBeenSet() const
void SetVaultName(VaultNameT &&value)
void SetArchiveDescription(ArchiveDescriptionT &&value)
InitiateMultipartUploadRequest & WithVaultName(VaultNameT &&value)
const Aws::String & GetVaultName() const
InitiateMultipartUploadRequest & WithArchiveDescription(ArchiveDescriptionT &&value)
bool ArchiveDescriptionHasBeenSet() const
bool PartSizeHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String