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"; }
56 template <
typename BucketT = Aws::String>
58 m_bucketHasBeenSet =
true;
59 m_bucket = std::forward<BucketT>(value);
61 template <
typename BucketT = Aws::String>
74 template <
typename ContentMD5T = Aws::String>
76 m_contentMD5HasBeenSet =
true;
77 m_contentMD5 = std::forward<ContentMD5T>(value);
79 template <
typename ContentMD5T = Aws::String>
93 m_checksumAlgorithmHasBeenSet =
true;
94 m_checksumAlgorithm = value;
108 template <
typename MetadataConfigurationT = MetadataConfiguration>
110 m_metadataConfigurationHasBeenSet =
true;
111 m_metadataConfiguration = std::forward<MetadataConfigurationT>(value);
113 template <
typename MetadataConfigurationT = MetadataConfiguration>
127 template <
typename ExpectedBucketOwnerT = Aws::String>
129 m_expectedBucketOwnerHasBeenSet =
true;
130 m_expectedBucketOwner = std::forward<ExpectedBucketOwnerT>(value);
132 template <
typename ExpectedBucketOwnerT = Aws::String>
143 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
145 m_customizedAccessLogTagHasBeenSet =
true;
146 m_customizedAccessLogTag = std::forward<CustomizedAccessLogTagT>(value);
148 template <
typename CustomizedAccessLogTagT = Aws::Map<Aws::String, Aws::String>>
153 template <
typename CustomizedAccessLogTagKeyT = Aws::String,
typename CustomizedAccessLogTagValueT = Aws::String>
155 CustomizedAccessLogTagValueT&& value) {
156 m_customizedAccessLogTagHasBeenSet =
true;
157 m_customizedAccessLogTag.emplace(std::forward<CustomizedAccessLogTagKeyT>(key), std::forward<CustomizedAccessLogTagValueT>(value));
163 bool m_bucketHasBeenSet =
false;
166 bool m_contentMD5HasBeenSet =
false;
169 bool m_checksumAlgorithmHasBeenSet =
false;
171 MetadataConfiguration m_metadataConfiguration;
172 bool m_metadataConfigurationHasBeenSet =
false;
175 bool m_expectedBucketOwnerHasBeenSet =
false;
178 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