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 TableBucketARNT = Aws::String>
43 void SetTableBucketARN(TableBucketARNT&& value) { m_tableBucketARNHasBeenSet =
true; m_tableBucketARN = std::forward<TableBucketARNT>(value); }
44 template<
typename TableBucketARNT = Aws::String>
54 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
55 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
56 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
62 bool m_tableBucketARNHasBeenSet =
false;
65 bool m_encryptionConfigurationHasBeenSet =
false;
const EncryptionConfiguration & GetEncryptionConfiguration() const
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
PutTableBucketEncryptionRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
void SetTableBucketARN(TableBucketARNT &&value)
virtual const char * GetServiceRequestName() const override
AWS_S3TABLES_API Aws::String SerializePayload() const override
AWS_S3TABLES_API PutTableBucketEncryptionRequest()=default
bool TableBucketARNHasBeenSet() const
bool EncryptionConfigurationHasBeenSet() const
const Aws::String & GetTableBucketARN() const
PutTableBucketEncryptionRequest & WithTableBucketARN(TableBucketARNT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String