7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/PartitionInput.h>
41 template <
typename CatalogIdT = Aws::String>
43 m_catalogIdHasBeenSet =
true;
44 m_catalogId = std::forward<CatalogIdT>(value);
46 template <
typename CatalogIdT = Aws::String>
60 template <
typename DatabaseNameT = Aws::String>
62 m_databaseNameHasBeenSet =
true;
63 m_databaseName = std::forward<DatabaseNameT>(value);
65 template <
typename DatabaseNameT = Aws::String>
78 template <
typename TableNameT = Aws::String>
80 m_tableNameHasBeenSet =
true;
81 m_tableName = std::forward<TableNameT>(value);
83 template <
typename TableNameT = Aws::String>
97 template <
typename PartitionInputT = PartitionInput>
99 m_partitionInputHasBeenSet =
true;
100 m_partitionInput = std::forward<PartitionInputT>(value);
102 template <
typename PartitionInputT = PartitionInput>
110 bool m_catalogIdHasBeenSet =
false;
113 bool m_databaseNameHasBeenSet =
false;
116 bool m_tableNameHasBeenSet =
false;
119 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