7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3/S3Request.h>
10#include <aws/s3/S3_EXPORTS.h>
48 m_maxBucketsHasBeenSet =
true;
72 template <
typename ContinuationTokenT = Aws::String>
74 m_continuationTokenHasBeenSet =
true;
75 m_continuationToken = std::forward<ContinuationTokenT>(value);
77 template <
typename ContinuationTokenT = Aws::String>
91 template <
typename PrefixT = Aws::String>
93 m_prefixHasBeenSet =
true;
94 m_prefix = std::forward<PrefixT>(value);
96 template <
typename PrefixT = Aws::String>
119 template <
typename BucketRegionT = Aws::String>
121 m_bucketRegionHasBeenSet =
true;
122 m_bucketRegion = std::forward<BucketRegionT>(value);
124 template <
typename BucketRegionT = Aws::String>
135 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
137 m_customizedAccessLogTagHasBeenSet =
true;
138 m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value);
140 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
145 template <
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
147 m_customizedAccessLogTagHasBeenSet =
true;
148 m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
154 bool m_maxBucketsHasBeenSet =
false;
157 bool m_continuationTokenHasBeenSet =
false;
160 bool m_prefixHasBeenSet =
false;
163 bool m_bucketRegionHasBeenSet =
false;
166 bool m_customizedAccessLogTagHasBeenSet =
false;
ListBucketsRequest & WithPrefix(PrefixT &&value)
void SetContinuationToken(ContinuationTokenT &&value)
int GetMaxBuckets() const
void SetPrefix(PrefixT &&value)
AWS_S3_API Aws::String SerializePayload() const override
ListBucketsRequest & WithMaxBuckets(int value)
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
bool ContinuationTokenHasBeenSet() const
bool CustomizedAccessLogTagHasBeenSet() const
const Aws::String & GetContinuationToken() const
ListBucketsRequest & AddCustomizedAccessLogTag(CustomizedAccessLogTagKeyT &&key, CustomizedAccessLogTagValueT &&value)
ListBucketsRequest & WithCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
bool MaxBucketsHasBeenSet() const
bool BucketRegionHasBeenSet() const
ListBucketsRequest & WithContinuationToken(ContinuationTokenT &&value)
AWS_S3_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override
ListBucketsRequest & WithBucketRegion(BucketRegionT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetBucketRegion() const
void SetBucketRegion(BucketRegionT &&value)
AWS_S3_API ListBucketsRequest()=default
void SetMaxBuckets(int value)
void SetCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
AWS_S3_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool PrefixHasBeenSet() const
const Aws::String & GetPrefix() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_iostream< char, std::char_traits< char > > IOStream
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String