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/PartitionInput.h>
45 template<
typename CatalogIdT = Aws::String>
46 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
47 template<
typename CatalogIdT = Aws::String>
58 template<
typename DatabaseNameT = Aws::String>
59 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
60 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 PartitionInputT = PartitionInput>
84 void SetPartitionInput(PartitionInputT&& value) { m_partitionInputHasBeenSet =
true; m_partitionInput = std::forward<PartitionInputT>(value); }
85 template<
typename PartitionInputT = PartitionInput>
91 bool m_catalogIdHasBeenSet =
false;
94 bool m_databaseNameHasBeenSet =
false;
97 bool m_tableNameHasBeenSet =
false;
100 bool m_partitionInputHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool DatabaseNameHasBeenSet() const
const PartitionInput & GetPartitionInput() const
void SetPartitionInput(PartitionInputT &&value)
bool PartitionInputHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool TableNameHasBeenSet() const
void SetDatabaseName(DatabaseNameT &&value)
CreatePartitionRequest & WithPartitionInput(PartitionInputT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
bool CatalogIdHasBeenSet() const
const Aws::String & GetCatalogId() const
AWS_GLUE_API CreatePartitionRequest()=default
void SetCatalogId(CatalogIdT &&value)
CreatePartitionRequest & WithTableName(TableNameT &&value)
const Aws::String & GetTableName() const
CreatePartitionRequest & WithCatalogId(CatalogIdT &&value)
CreatePartitionRequest & WithDatabaseName(DatabaseNameT &&value)
const Aws::String & GetDatabaseName() const
void SetTableName(TableNameT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String