7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glacier/Glacier_EXPORTS.h>
10#include <aws/glacier/model/DescribeVaultOutput.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
42 template <
typename VaultListT = Aws::Vector<DescribeVaultOutput>>
44 m_vaultListHasBeenSet =
true;
45 m_vaultList = std::forward<VaultListT>(value);
47 template <
typename VaultListT = Aws::Vector<DescribeVaultOutput>>
52 template <
typename VaultListT = DescribeVaultOutput>
54 m_vaultListHasBeenSet =
true;
55 m_vaultList.emplace_back(std::forward<VaultListT>(value));
66 template <
typename MarkerT = Aws::String>
68 m_markerHasBeenSet =
true;
69 m_marker = std::forward<MarkerT>(value);
71 template <
typename MarkerT = Aws::String>
81 template <
typename RequestIdT = Aws::String>
83 m_requestIdHasBeenSet =
true;
84 m_requestId = std::forward<RequestIdT>(value);
86 template <
typename RequestIdT = Aws::String>
98 bool m_vaultListHasBeenSet =
false;
99 bool m_markerHasBeenSet =
false;
100 bool m_requestIdHasBeenSet =
false;
void SetMarker(MarkerT &&value)
ListVaultsResult & WithVaultList(VaultListT &&value)
AWS_GLACIER_API ListVaultsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
AWS_GLACIER_API ListVaultsResult()=default
ListVaultsResult & WithMarker(MarkerT &&value)
ListVaultsResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetMarker() const
void SetRequestId(RequestIdT &&value)
ListVaultsResult & AddVaultList(VaultListT &&value)
const Aws::Vector< DescribeVaultOutput > & GetVaultList() const
void SetVaultList(VaultListT &&value)
AWS_GLACIER_API ListVaultsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue