7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
47 template<
typename VaultARNT = Aws::String>
48 void SetVaultARN(VaultARNT&& value) { m_vaultARNHasBeenSet =
true; m_vaultARN = std::forward<VaultARNT>(value); }
49 template<
typename VaultARNT = Aws::String>
59 template<
typename VaultNameT = Aws::String>
60 void SetVaultName(VaultNameT&& value) { m_vaultNameHasBeenSet =
true; m_vaultName = std::forward<VaultNameT>(value); }
61 template<
typename VaultNameT = Aws::String>
73 template<
typename CreationDateT = Aws::String>
74 void SetCreationDate(CreationDateT&& value) { m_creationDateHasBeenSet =
true; m_creationDate = std::forward<CreationDateT>(value); }
75 template<
typename CreationDateT = Aws::String>
87 template<
typename LastInventoryDateT = Aws::String>
88 void SetLastInventoryDate(LastInventoryDateT&& value) { m_lastInventoryDateHasBeenSet =
true; m_lastInventoryDate = std::forward<LastInventoryDateT>(value); }
89 template<
typename LastInventoryDateT = Aws::String>
101 inline void SetNumberOfArchives(
long long value) { m_numberOfArchivesHasBeenSet =
true; m_numberOfArchives = value; }
113 inline void SetSizeInBytes(
long long value) { m_sizeInBytesHasBeenSet =
true; m_sizeInBytes = value; }
121 template<
typename RequestIdT = Aws::String>
122 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
123 template<
typename RequestIdT = Aws::String>
129 bool m_vaultARNHasBeenSet =
false;
132 bool m_vaultNameHasBeenSet =
false;
135 bool m_creationDateHasBeenSet =
false;
138 bool m_lastInventoryDateHasBeenSet =
false;
140 long long m_numberOfArchives{0};
141 bool m_numberOfArchivesHasBeenSet =
false;
143 long long m_sizeInBytes{0};
144 bool m_sizeInBytesHasBeenSet =
false;
147 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