7#include <aws/glacier/Glacier_EXPORTS.h>
8#include <aws/glacier/GlacierRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
57 template<
typename AccountIdT = Aws::String>
58 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
59 template<
typename AccountIdT = Aws::String>
70 template<
typename MarkerT = Aws::String>
71 void SetMarker(MarkerT&& value) { m_markerHasBeenSet =
true; m_marker = std::forward<MarkerT>(value); }
72 template<
typename MarkerT = Aws::String>
84 template<
typename LimitT = Aws::String>
85 void SetLimit(LimitT&& value) { m_limitHasBeenSet =
true; m_limit = std::forward<LimitT>(value); }
86 template<
typename LimitT = Aws::String>
92 bool m_accountIdHasBeenSet =
false;
95 bool m_markerHasBeenSet =
false;
98 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