7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/S3Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3/model/RequestPayer.h>
11#include <aws/core/utils/DateTime.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>
101 template<
typename KeyT = Aws::String>
102 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
103 template<
typename KeyT = Aws::String>
113 template<
typename UploadIdT = Aws::String>
114 void SetUploadId(UploadIdT&& value) { m_uploadIdHasBeenSet =
true; m_uploadId = std::forward<UploadIdT>(value); }
115 template<
typename UploadIdT = Aws::String>
135 template<
typename ExpectedBucketOwnerT = Aws::String>
136 void SetExpectedBucketOwner(ExpectedBucketOwnerT&& value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value); }
137 template<
typename ExpectedBucketOwnerT = Aws::String>
153 template<
typename IfMatchInitiatedTimeT = Aws::Utils::DateTime>
154 void SetIfMatchInitiatedTime(IfMatchInitiatedTimeT&& value) { m_ifMatchInitiatedTimeHasBeenSet =
true; m_ifMatchInitiatedTime = std::forward<IfMatchInitiatedTimeT>(value); }
155 template<
typename IfMatchInitiatedTimeT = Aws::Utils::DateTime>
163 template<
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
164 void SetCustomizedAccessLogTag(CustomizedAccessLogTagT&& value) { m_customizedAccessLogTagHasBeenSet =
true; m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value); }
165 template<
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
167 template<
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
169 m_customizedAccessLogTagHasBeenSet =
true; m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
return *
this;
175 bool m_bucketHasBeenSet =
false;
178 bool m_keyHasBeenSet =
false;
181 bool m_uploadIdHasBeenSet =
false;
184 bool m_requestPayerHasBeenSet =
false;
187 bool m_expectedBucketOwnerHasBeenSet =
false;
190 bool m_ifMatchInitiatedTimeHasBeenSet =
false;
193 bool m_customizedAccessLogTagHasBeenSet =
false;
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
bool RequestPayerHasBeenSet() const
bool UploadIdHasBeenSet() const
AWS_S3_API EndpointParameters GetEndpointContextParams() const override
void SetBucket(BucketT &&value)
AbortMultipartUploadRequest & WithBucket(BucketT &&value)
AbortMultipartUploadRequest & AddCustomizedAccessLogTag(CustomizedAccessLogTagKeyT &&key, CustomizedAccessLogTagValueT &&value)
void SetRequestPayer(RequestPayer value)
bool IfMatchInitiatedTimeHasBeenSet() const
AWS_S3_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override
void SetCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
AbortMultipartUploadRequest & WithRequestPayer(RequestPayer value)
const Aws::String & GetKey() const
RequestPayer GetRequestPayer() const
AbortMultipartUploadRequest & WithIfMatchInitiatedTime(IfMatchInitiatedTimeT &&value)
const Aws::String & GetBucket() const
AbortMultipartUploadRequest & WithCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
void SetUploadId(UploadIdT &&value)
AWS_S3_API AbortMultipartUploadRequest()=default
const Aws::String & GetUploadId() const
AbortMultipartUploadRequest & WithKey(KeyT &&value)
bool KeyHasBeenSet() const
AbortMultipartUploadRequest & WithUploadId(UploadIdT &&value)
virtual const char * GetServiceRequestName() const override
bool BucketHasBeenSet() const
void SetKey(KeyT &&value)
bool ExpectedBucketOwnerHasBeenSet() const
const Aws::Utils::DateTime & GetIfMatchInitiatedTime() const
AWS_S3_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool CustomizedAccessLogTagHasBeenSet() const
AWS_S3_API Aws::String SerializePayload() const override
AWS_S3_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetExpectedBucketOwner() const
void SetIfMatchInitiatedTime(IfMatchInitiatedTimeT &&value)
AbortMultipartUploadRequest & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
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