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/core/utils/memory/stl/AWSVector.h>
11#include <aws/glue/model/PartitionInput.h>
46 template<
typename CatalogIdT = Aws::String>
47 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
48 template<
typename CatalogIdT = Aws::String>
59 template<
typename DatabaseNameT = Aws::String>
60 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
61 template<
typename DatabaseNameT = Aws::String>
71 template<
typename TableNameT = Aws::String>
72 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
73 template<
typename TableNameT = Aws::String>
84 template<
typename PartitionInputListT = Aws::Vector<PartitionInput>>
85 void SetPartitionInputList(PartitionInputListT&& value) { m_partitionInputListHasBeenSet =
true; m_partitionInputList = std::forward<PartitionInputListT>(value); }
86 template<
typename PartitionInputListT = Aws::Vector<PartitionInput>>
88 template<
typename PartitionInputListT = PartitionInput>
94 bool m_catalogIdHasBeenSet =
false;
97 bool m_databaseNameHasBeenSet =
false;
100 bool m_tableNameHasBeenSet =
false;
103 bool m_partitionInputListHasBeenSet =
false;
const Aws::String & GetCatalogId() const
BatchCreatePartitionRequest & WithDatabaseName(DatabaseNameT &&value)
void SetDatabaseName(DatabaseNameT &&value)
BatchCreatePartitionRequest & WithTableName(TableNameT &&value)
const Aws::Vector< PartitionInput > & GetPartitionInputList() const
BatchCreatePartitionRequest & WithCatalogId(CatalogIdT &&value)
const Aws::String & GetDatabaseName() const
void SetPartitionInputList(PartitionInputListT &&value)
bool DatabaseNameHasBeenSet() const
const Aws::String & GetTableName() const
void SetTableName(TableNameT &&value)
virtual const char * GetServiceRequestName() const override
BatchCreatePartitionRequest & WithPartitionInputList(PartitionInputListT &&value)
AWS_GLUE_API BatchCreatePartitionRequest()=default
AWS_GLUE_API Aws::String SerializePayload() const override
BatchCreatePartitionRequest & AddPartitionInputList(PartitionInputListT &&value)
bool TableNameHasBeenSet() const
bool CatalogIdHasBeenSet() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool PartitionInputListHasBeenSet() const
void SetCatalogId(CatalogIdT &&value)
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