7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glacier/Glacier_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
41 template <
typename VaultARNT = Aws::String>
43 m_vaultARNHasBeenSet =
true;
44 m_vaultARN = std::forward<VaultARNT>(value);
46 template <
typename VaultARNT = Aws::String>
58 template <
typename VaultNameT = Aws::String>
60 m_vaultNameHasBeenSet =
true;
61 m_vaultName = std::forward<VaultNameT>(value);
63 template <
typename VaultNameT = Aws::String>
77 template <
typename CreationDateT = Aws::String>
79 m_creationDateHasBeenSet =
true;
80 m_creationDate = std::forward<CreationDateT>(value);
82 template <
typename CreationDateT = Aws::String>
96 template <
typename LastInventoryDateT = Aws::String>
98 m_lastInventoryDateHasBeenSet =
true;
99 m_lastInventoryDate = std::forward<LastInventoryDateT>(value);
101 template <
typename LastInventoryDateT = Aws::String>
116 m_numberOfArchivesHasBeenSet =
true;
117 m_numberOfArchives = value;
133 m_sizeInBytesHasBeenSet =
true;
134 m_sizeInBytes = value;
145 template <
typename RequestIdT = Aws::String>
147 m_requestIdHasBeenSet =
true;
148 m_requestId = std::forward<RequestIdT>(value);
150 template <
typename RequestIdT = Aws::String>
167 long long m_numberOfArchives{0};
169 long long m_sizeInBytes{0};
173 bool m_vaultARNHasBeenSet =
false;
174 bool m_vaultNameHasBeenSet =
false;
175 bool m_creationDateHasBeenSet =
false;
176 bool m_lastInventoryDateHasBeenSet =
false;
177 bool m_numberOfArchivesHasBeenSet =
false;
178 bool m_sizeInBytesHasBeenSet =
false;
179 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
Aws::Http::HttpResponseCode GetHttpResponseCode() 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