7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/s3tables/S3TablesRequest.h>
9#include <aws/s3tables/S3Tables_EXPORTS.h>
10#include <aws/s3tables/model/EncryptionConfiguration.h>
38 template <
typename TableBucketARNT = Aws::String>
40 m_tableBucketARNHasBeenSet =
true;
41 m_tableBucketARN = std::forward<TableBucketARNT>(value);
43 template <
typename TableBucketARNT = Aws::String>
56 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
58 m_encryptionConfigurationHasBeenSet =
true;
59 m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value);
61 template <
typename EncryptionConfigurationT = EncryptionConfiguration>
71 bool m_tableBucketARNHasBeenSet =
false;
72 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