7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glacier/model/DescribeVaultOutput.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
48 template<
typename VaultListT = Aws::Vector<DescribeVaultOutput>>
49 void SetVaultList(VaultListT&& value) { m_vaultListHasBeenSet =
true; m_vaultList = std::forward<VaultListT>(value); }
50 template<
typename VaultListT = Aws::Vector<DescribeVaultOutput>>
52 template<
typename VaultListT = DescribeVaultOutput>
53 ListVaultsResult&
AddVaultList(VaultListT&& value) { m_vaultListHasBeenSet =
true; m_vaultList.emplace_back(std::forward<VaultListT>(value));
return *
this; }
62 template<
typename MarkerT = Aws::String>
63 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
64 template<
typename MarkerT = Aws::String>
71 template<
typename RequestIdT = Aws::String>
72 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
73 template<
typename RequestIdT = Aws::String>
79 bool m_vaultListHasBeenSet =
false;
82 bool m_markerHasBeenSet =
false;
85 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