7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glacier/GlacierRequest.h>
9#include <aws/glacier/Glacier_EXPORTS.h>
52 template <
typename AccountIdT = Aws::String>
54 m_accountIdHasBeenSet =
true;
55 m_accountId = std::forward<AccountIdT>(value);
57 template <
typename AccountIdT = Aws::String>
71 template <
typename MarkerT = Aws::String>
73 m_markerHasBeenSet =
true;
74 m_marker = std::forward<MarkerT>(value);
76 template <
typename MarkerT = Aws::String>
91 template <
typename LimitT = Aws::String>
93 m_limitHasBeenSet =
true;
94 m_limit = std::forward<LimitT>(value);
96 template <
typename LimitT = Aws::String>
98 SetLimit(std::forward<LimitT>(value));
108 bool m_accountIdHasBeenSet =
false;
109 bool m_markerHasBeenSet =
false;
110 bool m_limitHasBeenSet =
false;
void SetLimit(LimitT &&value)
bool AccountIdHasBeenSet() const
ListVaultsRequest & WithAccountId(AccountIdT &&value)
AWS_GLACIER_API ListVaultsRequest()=default
void SetAccountId(AccountIdT &&value)
const Aws::String & GetMarker() const
ListVaultsRequest & WithMarker(MarkerT &&value)
const Aws::String & GetLimit() const
virtual const char * GetServiceRequestName() const override
ListVaultsRequest & WithLimit(LimitT &&value)
AWS_GLACIER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_GLACIER_API Aws::String SerializePayload() const override
const Aws::String & GetAccountId() const
bool LimitHasBeenSet() const
bool MarkerHasBeenSet() const
void SetMarker(MarkerT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String