7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/TableInput.h>
11#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/glue/model/OpenTableFormatInput.h>
13#include <aws/glue/model/PartitionIndex.h>
48 template<
typename CatalogIdT = Aws::String>
49 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
50 template<
typename CatalogIdT = Aws::String>
61 template<
typename DatabaseNameT = Aws::String>
62 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
63 template<
typename DatabaseNameT = Aws::String>
74 template<
typename NameT = Aws::String>
75 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
76 template<
typename NameT = Aws::String>
87 template<
typename TableInputT = TableInput>
88 void SetTableInput(TableInputT&& value) { m_tableInputHasBeenSet =
true; m_tableInput = std::forward<TableInputT>(value); }
89 template<
typename TableInputT = TableInput>
100 template<
typename PartitionIndexesT = Aws::Vector<PartitionIndex>>
101 void SetPartitionIndexes(PartitionIndexesT&& value) { m_partitionIndexesHasBeenSet =
true; m_partitionIndexes = std::forward<PartitionIndexesT>(value); }
102 template<
typename PartitionIndexesT = Aws::Vector<PartitionIndex>>
104 template<
typename PartitionIndexesT = PartitionIndex>
114 template<
typename TransactionIdT = Aws::String>
115 void SetTransactionId(TransactionIdT&& value) { m_transactionIdHasBeenSet =
true; m_transactionId = std::forward<TransactionIdT>(value); }
116 template<
typename TransactionIdT = Aws::String>
127 template<
typename OpenTableFormatInputT = OpenTableFormatInput>
128 void SetOpenTableFormatInput(OpenTableFormatInputT&& value) { m_openTableFormatInputHasBeenSet =
true; m_openTableFormatInput = std::forward<OpenTableFormatInputT>(value); }
129 template<
typename OpenTableFormatInputT = OpenTableFormatInput>
135 bool m_catalogIdHasBeenSet =
false;
138 bool m_databaseNameHasBeenSet =
false;
141 bool m_nameHasBeenSet =
false;
144 bool m_tableInputHasBeenSet =
false;
147 bool m_partitionIndexesHasBeenSet =
false;
150 bool m_transactionIdHasBeenSet =
false;
153 bool m_openTableFormatInputHasBeenSet =
false;
void SetName(NameT &&value)
void SetDatabaseName(DatabaseNameT &&value)
CreateTableRequest & WithTableInput(TableInputT &&value)
CreateTableRequest & WithOpenTableFormatInput(OpenTableFormatInputT &&value)
void SetTransactionId(TransactionIdT &&value)
const Aws::String & GetCatalogId() const
bool PartitionIndexesHasBeenSet() const
bool TableInputHasBeenSet() const
const Aws::String & GetTransactionId() const
bool OpenTableFormatInputHasBeenSet() const
const Aws::String & GetDatabaseName() const
const Aws::Vector< PartitionIndex > & GetPartitionIndexes() const
bool TransactionIdHasBeenSet() const
void SetOpenTableFormatInput(OpenTableFormatInputT &&value)
AWS_GLUE_API CreateTableRequest()=default
CreateTableRequest & AddPartitionIndexes(PartitionIndexesT &&value)
const Aws::String & GetName() const
virtual const char * GetServiceRequestName() const override
void SetTableInput(TableInputT &&value)
bool CatalogIdHasBeenSet() const
void SetCatalogId(CatalogIdT &&value)
CreateTableRequest & WithCatalogId(CatalogIdT &&value)
CreateTableRequest & WithPartitionIndexes(PartitionIndexesT &&value)
CreateTableRequest & WithName(NameT &&value)
CreateTableRequest & WithDatabaseName(DatabaseNameT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
void SetPartitionIndexes(PartitionIndexesT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const TableInput & GetTableInput() const
CreateTableRequest & WithTransactionId(TransactionIdT &&value)
bool NameHasBeenSet() const
const OpenTableFormatInput & GetOpenTableFormatInput() const
bool DatabaseNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector