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/MetadataConfiguration.h>
12#include <aws/core/utils/memory/stl/AWSMap.h>
37 inline virtual const char*
GetServiceRequestName()
const override {
return "CreateBucketMetadataConfiguration"; }
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>
72 template<
typename ContentMD5T = Aws::String>
73 void SetContentMD5(ContentMD5T&& value) { m_contentMD5HasBeenSet =
true; m_contentMD5 = std::forward<ContentMD5T>(value); }
74 template<
typename ContentMD5T = Aws::String>
94 template<
typename MetadataConfigurationT = MetadataConfiguration>
95 void SetMetadataConfiguration(MetadataConfigurationT&& value) { m_metadataConfigurationHasBeenSet =
true; m_metadataConfiguration = std::forward<MetadataConfigurationT>(value); }
96 template<
typename MetadataConfigurationT = MetadataConfiguration>
107 template<
typename ExpectedBucketOwnerT = Aws::String>
108 void SetExpectedBucketOwner(ExpectedBucketOwnerT&& value) { m_expectedBucketOwnerHasBeenSet =
true; m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value); }
109 template<
typename ExpectedBucketOwnerT = Aws::String>
117 template<
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
118 void SetCustomizedAccessLogTag(CustomizedAccessLogTagT&& value) { m_customizedAccessLogTagHasBeenSet =
true; m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value); }
119 template<
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
121 template<
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
123 m_customizedAccessLogTagHasBeenSet =
true; m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
return *
this;
129 bool m_bucketHasBeenSet =
false;
132 bool m_contentMD5HasBeenSet =
false;
135 bool m_checksumAlgorithmHasBeenSet =
false;
137 MetadataConfiguration m_metadataConfiguration;
138 bool m_metadataConfigurationHasBeenSet =
false;
141 bool m_expectedBucketOwnerHasBeenSet =
false;
144 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