7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
46 template<
typename VaultARNT = Aws::String>
47 void SetVaultARN(VaultARNT&& value) { m_vaultARNHasBeenSet =
true; m_vaultARN = std::forward<VaultARNT>(value); }
48 template<
typename VaultARNT = Aws::String>
57 template<
typename VaultNameT = Aws::String>
58 void SetVaultName(VaultNameT&& value) { m_vaultNameHasBeenSet =
true; m_vaultName = std::forward<VaultNameT>(value); }
59 template<
typename VaultNameT = Aws::String>
70 template<
typename CreationDateT = Aws::String>
71 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
72 template<
typename CreationDateT = Aws::String>
83 template<
typename LastInventoryDateT = Aws::String>
84 void SetLastInventoryDate(LastInventoryDateT&& value) { m_lastInventoryDateHasBeenSet =
true; m_lastInventoryDate = std::forward<LastInventoryDateT>(value); }
85 template<
typename LastInventoryDateT = Aws::String>
96 inline void SetNumberOfArchives(
long long value) { m_numberOfArchivesHasBeenSet =
true; m_numberOfArchives = value; }
107 inline void SetSizeInBytes(
long long value) { m_sizeInBytesHasBeenSet =
true; m_sizeInBytes = value; }
114 template<
typename RequestIdT = Aws::String>
115 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
116 template<
typename RequestIdT = Aws::String>
122 bool m_vaultARNHasBeenSet =
false;
125 bool m_vaultNameHasBeenSet =
false;
128 bool m_creationDateHasBeenSet =
false;
131 bool m_lastInventoryDateHasBeenSet =
false;
133 long long m_numberOfArchives{0};
134 bool m_numberOfArchivesHasBeenSet =
false;
136 long long m_sizeInBytes{0};
137 bool m_sizeInBytesHasBeenSet =
false;
140 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