7#include <aws/s3-crt/S3Crt_EXPORTS.h>
8#include <aws/s3-crt/S3CrtRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3-crt/model/EncodingType.h>
11#include <aws/s3-crt/model/RequestPayer.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
89 template<
typename BucketT = Aws::String>
90 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
91 template<
typename BucketT = Aws::String>
110 template<
typename DelimiterT = Aws::String>
111 void SetDelimiter(DelimiterT&& value) { m_delimiterHasBeenSet =
true; m_delimiter = std::forward<DelimiterT>(value); }
112 template<
typename DelimiterT = Aws::String>
147 template<
typename KeyMarkerT = Aws::String>
148 void SetKeyMarker(KeyMarkerT&& value) { m_keyMarkerHasBeenSet =
true; m_keyMarker = std::forward<KeyMarkerT>(value); }
149 template<
typename KeyMarkerT = Aws::String>
161 inline void SetMaxUploads(
int value) { m_maxUploadsHasBeenSet =
true; m_maxUploads = value; }
176 template<
typename PrefixT = Aws::String>
177 void SetPrefix(PrefixT&& value) { m_prefixHasBeenSet =
true; m_prefix = std::forward<PrefixT>(value); }
178 template<
typename PrefixT = Aws::String>
193 template<
typename UploadIdMarkerT = Aws::String>
194 void SetUploadIdMarker(UploadIdMarkerT&& value) { m_uploadIdMarkerHasBeenSet =
true; m_uploadIdMarker = std::forward<UploadIdMarkerT>(value); }
195 template<
typename UploadIdMarkerT = Aws::String>
207 template<
typename ExpectedBucketOwnerT = Aws::String>
208 void SetExpectedBucketOwner(ExpectedBucketOwnerT&& value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value); }
209 template<
typename ExpectedBucketOwnerT = Aws::String>
225 template<
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
226 void SetCustomizedAccessLogTag(CustomizedAccessLogTagT&& value) { m_customizedAccessLogTagHasBeenSet =
true; m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value); }
227 template<
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
229 template<
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
231 m_customizedAccessLogTagHasBeenSet =
true; m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
return *
this;
237 bool m_bucketHasBeenSet =
false;
240 bool m_delimiterHasBeenSet =
false;
243 bool m_encodingTypeHasBeenSet =
false;
246 bool m_keyMarkerHasBeenSet =
false;
249 bool m_maxUploadsHasBeenSet =
false;
252 bool m_prefixHasBeenSet =
false;
255 bool m_uploadIdMarkerHasBeenSet =
false;
258 bool m_expectedBucketOwnerHasBeenSet =
false;
261 bool m_requestPayerHasBeenSet =
false;
264 bool m_customizedAccessLogTagHasBeenSet =
false;
ListMultipartUploadsRequest & WithBucket(BucketT &&value)
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
bool RequestPayerHasBeenSet() const
AWS_S3CRT_API EndpointParameters GetEndpointContextParams() const override
bool EncodingTypeHasBeenSet() const
void SetEncodingType(EncodingType value)
ListMultipartUploadsRequest & WithPrefix(PrefixT &&value)
ListMultipartUploadsRequest & WithUploadIdMarker(UploadIdMarkerT &&value)
ListMultipartUploadsRequest & AddCustomizedAccessLogTag(CustomizedAccessLogTagKeyT &&key, CustomizedAccessLogTagValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
void SetBucket(BucketT &&value)
void SetCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
AWS_S3CRT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListMultipartUploadsRequest & WithEncodingType(EncodingType value)
AWS_S3CRT_API ListMultipartUploadsRequest()=default
bool PrefixHasBeenSet() const
RequestPayer GetRequestPayer() const
bool KeyMarkerHasBeenSet() const
const Aws::String & GetPrefix() const
bool ExpectedBucketOwnerHasBeenSet() const
ListMultipartUploadsRequest & WithMaxUploads(int value)
void SetRequestPayer(RequestPayer value)
ListMultipartUploadsRequest & WithKeyMarker(KeyMarkerT &&value)
ListMultipartUploadsRequest & WithDelimiter(DelimiterT &&value)
ListMultipartUploadsRequest & WithCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
bool UploadIdMarkerHasBeenSet() const
void SetDelimiter(DelimiterT &&value)
void SetMaxUploads(int value)
void SetPrefix(PrefixT &&value)
AWS_S3CRT_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override
virtual const char * GetServiceRequestName() const override
ListMultipartUploadsRequest & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
EncodingType GetEncodingType() const
ListMultipartUploadsRequest & WithRequestPayer(RequestPayer value)
const Aws::String & GetExpectedBucketOwner() const
bool CustomizedAccessLogTagHasBeenSet() const
bool BucketHasBeenSet() const
const Aws::String & GetDelimiter() const
bool MaxUploadsHasBeenSet() const
const Aws::String & GetKeyMarker() const
AWS_S3CRT_API Aws::String SerializePayload() const override
const Aws::String & GetBucket() const
bool DelimiterHasBeenSet() const
AWS_S3CRT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
void SetUploadIdMarker(UploadIdMarkerT &&value)
int GetMaxUploads() const
void SetKeyMarker(KeyMarkerT &&value)
const Aws::String & GetUploadIdMarker() const
Aws::Endpoint::EndpointParameters EndpointParameters
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