7#include <aws/s3control/S3Control_EXPORTS.h>
8#include <aws/s3control/S3ControlRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 template<
typename AccountIdT = Aws::String>
54 void SetAccountId(AccountIdT&& value) { m_accountIdHasBeenSet =
true; m_accountId = std::forward<AccountIdT>(value); }
55 template<
typename AccountIdT = Aws::String>
65 template<
typename NextTokenT = Aws::String>
66 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
67 template<
typename NextTokenT = Aws::String>
77 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
88 template<
typename OutpostIdT = Aws::String>
89 void SetOutpostId(OutpostIdT&& value) { m_outpostIdHasBeenSet =
true; m_outpostId = std::forward<OutpostIdT>(value); }
90 template<
typename OutpostIdT = Aws::String>
96 bool m_accountIdHasBeenSet =
false;
99 bool m_nextTokenHasBeenSet =
false;
102 bool m_maxResultsHasBeenSet =
false;
105 bool m_outpostIdHasBeenSet =
false;
AWS_S3CONTROL_API ListRegionalBucketsRequest()=default
int GetMaxResults() const
AWS_S3CONTROL_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListRegionalBucketsRequest & WithOutpostId(OutpostIdT &&value)
ListRegionalBucketsRequest & WithAccountId(AccountIdT &&value)
virtual const char * GetServiceRequestName() const override
void SetNextToken(NextTokenT &&value)
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetOutpostId(OutpostIdT &&value)
bool OutpostIdHasBeenSet() const
bool AccountIdHasBeenSet() const
ListRegionalBucketsRequest & WithMaxResults(int value)
AWS_S3CONTROL_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListRegionalBucketsRequest & WithNextToken(NextTokenT &&value)
void SetAccountId(AccountIdT &&value)
const Aws::String & GetAccountId() const
void SetMaxResults(int value)
AWS_S3CONTROL_API Aws::String SerializePayload() const override
const Aws::String & GetOutpostId() const
AWS_S3CONTROL_API EndpointParameters GetEndpointContextParams() const override
const Aws::String & GetNextToken() const
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String