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/PartitionIndex.h>
44 template<
typename CatalogIdT = Aws::String>
45 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
46 template<
typename CatalogIdT = Aws::String>
57 template<
typename DatabaseNameT = Aws::String>
58 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
59 template<
typename DatabaseNameT = Aws::String>
70 template<
typename TableNameT = Aws::String>
71 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
72 template<
typename TableNameT = Aws::String>
83 template<
typename PartitionIndexT = PartitionIndex>
84 void SetPartitionIndex(PartitionIndexT&& value) { m_partitionIndexHasBeenSet =
true; m_partitionIndex = std::forward<PartitionIndexT>(value); }
85 template<
typename PartitionIndexT = PartitionIndex>
91 bool m_catalogIdHasBeenSet =
false;
94 bool m_databaseNameHasBeenSet =
false;
97 bool m_tableNameHasBeenSet =
false;
100 bool m_partitionIndexHasBeenSet =
false;
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetCatalogId(CatalogIdT &&value)
void SetTableName(TableNameT &&value)
virtual const char * GetServiceRequestName() const override
const PartitionIndex & GetPartitionIndex() const
CreatePartitionIndexRequest & WithTableName(TableNameT &&value)
void SetDatabaseName(DatabaseNameT &&value)
const Aws::String & GetDatabaseName() const
bool CatalogIdHasBeenSet() const
CreatePartitionIndexRequest & WithCatalogId(CatalogIdT &&value)
CreatePartitionIndexRequest & WithDatabaseName(DatabaseNameT &&value)
bool PartitionIndexHasBeenSet() const
bool TableNameHasBeenSet() const
const Aws::String & GetTableName() const
AWS_GLUE_API CreatePartitionIndexRequest()=default
AWS_GLUE_API Aws::String SerializePayload() const override
const Aws::String & GetCatalogId() const
bool DatabaseNameHasBeenSet() const
void SetPartitionIndex(PartitionIndexT &&value)
CreatePartitionIndexRequest & WithPartitionIndex(PartitionIndexT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String