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/OpenTableFormat.h>
11#include <aws/s3tables/model/TableMetadata.h>
12#include <aws/s3tables/model/EncryptionConfiguration.h>
45 template<
typename TableBucketARNT = Aws::String>
46 void SetTableBucketARN(TableBucketARNT&& value) { m_tableBucketARNHasBeenSet =
true; m_tableBucketARN = std::forward<TableBucketARNT>(value); }
47 template<
typename TableBucketARNT = Aws::String>
57 template<
typename NamespaceT = Aws::String>
58 void SetNamespace(NamespaceT&& value) { m_namespaceHasBeenSet =
true; m_namespace = std::forward<NamespaceT>(value); }
59 template<
typename NamespaceT = Aws::String>
69 template<
typename NameT = Aws::String>
70 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
71 template<
typename NameT = Aws::String>
91 template<
typename MetadataT = TableMetadata>
92 void SetMetadata(MetadataT&& value) { m_metadataHasBeenSet =
true; m_metadata = std::forward<MetadataT>(value); }
93 template<
typename MetadataT = TableMetadata>
109 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
110 void SetEncryptionConfiguration(EncryptionConfigurationT&& value) { m_encryptionConfigurationHasBeenSet =
true; m_encryptionConfiguration = std::forward<EncryptionConfigurationT>(value); }
111 template<
typename EncryptionConfigurationT = EncryptionConfiguration>
117 bool m_tableBucketARNHasBeenSet =
false;
120 bool m_namespaceHasBeenSet =
false;
123 bool m_nameHasBeenSet =
false;
126 bool m_formatHasBeenSet =
false;
128 TableMetadata m_metadata;
129 bool m_metadataHasBeenSet =
false;
131 EncryptionConfiguration m_encryptionConfiguration;
132 bool m_encryptionConfigurationHasBeenSet =
false;
AWS_S3TABLES_API Aws::String SerializePayload() const override
OpenTableFormat GetFormat() const
void SetTableBucketARN(TableBucketARNT &&value)
void SetNamespace(NamespaceT &&value)
bool MetadataHasBeenSet() const
void SetFormat(OpenTableFormat value)
bool EncryptionConfigurationHasBeenSet() const
bool NamespaceHasBeenSet() const
void SetEncryptionConfiguration(EncryptionConfigurationT &&value)
bool TableBucketARNHasBeenSet() const
void SetName(NameT &&value)
bool FormatHasBeenSet() const
CreateTableRequest & WithNamespace(NamespaceT &&value)
CreateTableRequest & WithFormat(OpenTableFormat value)
AWS_S3TABLES_API CreateTableRequest()=default
const Aws::String & GetName() const
CreateTableRequest & WithTableBucketARN(TableBucketARNT &&value)
const Aws::String & GetNamespace() const
const TableMetadata & GetMetadata() const
CreateTableRequest & WithEncryptionConfiguration(EncryptionConfigurationT &&value)
const EncryptionConfiguration & GetEncryptionConfiguration() const
virtual const char * GetServiceRequestName() const override
CreateTableRequest & WithName(NameT &&value)
const Aws::String & GetTableBucketARN() const
bool NameHasBeenSet() const
CreateTableRequest & WithMetadata(MetadataT &&value)
void SetMetadata(MetadataT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String