7#include <aws/s3/S3_EXPORTS.h>
8#include <aws/s3/S3Request.h>
9#include <aws/s3/model/ObjectCannedACL.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
11#include <aws/s3/model/ChecksumAlgorithm.h>
12#include <aws/core/utils/DateTime.h>
13#include <aws/core/utils/memory/stl/AWSMap.h>
14#include <aws/s3/model/MetadataDirective.h>
15#include <aws/s3/model/TaggingDirective.h>
16#include <aws/s3/model/ServerSideEncryption.h>
17#include <aws/s3/model/StorageClass.h>
18#include <aws/s3/model/RequestPayer.h>
19#include <aws/s3/model/ObjectLockMode.h>
20#include <aws/s3/model/ObjectLockLegalHoldStatus.h>
136 template<
typename BucketT = Aws::String>
137 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
138 template<
typename BucketT = Aws::String>
148 template<
typename CacheControlT = Aws::String>
149 void SetCacheControl(CacheControlT&& value) { m_cacheControlHasBeenSet =
true; m_cacheControl = std::forward<CacheControlT>(value); }
150 template<
typename CacheControlT = Aws::String>
185 template<
typename ContentDispositionT = Aws::String>
186 void SetContentDisposition(ContentDispositionT&& value) { m_contentDispositionHasBeenSet =
true; m_contentDisposition = std::forward<ContentDispositionT>(value); }
187 template<
typename ContentDispositionT = Aws::String>
200 template<
typename ContentEncodingT = Aws::String>
201 void SetContentEncoding(ContentEncodingT&& value) { m_contentEncodingHasBeenSet =
true; m_contentEncoding = std::forward<ContentEncodingT>(value); }
202 template<
typename ContentEncodingT = Aws::String>
212 template<
typename ContentLanguageT = Aws::String>
213 void SetContentLanguage(ContentLanguageT&& value) { m_contentLanguageHasBeenSet =
true; m_contentLanguage = std::forward<ContentLanguageT>(value); }
214 template<
typename ContentLanguageT = Aws::String>
224 template<
typename ContentTypeT = Aws::String>
225 void SetContentType(ContentTypeT&& value) { m_contentTypeHasBeenSet =
true; m_contentType = std::forward<ContentTypeT>(value); }
226 template<
typename ContentTypeT = Aws::String>
287 template<
typename CopySourceT = Aws::String>
288 void SetCopySource(CopySourceT&& value) { m_copySourceHasBeenSet =
true; m_copySource = std::forward<CopySourceT>(value); }
289 template<
typename CopySourceT = Aws::String>
306 template<
typename CopySourceIfMatchT = Aws::String>
307 void SetCopySourceIfMatch(CopySourceIfMatchT&& value) { m_copySourceIfMatchHasBeenSet =
true; m_copySourceIfMatch = std::forward<CopySourceIfMatchT>(value); }
308 template<
typename CopySourceIfMatchT = Aws::String>
325 template<
typename CopySourceIfModifiedSinceT = Aws::Utils::DateTime>
326 void SetCopySourceIfModifiedSince(CopySourceIfModifiedSinceT&& value) { m_copySourceIfModifiedSinceHasBeenSet =
true; m_copySourceIfModifiedSince = std::forward<CopySourceIfModifiedSinceT>(value); }
327 template<
typename CopySourceIfModifiedSinceT = Aws::Utils::DateTime>
344 template<
typename CopySourceIfNoneMatchT = Aws::String>
345 void SetCopySourceIfNoneMatch(CopySourceIfNoneMatchT&& value) { m_copySourceIfNoneMatchHasBeenSet =
true; m_copySourceIfNoneMatch = std::forward<CopySourceIfNoneMatchT>(value); }
346 template<
typename CopySourceIfNoneMatchT = Aws::String>
363 template<
typename CopySourceIfUnmodifiedSinceT = Aws::Utils::DateTime>
364 void SetCopySourceIfUnmodifiedSince(CopySourceIfUnmodifiedSinceT&& value) { m_copySourceIfUnmodifiedSinceHasBeenSet =
true; m_copySourceIfUnmodifiedSince = std::forward<CopySourceIfUnmodifiedSinceT>(value); }
365 template<
typename CopySourceIfUnmodifiedSinceT = Aws::Utils::DateTime>
375 template<
typename ExpiresT = Aws::Utils::DateTime>
376 void SetExpires(ExpiresT&& value) { m_expiresHasBeenSet =
true; m_expires = std::forward<ExpiresT>(value); }
377 template<
typename ExpiresT = Aws::Utils::DateTime>
390 template<
typename GrantFullControlT = Aws::String>
391 void SetGrantFullControl(GrantFullControlT&& value) { m_grantFullControlHasBeenSet =
true; m_grantFullControl = std::forward<GrantFullControlT>(value); }
392 template<
typename GrantFullControlT = Aws::String>
405 template<
typename GrantReadT = Aws::String>
406 void SetGrantRead(GrantReadT&& value) { m_grantReadHasBeenSet =
true; m_grantRead = std::forward<GrantReadT>(value); }
407 template<
typename GrantReadT = Aws::String>
420 template<
typename GrantReadACPT = Aws::String>
421 void SetGrantReadACP(GrantReadACPT&& value) { m_grantReadACPHasBeenSet =
true; m_grantReadACP = std::forward<GrantReadACPT>(value); }
422 template<
typename GrantReadACPT = Aws::String>
435 template<
typename GrantWriteACPT = Aws::String>
436 void SetGrantWriteACP(GrantWriteACPT&& value) { m_grantWriteACPHasBeenSet =
true; m_grantWriteACP = std::forward<GrantWriteACPT>(value); }
437 template<
typename GrantWriteACPT = Aws::String>
447 template<
typename KeyT = Aws::String>
448 void SetKey(KeyT&& value) { m_keyHasBeenSet =
true; m_key = std::forward<KeyT>(value); }
449 template<
typename KeyT = Aws::String>
459 template<
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
460 void SetMetadata(MetadataT&& value) { m_metadataHasBeenSet =
true; m_metadata = std::forward<MetadataT>(value); }
461 template<
typename MetadataT = Aws::Map<Aws::String, Aws::String>>
463 template<
typename MetadataKeyT = Aws::String,
typename MetadataValueT = Aws::String>
465 m_metadataHasBeenSet =
true; m_metadata.emplace(std::forward<MetadataKeyT>(key), std::forward<MetadataValueT>(value));
return *
this;
656 template<
typename WebsiteRedirectLocationT = Aws::String>
657 void SetWebsiteRedirectLocation(WebsiteRedirectLocationT&& value) { m_websiteRedirectLocationHasBeenSet =
true; m_websiteRedirectLocation = std::forward<WebsiteRedirectLocationT>(value); }
658 template<
typename WebsiteRedirectLocationT = Aws::String>
677 template<
typename SSECustomerAlgorithmT = Aws::String>
678 void SetSSECustomerAlgorithm(SSECustomerAlgorithmT&& value) { m_sSECustomerAlgorithmHasBeenSet =
true; m_sSECustomerAlgorithm = std::forward<SSECustomerAlgorithmT>(value); }
679 template<
typename SSECustomerAlgorithmT = Aws::String>
695 template<
typename SSECustomerKeyT = Aws::String>
696 void SetSSECustomerKey(SSECustomerKeyT&& value) { m_sSECustomerKeyHasBeenSet =
true; m_sSECustomerKey = std::forward<SSECustomerKeyT>(value); }
697 template<
typename SSECustomerKeyT = Aws::String>
710 template<
typename SSECustomerKeyMD5T = Aws::String>
711 void SetSSECustomerKeyMD5(SSECustomerKeyMD5T&& value) { m_sSECustomerKeyMD5HasBeenSet =
true; m_sSECustomerKeyMD5 = std::forward<SSECustomerKeyMD5T>(value); }
712 template<
typename SSECustomerKeyMD5T = Aws::String>
741 template<
typename SSEKMSKeyIdT = Aws::String>
742 void SetSSEKMSKeyId(SSEKMSKeyIdT&& value) { m_sSEKMSKeyIdHasBeenSet =
true; m_sSEKMSKeyId = std::forward<SSEKMSKeyIdT>(value); }
743 template<
typename SSEKMSKeyIdT = Aws::String>
765 template<
typename SSEKMSEncryptionContextT = Aws::String>
766 void SetSSEKMSEncryptionContext(SSEKMSEncryptionContextT&& value) { m_sSEKMSEncryptionContextHasBeenSet =
true; m_sSEKMSEncryptionContext = std::forward<SSEKMSEncryptionContextT>(value); }
767 template<
typename SSEKMSEncryptionContextT = Aws::String>
791 inline void SetBucketKeyEnabled(
bool value) { m_bucketKeyEnabledHasBeenSet =
true; m_bucketKeyEnabled = value; }
806 template<
typename CopySourceSSECustomerAlgorithmT = Aws::String>
807 void SetCopySourceSSECustomerAlgorithm(CopySourceSSECustomerAlgorithmT&& value) { m_copySourceSSECustomerAlgorithmHasBeenSet =
true; m_copySourceSSECustomerAlgorithm = std::forward<CopySourceSSECustomerAlgorithmT>(value); }
808 template<
typename CopySourceSSECustomerAlgorithmT = Aws::String>
824 template<
typename CopySourceSSECustomerKeyT = Aws::String>
825 void SetCopySourceSSECustomerKey(CopySourceSSECustomerKeyT&& value) { m_copySourceSSECustomerKeyHasBeenSet =
true; m_copySourceSSECustomerKey = std::forward<CopySourceSSECustomerKeyT>(value); }
826 template<
typename CopySourceSSECustomerKeyT = Aws::String>
842 template<
typename CopySourceSSECustomerKeyMD5T = Aws::String>
843 void SetCopySourceSSECustomerKeyMD5(CopySourceSSECustomerKeyMD5T&& value) { m_copySourceSSECustomerKeyMD5HasBeenSet =
true; m_copySourceSSECustomerKeyMD5 = std::forward<CopySourceSSECustomerKeyMD5T>(value); }
844 template<
typename CopySourceSSECustomerKeyMD5T = Aws::String>
894 template<
typename TaggingT = Aws::String>
895 void SetTagging(TaggingT&& value) { m_taggingHasBeenSet =
true; m_tagging = std::forward<TaggingT>(value); }
896 template<
typename TaggingT = Aws::String>
919 template<
typename ObjectLockRetainUntilDateT = Aws::Utils::DateTime>
920 void SetObjectLockRetainUntilDate(ObjectLockRetainUntilDateT&& value) { m_objectLockRetainUntilDateHasBeenSet =
true; m_objectLockRetainUntilDate = std::forward<ObjectLockRetainUntilDateT>(value); }
921 template<
typename ObjectLockRetainUntilDateT = Aws::Utils::DateTime>
945 template<
typename ExpectedBucketOwnerT = Aws::String>
946 void SetExpectedBucketOwner(ExpectedBucketOwnerT&& value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value); }
947 template<
typename ExpectedBucketOwnerT = Aws::String>
959 template<
typename ExpectedSourceBucketOwnerT = Aws::String>
960 void SetExpectedSourceBucketOwner(ExpectedSourceBucketOwnerT&& value) { m_expectedSourceBucketOwnerHasBeenSet =
true; m_expectedSourceBucketOwner = std::forward<ExpectedSourceBucketOwnerT>(value); }
961 template<
typename ExpectedSourceBucketOwnerT = Aws::String>
969 template<
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
970 void SetCustomizedAccessLogTag(CustomizedAccessLogTagT&& value) { m_customizedAccessLogTagHasBeenSet =
true; m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value); }
971 template<
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
973 template<
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
975 m_customizedAccessLogTagHasBeenSet =
true; m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
return *
this;
981 bool m_aCLHasBeenSet =
false;
984 bool m_bucketHasBeenSet =
false;
987 bool m_cacheControlHasBeenSet =
false;
990 bool m_checksumAlgorithmHasBeenSet =
false;
993 bool m_contentDispositionHasBeenSet =
false;
996 bool m_contentEncodingHasBeenSet =
false;
999 bool m_contentLanguageHasBeenSet =
false;
1002 bool m_contentTypeHasBeenSet =
false;
1005 bool m_copySourceHasBeenSet =
false;
1008 bool m_copySourceIfMatchHasBeenSet =
false;
1011 bool m_copySourceIfModifiedSinceHasBeenSet =
false;
1014 bool m_copySourceIfNoneMatchHasBeenSet =
false;
1017 bool m_copySourceIfUnmodifiedSinceHasBeenSet =
false;
1020 bool m_expiresHasBeenSet =
false;
1023 bool m_grantFullControlHasBeenSet =
false;
1026 bool m_grantReadHasBeenSet =
false;
1029 bool m_grantReadACPHasBeenSet =
false;
1032 bool m_grantWriteACPHasBeenSet =
false;
1035 bool m_keyHasBeenSet =
false;
1038 bool m_metadataHasBeenSet =
false;
1041 bool m_metadataDirectiveHasBeenSet =
false;
1044 bool m_taggingDirectiveHasBeenSet =
false;
1047 bool m_serverSideEncryptionHasBeenSet =
false;
1050 bool m_storageClassHasBeenSet =
false;
1053 bool m_websiteRedirectLocationHasBeenSet =
false;
1056 bool m_sSECustomerAlgorithmHasBeenSet =
false;
1059 bool m_sSECustomerKeyHasBeenSet =
false;
1062 bool m_sSECustomerKeyMD5HasBeenSet =
false;
1065 bool m_sSEKMSKeyIdHasBeenSet =
false;
1068 bool m_sSEKMSEncryptionContextHasBeenSet =
false;
1070 bool m_bucketKeyEnabled{
false};
1071 bool m_bucketKeyEnabledHasBeenSet =
false;
1074 bool m_copySourceSSECustomerAlgorithmHasBeenSet =
false;
1077 bool m_copySourceSSECustomerKeyHasBeenSet =
false;
1080 bool m_copySourceSSECustomerKeyMD5HasBeenSet =
false;
1083 bool m_requestPayerHasBeenSet =
false;
1086 bool m_taggingHasBeenSet =
false;
1089 bool m_objectLockModeHasBeenSet =
false;
1092 bool m_objectLockRetainUntilDateHasBeenSet =
false;
1095 bool m_objectLockLegalHoldStatusHasBeenSet =
false;
1098 bool m_expectedBucketOwnerHasBeenSet =
false;
1101 bool m_expectedSourceBucketOwnerHasBeenSet =
false;
1104 bool m_customizedAccessLogTagHasBeenSet =
false;
bool ChecksumAlgorithmHasBeenSet() const
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
void SetCopySourceIfNoneMatch(CopySourceIfNoneMatchT &&value)
CopyObjectRequest & WithStorageClass(StorageClass 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 & 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 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)
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)
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
const Aws::String & GetContentType() const
void SetRequestPayer(RequestPayer value)
bool CopySourceSSECustomerKeyHasBeenSet() 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