7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3/S3Request.h>
10#include <aws/s3/S3_EXPORTS.h>
51 template <
typename BucketT = Aws::String>
53 m_bucketHasBeenSet =
true;
54 m_bucket = std::forward<BucketT>(value);
56 template <
typename BucketT = Aws::String>
71 template <
typename ExpectedBucketOwnerT = Aws::String>
73 m_expectedBucketOwnerHasBeenSet =
true;
74 m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value);
76 template <
typename ExpectedBucketOwnerT = Aws::String>
87 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
89 m_customizedAccessLogTagHasBeenSet =
true;
90 m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value);
92 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
97 template <
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
99 m_customizedAccessLogTagHasBeenSet =
true;
100 m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
106 bool m_bucketHasBeenSet =
false;
109 bool m_expectedBucketOwnerHasBeenSet =
false;
112 bool m_customizedAccessLogTagHasBeenSet =
false;
DeleteBucketReplicationRequest & WithExpectedBucketOwner(ExpectedBucketOwnerT &&value)
AWS_S3_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AWS_S3_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
const Aws::String & GetBucket() const
bool CustomizedAccessLogTagHasBeenSet() const
AWS_S3_API DeleteBucketReplicationRequest()=default
void SetExpectedBucketOwner(ExpectedBucketOwnerT &&value)
DeleteBucketReplicationRequest & WithBucket(BucketT &&value)
bool BucketHasBeenSet() const
void SetBucket(BucketT &&value)
bool ExpectedBucketOwnerHasBeenSet() const
const Aws::String & GetExpectedBucketOwner() const
DeleteBucketReplicationRequest & AddCustomizedAccessLogTag(CustomizedAccessLogTagKeyT &&key, CustomizedAccessLogTagValueT &&value)
AWS_S3_API EndpointParameters GetEndpointContextParams() const override
void SetCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
AWS_S3_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteBucketReplicationRequest & WithCustomizedAccessLogTag(CustomizedAccessLogTagT &&value)
AWS_S3_API bool HasEmbeddedError(IOStream &body, const Http::HeaderValueCollection &header) const override
const Aws::Map< Aws::String, Aws::String > & GetCustomizedAccessLogTag() 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