7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/GlueRequest.h>
10#include <aws/glue/Glue_EXPORTS.h>
41 template <
typename CatalogIdT = Aws::String>
43 m_catalogIdHasBeenSet =
true;
44 m_catalogId = std::forward<CatalogIdT>(value);
46 template <
typename CatalogIdT = Aws::String>
59 template <
typename DatabaseNameT = Aws::String>
61 m_databaseNameHasBeenSet =
true;
62 m_databaseName = std::forward<DatabaseNameT>(value);
64 template <
typename DatabaseNameT = Aws::String>
77 template <
typename TableNameT = Aws::String>
79 m_tableNameHasBeenSet =
true;
80 m_tableName = std::forward<TableNameT>(value);
82 template <
typename TableNameT = Aws::String>
95 template <
typename PartitionValuesT = Aws::Vector<Aws::String>>
97 m_partitionValuesHasBeenSet =
true;
98 m_partitionValues = std::forward<PartitionValuesT>(value);
100 template <
typename PartitionValuesT = Aws::Vector<Aws::String>>
105 template <
typename PartitionValuesT = Aws::String>
107 m_partitionValuesHasBeenSet =
true;
108 m_partitionValues.emplace_back(std::forward<PartitionValuesT>(value));
114 bool m_catalogIdHasBeenSet =
false;
117 bool m_databaseNameHasBeenSet =
false;
120 bool m_tableNameHasBeenSet =
false;
123 bool m_partitionValuesHasBeenSet =
false;
bool DatabaseNameHasBeenSet() const
DeletePartitionRequest & WithTableName(TableNameT &&value)
void SetPartitionValues(PartitionValuesT &&value)
DeletePartitionRequest & WithDatabaseName(DatabaseNameT &&value)
const Aws::String & GetTableName() const
DeletePartitionRequest & WithCatalogId(CatalogIdT &&value)
bool TableNameHasBeenSet() const
AWS_GLUE_API DeletePartitionRequest()=default
DeletePartitionRequest & AddPartitionValues(PartitionValuesT &&value)
DeletePartitionRequest & WithPartitionValues(PartitionValuesT &&value)
const Aws::Vector< Aws::String > & GetPartitionValues() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetDatabaseName(DatabaseNameT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
bool CatalogIdHasBeenSet() const
const Aws::String & GetCatalogId() const
void SetTableName(TableNameT &&value)
void SetCatalogId(CatalogIdT &&value)
virtual const char * GetServiceRequestName() const override
bool PartitionValuesHasBeenSet() const
const Aws::String & GetDatabaseName() 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