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>
31 inline virtual const char*
GetServiceRequestName()
const override {
return "DeleteBucketMetadataConfiguration"; }
51 template <
typename BucketT = Aws::String>
53 m_bucketHasBeenSet =
true;
54 m_bucket = std::forward<BucketT>(value);
56 template <
typename BucketT = Aws::String>
70 template <
typename ExpectedBucketOwnerT = Aws::String>
72 m_expectedBucketOwnerHasBeenSet =
true;
73 m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value);
75 template <
typename ExpectedBucketOwnerT = Aws::String>
86 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
88 m_customizedAccessLogTagHasBeenSet =
true;
89 m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value);
91 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
96 template <
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
98 CustomizedAccessLogTagValueT&& value) {
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;
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_string< char, std::char_traits< char >, Aws::Allocator< char > > String