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/ChecksumAlgorithm.h>
11#include <aws/s3/model/MetadataTableConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
37 inline virtual const char*
GetServiceRequestName()
const override {
return "CreateBucketMetadataTableConfiguration"; }
60 template<
typename BucketT = Aws::String>
61 void SetBucket(BucketT&& value) { m_bucketHasBeenSet =
true; m_bucket = std::forward<BucketT>(value); }
62 template<
typename BucketT = Aws::String>
73 template<
typename ContentMD5T = Aws::String>
74 void SetContentMD5(ContentMD5T&& value) { m_contentMD5HasBeenSet =
true; m_contentMD5 = std::forward<ContentMD5T>(value); }
75 template<
typename ContentMD5T = Aws::String>
95 template<
typename MetadataTableConfigurationT = MetadataTableConfiguration>
96 void SetMetadataTableConfiguration(MetadataTableConfigurationT&& value) { m_metadataTableConfigurationHasBeenSet =
true; m_metadataTableConfiguration = std::forward<MetadataTableConfigurationT>(value); }
97 template<
typename MetadataTableConfigurationT = MetadataTableConfiguration>
108 template<
typename ExpectedBucketOwnerT = Aws::String>
109 void SetExpectedBucketOwner(ExpectedBucketOwnerT&& value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value); }
110 template<
typename ExpectedBucketOwnerT = Aws::String>
118 template<
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
119 void SetCustomizedAccessLogTag(CustomizedAccessLogTagT&& value) { m_customizedAccessLogTagHasBeenSet =
true; m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value); }
120 template<
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
122 template<
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
124 m_customizedAccessLogTagHasBeenSet =
true; m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
return *
this;
130 bool m_bucketHasBeenSet =
false;
133 bool m_contentMD5HasBeenSet =
false;
136 bool m_checksumAlgorithmHasBeenSet =
false;
138 MetadataTableConfiguration m_metadataTableConfiguration;
139 bool m_metadataTableConfigurationHasBeenSet =
false;
142 bool m_expectedBucketOwnerHasBeenSet =
false;
145 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