7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3-crt/S3CrtRequest.h>
10#include <aws/s3-crt/S3Crt_EXPORTS.h>
11#include <aws/s3-crt/model/ChecksumAlgorithm.h>
12#include <aws/s3-crt/model/MetadataConfiguration.h>
33 inline virtual const char*
GetServiceRequestName()
const override {
return "CreateBucketMetadataConfiguration"; }
57 template <
typename BucketT = Aws::String>
59 m_bucketHasBeenSet =
true;
60 m_bucket = std::forward<BucketT>(value);
62 template <
typename BucketT = Aws::String>
75 template <
typename ContentMD5T = Aws::String>
77 m_contentMD5HasBeenSet =
true;
78 m_contentMD5 = std::forward<ContentMD5T>(value);
80 template <
typename ContentMD5T = Aws::String>
94 m_checksumAlgorithmHasBeenSet =
true;
95 m_checksumAlgorithm = value;
109 template <
typename MetadataConfigurationT = MetadataConfiguration>
111 m_metadataConfigurationHasBeenSet =
true;
112 m_metadataConfiguration = std::forward<MetadataConfigurationT>(value);
114 template <
typename MetadataConfigurationT = MetadataConfiguration>
128 template <
typename ExpectedBucketOwnerT = Aws::String>
130 m_expectedBucketOwnerHasBeenSet =
true;
131 m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value);
133 template <
typename ExpectedBucketOwnerT = Aws::String>
144 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
146 m_customizedAccessLogTagHasBeenSet =
true;
147 m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value);
149 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
154 template <
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
156 CustomizedAccessLogTagValueT&& value) {
157 m_customizedAccessLogTagHasBeenSet =
true;
158 m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
169 MetadataConfiguration m_metadataConfiguration;
174 bool m_bucketHasBeenSet =
false;
175 bool m_contentMD5HasBeenSet =
false;
176 bool m_checksumAlgorithmHasBeenSet =
false;
177 bool m_metadataConfigurationHasBeenSet =
false;
178 bool m_expectedBucketOwnerHasBeenSet =
false;
179 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