7#include <aws/s3tables/S3Tables_EXPORTS.h>
8#include <aws/s3tables/S3TablesRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/s3tables/model/EncryptionConfiguration.h>
42 template<
typename NameT = Aws::String>
43 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
44 template<
typename NameT = Aws::String>
57 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
58 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
59 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
65 bool m_nameHasBeenSet =
false;
68 bool m_encryptionConfigurationHasBeenSet =
false;
void SetName(NameT &&value)
bool EncryptionConfigurationHasBeenSet() const
AWS_S3TABLES_API CreateTableBucketRequest()=default
const EncryptionConfiguration & GetEncryptionConfiguration() const
AWS_S3TABLES_API Aws::String SerializePayload() const override
CreateTableBucketRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
const Aws::String & GetName() const
bool NameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
CreateTableBucketRequest & WithName(NameT &&value)
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String