7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/s3tables/S3TablesRequest.h>
10#include <aws/s3tables/S3Tables_EXPORTS.h>
11#include <aws/s3tables/model/EncryptionConfiguration.h>
12#include <aws/s3tables/model/StorageClassConfiguration.h>
40 template <
typename NameT = Aws::String>
42 m_nameHasBeenSet =
true;
43 m_name = std::forward<NameT>(value);
45 template <
typename NameT = Aws::String>
47 SetName(std::forward<NameT>(value));
61 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
63 m_encryptionConfigurationHasBeenSet =
true;
64 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
66 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
82 template <
typename StorageClassConfigurationT = StorageClassConfiguration>
84 m_storageClassConfigurationHasBeenSet =
true;
85 m_storageClassConfiguration = std::forward<StorageClassConfigurationT>(value);
87 template <
typename StorageClassConfigurationT = StorageClassConfiguration>
108 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
110 m_tagsHasBeenSet =
true;
111 m_tags = std::forward<TagsT>(value);
113 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
115 SetTags(std::forward<TagsT>(value));
118 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
120 m_tagsHasBeenSet =
true;
121 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
133 bool m_nameHasBeenSet =
false;
134 bool m_encryptionConfigurationHasBeenSet =
false;
135 bool m_storageClassConfigurationHasBeenSet =
false;
136 bool m_tagsHasBeenSet =
false;
void SetName(NameT &&value)
bool EncryptionConfigurationHasBeenSet() const
void SetTags(TagsT &&value)
CreateTableBucketRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
AWS_S3TABLES_API CreateTableBucketRequest()=default
CreateTableBucketRequest & WithStorageClassConfiguration(StorageClassConfigurationT &&value)
CreateTableBucketRequest & WithTags(TagsT &&value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
AWS_S3TABLES_API Aws::String SerializePayload() const override
bool StorageClassConfigurationHasBeenSet() const
const StorageClassConfiguration & GetStorageClassConfiguration() const
CreateTableBucketRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
bool TagsHasBeenSet() const
void SetStorageClassConfiguration(StorageClassConfigurationT &&value)
virtual const char * GetServiceRequestName() const override
CreateTableBucketRequest & WithName(NameT &&value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
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