7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glacier/Glacier_EXPORTS.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template <
typename VaultARNT = Aws::String>
42 m_vaultARNHasBeenSet =
true;
43 m_vaultARN = std::forward<VaultARNT>(value);
45 template <
typename VaultARNT = Aws::String>
57 template <
typename VaultNameT = Aws::String>
59 m_vaultNameHasBeenSet =
true;
60 m_vaultName = std::forward<VaultNameT>(value);
62 template <
typename VaultNameT = Aws::String>
76 template <
typename CreationDateT = Aws::String>
78 m_creationDateHasBeenSet =
true;
79 m_creationDate = std::forward<CreationDateT>(value);
81 template <
typename CreationDateT = Aws::String>
95 template <
typename LastInventoryDateT = Aws::String>
97 m_lastInventoryDateHasBeenSet =
true;
98 m_lastInventoryDate = std::forward<LastInventoryDateT>(value);
100 template <
typename LastInventoryDateT = Aws::String>
115 m_numberOfArchivesHasBeenSet =
true;
116 m_numberOfArchives = value;
132 m_sizeInBytesHasBeenSet =
true;
133 m_sizeInBytes = value;
144 template <
typename RequestIdT = Aws::String>
146 m_requestIdHasBeenSet =
true;
147 m_requestId = std::forward<RequestIdT>(value);
149 template <
typename RequestIdT = Aws::String>
164 long long m_numberOfArchives{0};
166 long long m_sizeInBytes{0};
169 bool m_vaultARNHasBeenSet =
false;
170 bool m_vaultNameHasBeenSet =
false;
171 bool m_creationDateHasBeenSet =
false;
172 bool m_lastInventoryDateHasBeenSet =
false;
173 bool m_numberOfArchivesHasBeenSet =
false;
174 bool m_sizeInBytesHasBeenSet =
false;
175 bool m_requestIdHasBeenSet =
false;
long long GetSizeInBytes() const
AWS_GLACIER_API DescribeVaultResult()=default
long long GetNumberOfArchives() const
AWS_GLACIER_API DescribeVaultResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DescribeVaultResult & WithCreationDate(CreationDateT &&value)
DescribeVaultResult & WithRequestId(RequestIdT &&value)
AWS_GLACIER_API DescribeVaultResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetCreationDate() const
DescribeVaultResult & WithNumberOfArchives(long long value)
const Aws::String & GetRequestId() const
void SetVaultARN(VaultARNT &&value)
void SetNumberOfArchives(long long value)
void SetLastInventoryDate(LastInventoryDateT &&value)
const Aws::String & GetVaultName() const
void SetSizeInBytes(long long value)
void SetRequestId(RequestIdT &&value)
void SetCreationDate(CreationDateT &&value)
const Aws::String & GetLastInventoryDate() const
DescribeVaultResult & WithVaultName(VaultNameT &&value)
DescribeVaultResult & WithVaultARN(VaultARNT &&value)
DescribeVaultResult & WithLastInventoryDate(LastInventoryDateT &&value)
DescribeVaultResult & WithSizeInBytes(long long value)
void SetVaultName(VaultNameT &&value)
const Aws::String & GetVaultARN() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue