7#include <aws/core/utils/DateTime.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3/S3Request.h>
11#include <aws/s3/S3_EXPORTS.h>
12#include <aws/s3/model/ChecksumAlgorithm.h>
13#include <aws/s3/model/MetadataDirective.h>
14#include <aws/s3/model/ObjectCannedACL.h>
15#include <aws/s3/model/ObjectLockLegalHoldStatus.h>
16#include <aws/s3/model/ObjectLockMode.h>
17#include <aws/s3/model/RequestPayer.h>
18#include <aws/s3/model/ServerSideEncryption.h>
19#include <aws/s3/model/StorageClass.h>
20#include <aws/s3/model/TaggingDirective.h>
82 m_aCLHasBeenSet =
true;
138 template <
typename BucketT = Aws::String>
140 m_bucketHasBeenSet =
true;
141 m_bucket = std::forward<BucketT>(value);
143 template <
typename BucketT = Aws::String>
156 template <
typename CacheControlT = Aws::String>
158 m_cacheControlHasBeenSet =
true;
159 m_cacheControl = std::forward<CacheControlT>(value);
161 template <
typename CacheControlT = Aws::String>
188 m_checksumAlgorithmHasBeenSet =
true;
189 m_checksumAlgorithm = value;
205 template <
typename ContentDispositionT = Aws::String>
207 m_contentDispositionHasBeenSet =
true;
208 m_contentDisposition = std::forward<ContentDispositionT>(value);
210 template <
typename ContentDispositionT = Aws::String>
226 template <
typename ContentEncodingT = Aws::String>
228 m_contentEncodingHasBeenSet =
true;
229 m_contentEncoding = std::forward<ContentEncodingT>(value);
231 template <
typename ContentEncodingT = Aws::String>
244 template <
typename ContentLanguageT = Aws::String>
246 m_contentLanguageHasBeenSet =
true;
247 m_contentLanguage = std::forward<ContentLanguageT>(value);
249 template <
typename ContentLanguageT = Aws::String>
262 template <
typename ContentTypeT = Aws::String>
264 m_contentTypeHasBeenSet =
true;
265 m_contentType = std::forward<ContentTypeT>(value);
267 template <
typename ContentTypeT = Aws::String>
331 template <
typename CopySourceT = Aws::String>
333 m_copySourceHasBeenSet =
true;
334 m_copySource = std::forward<CopySourceT>(value);
336 template <
typename CopySourceT = Aws::String>
356 template <
typename CopySourceIfMatchT = Aws::String>
358 m_copySourceIfMatchHasBeenSet =
true;
359 m_copySourceIfMatch = std::forward<CopySourceIfMatchT>(value);
361 template <
typename CopySourceIfMatchT = Aws::String>
381 template <
typename CopySourceIfModifiedSinceT = Aws::Utils::DateTime>
383 m_copySourceIfModifiedSinceHasBeenSet =
true;
384 m_copySourceIfModifiedSince = std::forward<CopySourceIfModifiedSinceT>(value);
386 template <
typename CopySourceIfModifiedSinceT = Aws::Utils::DateTime>
406 template <
typename CopySourceIfNoneMatchT = Aws::String>
408 m_copySourceIfNoneMatchHasBeenSet =
true;
409 m_copySourceIfNoneMatch = std::forward<CopySourceIfNoneMatchT>(value);
411 template <
typename CopySourceIfNoneMatchT = Aws::String>
431 template <
typename CopySourceIfUnmodifiedSinceT = Aws::Utils::DateTime>
433 m_copySourceIfUnmodifiedSinceHasBeenSet =
true;
434 m_copySourceIfUnmodifiedSince = std::forward<CopySourceIfUnmodifiedSinceT>(value);
436 template <
typename CopySourceIfUnmodifiedSinceT = Aws::Utils::DateTime>
449 template <
typename ExpiresT = Aws::Utils::DateTime>
451 m_expiresHasBeenSet =
true;
452 m_expires = std::forward<ExpiresT>(value);
454 template <
typename ExpiresT = Aws::Utils::DateTime>
470 template <
typename GrantFullControlT = Aws::String>
472 m_grantFullControlHasBeenSet =
true;
473 m_grantFullControl = std::forward<GrantFullControlT>(value);
475 template <
typename GrantFullControlT = Aws::String>
491 template <
typename GrantReadT = Aws::String>
493 m_grantReadHasBeenSet =
true;
494 m_grantRead = std::forward<GrantReadT>(value);
496 template <
typename GrantReadT = Aws::String>
512 template <
typename GrantReadACPT = Aws::String>
514 m_grantReadACPHasBeenSet =
true;
515 m_grantReadACP = std::forward<GrantReadACPT>(value);
517 template <
typename GrantReadACPT = Aws::String>
533 template <
typename GrantWriteACPT = Aws::String>
535 m_grantWriteACPHasBeenSet =
true;
536 m_grantWriteACP = std::forward<GrantWriteACPT>(value);
538 template <
typename GrantWriteACPT = Aws::String>
558 template <
typename IfMatchT = Aws::String>
560 m_ifMatchHasBeenSet =
true;
561 m_ifMatch = std::forward<IfMatchT>(value);
563 template <
typename IfMatchT = Aws::String>
582 template <
typename IfNoneMatchT = Aws::String>
584 m_ifNoneMatchHasBeenSet =
true;
585 m_ifNoneMatch = std::forward<IfNoneMatchT>(value);
587 template <
typename IfNoneMatchT = Aws::String>
600 template <
typename KeyT = Aws::String>
602 m_keyHasBeenSet =
true;
603 m_key = std::forward<KeyT>(value);
605 template <
typename KeyT = Aws::String>
607 SetKey(std::forward<KeyT>(value));
618 template <
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
620 m_metadataHasBeenSet =
true;
621 m_metadata = std::forward<MetadataT>(value);
623 template <
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
628 template <
typename MetadataKeyT = Aws::String,
typename MetadataValueT = Aws::String>
630 m_metadataHasBeenSet =
true;
631 m_metadata.emplace(std::forward<MetadataKeyT>(key), std::forward<MetadataValueT>(value));
656 m_metadataDirectiveHasBeenSet =
true;
657 m_metadataDirective = value;
700 m_taggingDirectiveHasBeenSet =
true;
701 m_taggingDirective = value;
782 m_serverSideEncryptionHasBeenSet =
true;
783 m_serverSideEncryption = value;
825 m_storageClassHasBeenSet =
true;
826 m_storageClass = value;
847 template <
typename WebsiteRedirectLocationT = Aws::String>
849 m_websiteRedirectLocationHasBeenSet =
true;
850 m_websiteRedirectLocation = std::forward<WebsiteRedirectLocationT>(value);
852 template <
typename WebsiteRedirectLocationT = Aws::String>
874 template <
typename SSECustomerAlgorithmT = Aws::String>
876 m_sSECustomerAlgorithmHasBeenSet =
true;
877 m_sSECustomerAlgorithm = std::forward<SSECustomerAlgorithmT>(value);
879 template <
typename SSECustomerAlgorithmT = Aws::String>
898 template <
typename SSECustomerKeyT = Aws::String>
900 m_sSECustomerKeyHasBeenSet =
true;
901 m_sSECustomerKey = std::forward<SSECustomerKeyT>(value);
903 template <
typename SSECustomerKeyT = Aws::String>
919 template <
typename SSECustomerKeyMD5T = Aws::String>
921 m_sSECustomerKeyMD5HasBeenSet =
true;
922 m_sSECustomerKeyMD5 = std::forward<SSECustomerKeyMD5T>(value);
924 template <
typename SSECustomerKeyMD5T = Aws::String>
956 template <
typename SSEKMSKeyIdT = Aws::String>
958 m_sSEKMSKeyIdHasBeenSet =
true;
959 m_sSEKMSKeyId = std::forward<SSEKMSKeyIdT>(value);
961 template <
typename SSEKMSKeyIdT = Aws::String>
986 template <
typename SSEKMSEncryptionContextT = Aws::String>
988 m_sSEKMSEncryptionContextHasBeenSet =
true;
989 m_sSEKMSEncryptionContext = std::forward<SSEKMSEncryptionContextT>(value);
991 template <
typename SSEKMSEncryptionContextT = Aws::String>
1019 m_bucketKeyEnabledHasBeenSet =
true;
1020 m_bucketKeyEnabled = value;
1039 template <
typename CopySourceSSECustomerAlgorithmT = Aws::String>
1041 m_copySourceSSECustomerAlgorithmHasBeenSet =
true;
1042 m_copySourceSSECustomerAlgorithm = std::forward<CopySourceSSECustomerAlgorithmT>(value);
1044 template <
typename CopySourceSSECustomerAlgorithmT = Aws::String>
1063 template <
typename CopySourceSSECustomerKeyT = Aws::String>
1065 m_copySourceSSECustomerKeyHasBeenSet =
true;
1066 m_copySourceSSECustomerKey = std::forward<CopySourceSSECustomerKeyT>(value);
1068 template <
typename CopySourceSSECustomerKeyT = Aws::String>
1087 template <
typename CopySourceSSECustomerKeyMD5T = Aws::String>
1089 m_copySourceSSECustomerKeyMD5HasBeenSet =
true;
1090 m_copySourceSSECustomerKeyMD5 = std::forward<CopySourceSSECustomerKeyMD5T>(value);
1092 template <
typename CopySourceSSECustomerKeyMD5T = Aws::String>
1104 m_requestPayerHasBeenSet =
true;
1105 m_requestPayer = value;
1151 template <
typename TaggingT = Aws::String>
1153 m_taggingHasBeenSet =
true;
1154 m_tagging = std::forward<TaggingT>(value);
1156 template <
typename TaggingT = Aws::String>
1171 m_objectLockModeHasBeenSet =
true;
1172 m_objectLockMode = value;
1188 template <
typename ObjectLockRetainUntilDateT = Aws::Utils::DateTime>
1190 m_objectLockRetainUntilDateHasBeenSet =
true;
1191 m_objectLockRetainUntilDate = std::forward<ObjectLockRetainUntilDateT>(value);
1193 template <
typename ObjectLockRetainUntilDateT = Aws::Utils::DateTime>
1208 m_objectLockLegalHoldStatusHasBeenSet =
true;
1209 m_objectLockLegalHoldStatus = value;
1226 template <
typename ExpectedBucketOwnerT = Aws::String>
1228 m_expectedBucketOwnerHasBeenSet =
true;
1229 m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value);
1231 template <
typename ExpectedBucketOwnerT = Aws::String>
1246 template <
typename ExpectedSourceBucketOwnerT = Aws::String>
1248 m_expectedSourceBucketOwnerHasBeenSet =
true;
1249 m_expectedSourceBucketOwner = std::forward<ExpectedSourceBucketOwnerT>(value);
1251 template <
typename ExpectedSourceBucketOwnerT = Aws::String>
1262 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
1264 m_customizedAccessLogTagHasBeenSet =
true;
1265 m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value);
1267 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
1272 template <
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
1274 m_customizedAccessLogTagHasBeenSet =
true;
1275 m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
1281 bool m_aCLHasBeenSet =
false;
1284 bool m_bucketHasBeenSet =
false;
1287 bool m_cacheControlHasBeenSet =
false;
1290 bool m_checksumAlgorithmHasBeenSet =
false;
1293 bool m_contentDispositionHasBeenSet =
false;
1296 bool m_contentEncodingHasBeenSet =
false;
1299 bool m_contentLanguageHasBeenSet =
false;
1302 bool m_contentTypeHasBeenSet =
false;
1305 bool m_copySourceHasBeenSet =
false;
1308 bool m_copySourceIfMatchHasBeenSet =
false;
1311 bool m_copySourceIfModifiedSinceHasBeenSet =
false;
1314 bool m_copySourceIfNoneMatchHasBeenSet =
false;
1317 bool m_copySourceIfUnmodifiedSinceHasBeenSet =
false;
1320 bool m_expiresHasBeenSet =
false;
1323 bool m_grantFullControlHasBeenSet =
false;
1326 bool m_grantReadHasBeenSet =
false;
1329 bool m_grantReadACPHasBeenSet =
false;
1332 bool m_grantWriteACPHasBeenSet =
false;
1335 bool m_ifMatchHasBeenSet =
false;
1338 bool m_ifNoneMatchHasBeenSet =
false;
1341 bool m_keyHasBeenSet =
false;
1344 bool m_metadataHasBeenSet =
false;
1347 bool m_metadataDirectiveHasBeenSet =
false;
1350 bool m_taggingDirectiveHasBeenSet =
false;
1353 bool m_serverSideEncryptionHasBeenSet =
false;
1356 bool m_storageClassHasBeenSet =
false;
1359 bool m_websiteRedirectLocationHasBeenSet =
false;
1362 bool m_sSECustomerAlgorithmHasBeenSet =
false;
1365 bool m_sSECustomerKeyHasBeenSet =
false;
1368 bool m_sSECustomerKeyMD5HasBeenSet =
false;
1371 bool m_sSEKMSKeyIdHasBeenSet =
false;
1374 bool m_sSEKMSEncryptionContextHasBeenSet =
false;
1376 bool m_bucketKeyEnabled{
false};
1377 bool m_bucketKeyEnabledHasBeenSet =
false;
1380 bool m_copySourceSSECustomerAlgorithmHasBeenSet =
false;
1383 bool m_copySourceSSECustomerKeyHasBeenSet =
false;
1386 bool m_copySourceSSECustomerKeyMD5HasBeenSet =
false;
1389 bool m_requestPayerHasBeenSet =
false;
1392 bool m_taggingHasBeenSet =
false;
1395 bool m_objectLockModeHasBeenSet =
false;
1398 bool m_objectLockRetainUntilDateHasBeenSet =
false;
1401 bool m_objectLockLegalHoldStatusHasBeenSet =
false;
1404 bool m_expectedBucketOwnerHasBeenSet =
false;
1407 bool m_expectedSourceBucketOwnerHasBeenSet =
false;
1410 bool m_customizedAccessLogTagHasBeenSet =
false;
bool ChecksumAlgorithmHasBeenSet() const
CopyObjectRequest & WithIfNoneMatch(IfNoneMatchT &&value)
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
void SetCopySourceIfNoneMatch(CopySourceIfNoneMatchT &&value)
CopyObjectRequest & WithStorageClass(StorageClass value)
void SetIfMatch(IfMatchT &&value)
CopyObjectRequest & WithChecksumAlgorithm(ChecksumAlgorithm value)
ObjectLockLegalHoldStatus GetObjectLockLegalHoldStatus() const
AWS_S3_API CopyObjectRequest()=default
CopyObjectRequest & WithBucketKeyEnabled(bool value)
void SetCopySource(CopySourceT &&value)
CopyObjectRequest & WithContentEncoding(ContentEncodingT &&value)
CopyObjectRequest & WithServerSideEncryption(ServerSideEncryption value)
bool CopySourceIfUnmodifiedSinceHasBeenSet() const
const Aws::String & GetContentDisposition() const
CopyObjectRequest & WithExpectedSourceBucketOwner(ExpectedSourceBucketOwnerT &&value)
void SetMetadata(MetadataT &&value)
bool ContentLanguageHasBeenSet() const
CopyObjectRequest & WithObjectLockLegalHoldStatus(ObjectLockLegalHoldStatus value)
CopyObjectRequest & WithCacheControl(CacheControlT &&value)
void SetContentLanguage(ContentLanguageT &&value)
bool StorageClassHasBeenSet() const
CopyObjectRequest & WithIfMatch(IfMatchT &&value)
CopyObjectRequest & WithBucket(BucketT &&value)
const Aws::Utils::DateTime & GetCopySourceIfUnmodifiedSince() const
ServerSideEncryption GetServerSideEncryption() const
const Aws::String & GetWebsiteRedirectLocation() const
bool CopySourceIfMatchHasBeenSet() const
const Aws::String & GetExpectedSourceBucketOwner() const
void SetCopySourceSSECustomerKey(CopySourceSSECustomerKeyT &&value)
void SetObjectLockMode(ObjectLockMode value)
const Aws::String & GetTagging() const
void SetCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
void SetGrantWriteACP(GrantWriteACPT &&value)
void SetGrantFullControl(GrantFullControlT &&value)
bool SSEKMSEncryptionContextHasBeenSet() const
void SetCopySourceIfMatch(CopySourceIfMatchT &&value)
void SetContentDisposition(ContentDispositionT &&value)
StorageClass GetStorageClass() const
const Aws::Utils::DateTime & GetExpires() const
const Aws::String & GetContentLanguage() const
bool ObjectLockModeHasBeenSet() const
bool ObjectLockRetainUntilDateHasBeenSet() const
const Aws::String & GetGrantWriteACP() const
void SetMetadataDirective(MetadataDirective value)
CopyObjectRequest & WithCopySourceSSECustomerKeyMD5(CopySourceSSECustomerKeyMD5T &&value)
CopyObjectRequest & WithCopySourceSSECustomerKey(CopySourceSSECustomerKeyT &&value)
bool MetadataDirectiveHasBeenSet() const
CopyObjectRequest & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
CopyObjectRequest & WithMetadata(MetadataT &&value)
CopyObjectRequest & AddMetadata(MetadataKeyT &&key, MetadataValueT &&value)
void SetCopySourceIfModifiedSince(CopySourceIfModifiedSinceT &&value)
bool BucketKeyEnabledHasBeenSet() const
bool GrantWriteACPHasBeenSet() const
bool ObjectLockLegalHoldStatusHasBeenSet() const
CopyObjectRequest & WithCopySourceIfUnmodifiedSince(CopySourceIfUnmodifiedSinceT &&value)
CopyObjectRequest & AddCustomizedAccessLogTag(CustomizedAccessLogTagKeyT &&key, CustomizedAccessLogTagValueT &&value)
void SetContentEncoding(ContentEncodingT &&value)
CopyObjectRequest & WithGrantWriteACP(GrantWriteACPT &&value)
CopyObjectRequest & WithContentDisposition(ContentDispositionT &&value)
bool CopySourceIfModifiedSinceHasBeenSet() const
void SetIfNoneMatch(IfNoneMatchT &&value)
void SetSSECustomerKey(SSECustomerKeyT &&value)
const Aws::String & GetSSECustomerKeyMD5() const
void SetSSEKMSEncryptionContext(SSEKMSEncryptionContextT &&value)
CopyObjectRequest & WithContentType(ContentTypeT &&value)
void SetServerSideEncryption(ServerSideEncryption value)
void SetObjectLockRetainUntilDate(ObjectLockRetainUntilDateT &&value)
void SetSSECustomerKeyMD5(SSECustomerKeyMD5T &&value)
bool CacheControlHasBeenSet() const
bool GrantFullControlHasBeenSet() const
CopyObjectRequest & WithCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
CopyObjectRequest & WithObjectLockMode(ObjectLockMode value)
CopyObjectRequest & WithGrantRead(GrantReadT &&value)
CopyObjectRequest & WithCopySource(CopySourceT &&value)
AWS_S3_API EndpointParameters GetEndpointContextParams() const override
CopyObjectRequest & WithSSECustomerKeyMD5(SSECustomerKeyMD5T &&value)
virtual const char * GetServiceRequestName() const override
RequestPayer GetRequestPayer() const
CopyObjectRequest & WithSSECustomerKey(SSECustomerKeyT &&value)
const Aws::String & GetCopySourceSSECustomerKeyMD5() const
CopyObjectRequest & WithCopySourceIfMatch(CopySourceIfMatchT &&value)
const Aws::String & GetGrantFullControl() const
bool ContentEncodingHasBeenSet() const
bool TaggingHasBeenSet() const
ObjectCannedACL GetACL() const
const Aws::String & GetCopySourceSSECustomerKey() const
CopyObjectRequest & WithContentLanguage(ContentLanguageT &&value)
const Aws::String & GetSSEKMSEncryptionContext() const
const Aws::String & GetCopySourceIfMatch() const
CopyObjectRequest & WithRequestPayer(RequestPayer value)
void SetCacheControl(CacheControlT &&value)
const Aws::Utils::DateTime & GetCopySourceIfModifiedSince() const
CopyObjectRequest & WithMetadataDirective(MetadataDirective value)
bool SSEKMSKeyIdHasBeenSet() const
CopyObjectRequest & WithSSEKMSEncryptionContext(SSEKMSEncryptionContextT &&value)
void SetBucketKeyEnabled(bool value)
bool CopySourceIfNoneMatchHasBeenSet() const
CopyObjectRequest & WithWebsiteRedirectLocation(WebsiteRedirectLocationT &&value)
bool TaggingDirectiveHasBeenSet() const
bool GetBucketKeyEnabled() const
CopyObjectRequest & WithSSEKMSKeyId(SSEKMSKeyIdT &&value)
CopyObjectRequest & WithSSECustomerAlgorithm(SSECustomerAlgorithmT &&value)
const Aws::String & GetIfNoneMatch() const
bool BucketHasBeenSet() const
CopyObjectRequest & WithCopySourceSSECustomerAlgorithm(CopySourceSSECustomerAlgorithmT &&value)
void SetChecksumAlgorithm(ChecksumAlgorithm value)
const Aws::String & GetGrantReadACP() const
void SetSSEKMSKeyId(SSEKMSKeyIdT &&value)
bool ExpectedSourceBucketOwnerHasBeenSet() const
bool ExpectedBucketOwnerHasBeenSet() const
void SetBucket(BucketT &&value)
void SetStorageClass(StorageClass value)
bool IfNoneMatchHasBeenSet() const
const Aws::Utils::DateTime & GetObjectLockRetainUntilDate() const
bool CopySourceSSECustomerKeyMD5HasBeenSet() const
const Aws::String & GetBucket() const
CopyObjectRequest & WithKey(KeyT &&value)
const Aws::String & GetCopySourceIfNoneMatch() const
const Aws::String & GetKey() const
void SetExpectedSourceBucketOwner(ExpectedSourceBucketOwnerT &&value)
ObjectLockMode GetObjectLockMode() const
const Aws::String & GetCacheControl() const
ChecksumAlgorithm GetChecksumAlgorithm() const
void SetExpires(ExpiresT &&value)
CopyObjectRequest & WithObjectLockRetainUntilDate(ObjectLockRetainUntilDateT &&value)
void SetObjectLockLegalHoldStatus(ObjectLockLegalHoldStatus value)
bool SSECustomerKeyMD5HasBeenSet() const
void SetCopySourceIfUnmodifiedSince(CopySourceIfUnmodifiedSinceT &&value)
void SetContentType(ContentTypeT &&value)
CopyObjectRequest & WithGrantReadACP(GrantReadACPT &&value)
bool GrantReadACPHasBeenSet() const
CopyObjectRequest & WithTaggingDirective(TaggingDirective value)
const Aws::Map< Aws::String, Aws::String > & GetMetadata() const
void SetSSECustomerAlgorithm(SSECustomerAlgorithmT &&value)
bool CustomizedAccessLogTagHasBeenSet() const
CopyObjectRequest & WithExpires(ExpiresT &&value)
void SetTagging(TaggingT &&value)
bool MetadataHasBeenSet() const
CopyObjectRequest & WithCopySourceIfModifiedSince(CopySourceIfModifiedSinceT &&value)
void SetGrantReadACP(GrantReadACPT &&value)
void SetKey(KeyT &&value)
bool GrantReadHasBeenSet() const
bool IfMatchHasBeenSet() const
const Aws::String & GetContentType() const
void SetRequestPayer(RequestPayer value)
bool CopySourceSSECustomerKeyHasBeenSet() const
const Aws::String & GetIfMatch() const
const Aws::String & GetExpectedBucketOwner() const
const Aws::String & GetSSECustomerKey() const
bool SSECustomerKeyHasBeenSet() const
void SetCopySourceSSECustomerAlgorithm(CopySourceSSECustomerAlgorithmT &&value)
AWS_S3_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_S3_API Aws::String SerializePayload() const override
CopyObjectRequest & WithCopySourceIfNoneMatch(CopySourceIfNoneMatchT &&value)
const Aws::String & GetSSECustomerAlgorithm() const
bool WebsiteRedirectLocationHasBeenSet() const
bool ExpiresHasBeenSet() const
MetadataDirective GetMetadataDirective() const
CopyObjectRequest & WithTagging(TaggingT &&value)
bool ContentTypeHasBeenSet() const
bool SSECustomerAlgorithmHasBeenSet() const
bool ContentDispositionHasBeenSet() const
AWS_S3_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override
bool CopySourceSSECustomerAlgorithmHasBeenSet() const
void SetWebsiteRedirectLocation(WebsiteRedirectLocationT &&value)
bool KeyHasBeenSet() const
const Aws::String & GetCopySource() const
AWS_S3_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetCopySourceSSECustomerKeyMD5(CopySourceSSECustomerKeyMD5T &&value)
bool CopySourceHasBeenSet() const
CopyObjectRequest & WithGrantFullControl(GrantFullControlT &&value)
bool ServerSideEncryptionHasBeenSet() const
bool RequestPayerHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() const
const Aws::String & GetGrantRead() const
void SetGrantRead(GrantReadT &&value)
bool ACLHasBeenSet() const
CopyObjectRequest & WithACL(ObjectCannedACL value)
void SetTaggingDirective(TaggingDirective value)
const Aws::String & GetContentEncoding() const
void SetACL(ObjectCannedACL value)
const Aws::String & GetCopySourceSSECustomerAlgorithm() const
const Aws::String & GetSSEKMSKeyId() const
TaggingDirective GetTaggingDirective() const
Aws::Endpoint::EndpointParameters EndpointParameters
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
ObjectLockLegalHoldStatus
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