7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/glacier/GlacierRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/Array.h>
45 template<
typename VaultNameT = Aws::String>
46 void SetVaultName(VaultNameT&& value) { m_vaultNameHasBeenSet =
true; m_vaultName = std::forward<VaultNameT>(value); }
47 template<
typename VaultNameT = Aws::String>
61 template<
typename AccountIdT = Aws::String>
62 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
63 template<
typename AccountIdT = Aws::String>
73 template<
typename ArchiveDescriptionT = Aws::String>
74 void SetArchiveDescription(ArchiveDescriptionT&& value) { m_archiveDescriptionHasBeenSet =
true; m_archiveDescription = std::forward<ArchiveDescriptionT>(value); }
75 template<
typename ArchiveDescriptionT = Aws::String>
85 template<
typename ChecksumT = Aws::String>
86 void SetChecksum(ChecksumT&& value) { m_checksumHasBeenSet =
true; m_checksum = std::forward<ChecksumT>(value); }
87 template<
typename ChecksumT = Aws::String>
93 bool m_vaultNameHasBeenSet =
false;
96 bool m_accountIdHasBeenSet =
false;
99 bool m_archiveDescriptionHasBeenSet =
false;
102 bool m_checksumHasBeenSet =
false;
bool ChecksumHasBeenSet() const
AWS_GLACIER_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetVaultName(VaultNameT &&value)
bool VaultNameHasBeenSet() const
AWS_GLACIER_API UploadArchiveRequest()=default
const Aws::String & GetVaultName() const
void SetArchiveDescription(ArchiveDescriptionT &&value)
void SetAccountId(AccountIdT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetAccountId() const
UploadArchiveRequest & WithAccountId(AccountIdT &&value)
UploadArchiveRequest & WithChecksum(ChecksumT &&value)
UploadArchiveRequest & WithArchiveDescription(ArchiveDescriptionT &&value)
const Aws::String & GetArchiveDescription() const
bool ArchiveDescriptionHasBeenSet() const
bool AccountIdHasBeenSet() const
UploadArchiveRequest & WithVaultName(VaultNameT &&value)
const Aws::String & GetChecksum() const
void SetChecksum(ChecksumT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String