7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glacier/Glacier_EXPORTS.h>
41 template <
typename VaultARNT = Aws::String>
43 m_vaultARNHasBeenSet =
true;
44 m_vaultARN = std::forward<VaultARNT>(value);
46 template <
typename VaultARNT = Aws::String>
59 template <
typename VaultNameT = Aws::String>
61 m_vaultNameHasBeenSet =
true;
62 m_vaultName = std::forward<VaultNameT>(value);
64 template <
typename VaultNameT = Aws::String>
79 template <
typename CreationDateT = Aws::String>
81 m_creationDateHasBeenSet =
true;
82 m_creationDate = std::forward<CreationDateT>(value);
84 template <
typename CreationDateT = Aws::String>
99 template <
typename LastInventoryDateT = Aws::String>
101 m_lastInventoryDateHasBeenSet =
true;
102 m_lastInventoryDate = std::forward<LastInventoryDateT>(value);
104 template <
typename LastInventoryDateT = Aws::String>
120 m_numberOfArchivesHasBeenSet =
true;
121 m_numberOfArchives = value;
138 m_sizeInBytesHasBeenSet =
true;
139 m_sizeInBytes = value;
151 template <
typename RequestIdT = Aws::String>
153 m_requestIdHasBeenSet =
true;
154 m_requestId = std::forward<RequestIdT>(value);
156 template <
typename RequestIdT = Aws::String>
171 long long m_numberOfArchives{0};
173 long long m_sizeInBytes{0};
176 bool m_vaultARNHasBeenSet =
false;
177 bool m_vaultNameHasBeenSet =
false;
178 bool m_creationDateHasBeenSet =
false;
179 bool m_lastInventoryDateHasBeenSet =
false;
180 bool m_numberOfArchivesHasBeenSet =
false;
181 bool m_sizeInBytesHasBeenSet =
false;
182 bool m_requestIdHasBeenSet =
false;
DescribeVaultOutput & WithNumberOfArchives(long long value)
bool RequestIdHasBeenSet() const
bool NumberOfArchivesHasBeenSet() const
void SetNumberOfArchives(long long value)
bool LastInventoryDateHasBeenSet() const
long long GetSizeInBytes() const
DescribeVaultOutput & WithRequestId(RequestIdT &&value)
DescribeVaultOutput & WithVaultName(VaultNameT &&value)
AWS_GLACIER_API Aws::Utils::Json::JsonValue Jsonize() const
void SetRequestId(RequestIdT &&value)
bool VaultNameHasBeenSet() const
bool VaultARNHasBeenSet() const
void SetCreationDate(CreationDateT &&value)
AWS_GLACIER_API DescribeVaultOutput(Aws::Utils::Json::JsonView jsonValue)
void SetSizeInBytes(long long value)
DescribeVaultOutput & WithLastInventoryDate(LastInventoryDateT &&value)
void SetVaultName(VaultNameT &&value)
AWS_GLACIER_API DescribeVaultOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetVaultARN() const
bool SizeInBytesHasBeenSet() const
void SetVaultARN(VaultARNT &&value)
const Aws::String & GetRequestId() const
const Aws::String & GetLastInventoryDate() const
bool CreationDateHasBeenSet() const
DescribeVaultOutput & WithVaultARN(VaultARNT &&value)
const Aws::String & GetCreationDate() const
DescribeVaultOutput & WithCreationDate(CreationDateT &&value)
long long GetNumberOfArchives() const
const Aws::String & GetVaultName() const
DescribeVaultOutput & WithSizeInBytes(long long value)
void SetLastInventoryDate(LastInventoryDateT &&value)
AWS_GLACIER_API DescribeVaultOutput()=default
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue