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/RequestPayer.h>
11#include <aws/core/utils/memory/stl/AWSMap.h>
88 inline void SetBucket(
const char* value) { m_bucketHasBeenSet =
true; m_bucket.assign(value); }
102 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
114 inline void SetMaxParts(
int value) { m_maxPartsHasBeenSet =
true; m_maxParts = value; }
125 inline void SetPartNumberMarker(
int value) { m_partNumberMarkerHasBeenSet =
true; m_partNumberMarker = value; }
137 inline void SetUploadId(
const char* value) { m_uploadIdHasBeenSet =
true; m_uploadId.assign(value); }
163 inline void SetExpectedBucketOwner(
const char* value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner.assign(value); }
182 inline void SetSSECustomerAlgorithm(
const char* value) { m_sSECustomerAlgorithmHasBeenSet =
true; m_sSECustomerAlgorithm.assign(value); }
201 inline void SetSSECustomerKey(
const char* value) { m_sSECustomerKeyHasBeenSet =
true; m_sSECustomerKey.assign(value); }
220 inline void SetSSECustomerKeyMD5(
const char* value) { m_sSECustomerKeyMD5HasBeenSet =
true; m_sSECustomerKeyMD5.assign(value); }
245 bool m_bucketHasBeenSet =
false;
248 bool m_keyHasBeenSet =
false;
251 bool m_maxPartsHasBeenSet =
false;
253 int m_partNumberMarker;
254 bool m_partNumberMarkerHasBeenSet =
false;
257 bool m_uploadIdHasBeenSet =
false;
260 bool m_requestPayerHasBeenSet =
false;
263 bool m_expectedBucketOwnerHasBeenSet =
false;
266 bool m_sSECustomerAlgorithmHasBeenSet =
false;
269 bool m_sSECustomerKeyHasBeenSet =
false;
272 bool m_sSECustomerKeyMD5HasBeenSet =
false;
275 bool m_customizedAccessLogTagHasBeenSet =
false;
void SetSSECustomerKey(const char *value)
void SetSSECustomerKey(Aws::String &&value)
void SetKey(const char *value)
void SetExpectedBucketOwner(Aws::String &&value)
ListPartsRequest & WithSSECustomerAlgorithm(const Aws::String &value)
ListPartsRequest & WithSSECustomerKey(Aws::String &&value)
ListPartsRequest & WithSSECustomerAlgorithm(Aws::String &&value)
ListPartsRequest & AddCustomizedAccessLogTag(Aws::String &&key, Aws::String &&value)
void SetUploadId(Aws::String &&value)
void SetSSECustomerAlgorithm(const char *value)
const Aws::String & GetSSECustomerAlgorithm() const
virtual const char * GetServiceRequestName() const override
ListPartsRequest & AddCustomizedAccessLogTag(const Aws::String &key, Aws::String &&value)
void SetSSECustomerAlgorithm(const Aws::String &value)
void SetBucket(const Aws::String &value)
void SetKey(const Aws::String &value)
bool CustomizedAccessLogTagHasBeenSet() const
AWS_S3CRT_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListPartsRequest & WithSSECustomerKeyMD5(const Aws::String &value)
ListPartsRequest & WithKey(const char *value)
bool KeyHasBeenSet() const
ListPartsRequest & WithBucket(Aws::String &&value)
ListPartsRequest & WithCustomizedAccessLogTag(Aws::Map< Aws::String, Aws::String > &&value)
bool SSECustomerKeyMD5HasBeenSet() const
ListPartsRequest & AddCustomizedAccessLogTag(Aws::String &&key, const char *value)
ListPartsRequest & WithUploadId(Aws::String &&value)
ListPartsRequest & WithBucket(const char *value)
void SetRequestPayer(const RequestPayer &value)
void SetSSECustomerAlgorithm(Aws::String &&value)
ListPartsRequest & AddCustomizedAccessLogTag(const char *key, const char *value)
bool MaxPartsHasBeenSet() const
ListPartsRequest & WithSSECustomerAlgorithm(const char *value)
void SetCustomizedAccessLogTag(const Aws::Map< Aws::String, Aws::String > &value)
ListPartsRequest & WithMaxParts(int value)
ListPartsRequest & WithSSECustomerKey(const Aws::String &value)
AWS_S3CRT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListPartsRequest & WithSSECustomerKeyMD5(Aws::String &&value)
bool PartNumberMarkerHasBeenSet() const
const Aws::String & GetSSECustomerKeyMD5() const
ListPartsRequest & AddCustomizedAccessLogTag(const char *key, Aws::String &&value)
const Aws::String & GetExpectedBucketOwner() const
void SetSSECustomerKeyMD5(Aws::String &&value)
void SetSSECustomerKeyMD5(const Aws::String &value)
void SetUploadId(const char *value)
ListPartsRequest & WithRequestPayer(const RequestPayer &value)
const Aws::String & GetBucket() const
void SetBucket(Aws::String &&value)
bool UploadIdHasBeenSet() const
ListPartsRequest & WithRequestPayer(RequestPayer &&value)
const RequestPayer & GetRequestPayer() const
ListPartsRequest & WithKey(Aws::String &&value)
ListPartsRequest & WithSSECustomerKeyMD5(const char *value)
ListPartsRequest & AddCustomizedAccessLogTag(Aws::String &&key, const Aws::String &value)
AWS_S3CRT_API Aws::String SerializePayload() const override
void SetExpectedBucketOwner(const Aws::String &value)
ListPartsRequest & WithExpectedBucketOwner(Aws::String &&value)
void SetUploadId(const Aws::String &value)
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
bool BucketHasBeenSet() const
bool ExpectedBucketOwnerHasBeenSet() const
ListPartsRequest & WithKey(const Aws::String &value)
AWS_S3CRT_API EndpointParameters GetEndpointContextParams() const override
void SetCustomizedAccessLogTag(Aws::Map< Aws::String, Aws::String > &&value)
ListPartsRequest & WithUploadId(const Aws::String &value)
ListPartsRequest & WithCustomizedAccessLogTag(const Aws::Map< Aws::String, Aws::String > &value)
void SetExpectedBucketOwner(const char *value)
bool RequestPayerHasBeenSet() const
int GetPartNumberMarker() const
void SetBucket(const char *value)
void SetMaxParts(int value)
AWS_S3CRT_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override
ListPartsRequest & AddCustomizedAccessLogTag(const Aws::String &key, const Aws::String &value)
AWS_S3CRT_API ListPartsRequest()
void SetSSECustomerKey(const Aws::String &value)
const Aws::String & GetSSECustomerKey() const
void SetKey(Aws::String &&value)
ListPartsRequest & WithExpectedBucketOwner(const Aws::String &value)
ListPartsRequest & WithExpectedBucketOwner(const char *value)
const Aws::String & GetUploadId() const
void SetSSECustomerKeyMD5(const char *value)
void SetRequestPayer(RequestPayer &&value)
bool SSECustomerKeyHasBeenSet() const
const Aws::String & GetKey() const
ListPartsRequest & WithBucket(const Aws::String &value)
ListPartsRequest & WithPartNumberMarker(int value)
ListPartsRequest & WithSSECustomerKey(const char *value)
ListPartsRequest & WithUploadId(const char *value)
void SetPartNumberMarker(int value)
bool SSECustomerAlgorithmHasBeenSet() 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