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/PartitionValueList.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>
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>
82 template<
typename PartitionsToGetT = Aws::Vector<PartitionValueList>>
83 void SetPartitionsToGet(PartitionsToGetT&& value) { m_partitionsToGetHasBeenSet =
true; m_partitionsToGet = std::forward<PartitionsToGetT>(value); }
84 template<
typename PartitionsToGetT = Aws::Vector<PartitionValueList>>
86 template<
typename PartitionsToGetT = PartitionValueList>
92 bool m_catalogIdHasBeenSet =
false;
95 bool m_databaseNameHasBeenSet =
false;
98 bool m_tableNameHasBeenSet =
false;
101 bool m_partitionsToGetHasBeenSet =
false;
bool PartitionsToGetHasBeenSet() const
void SetTableName(TableNameT &&value)
virtual const char * GetServiceRequestName() const override
void SetDatabaseName(DatabaseNameT &&value)
void SetCatalogId(CatalogIdT &&value)
bool TableNameHasBeenSet() const
void SetPartitionsToGet(PartitionsToGetT &&value)
AWS_GLUE_API Aws::String SerializePayload() const override
BatchGetPartitionRequest & WithPartitionsToGet(PartitionsToGetT &&value)
const Aws::String & GetCatalogId() const
const Aws::String & GetTableName() const
const Aws::Vector< PartitionValueList > & GetPartitionsToGet() const
bool DatabaseNameHasBeenSet() const
AWS_GLUE_API BatchGetPartitionRequest()=default
BatchGetPartitionRequest & WithCatalogId(CatalogIdT &&value)
BatchGetPartitionRequest & WithTableName(TableNameT &&value)
bool CatalogIdHasBeenSet() const
const Aws::String & GetDatabaseName() const
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
BatchGetPartitionRequest & AddPartitionsToGet(PartitionsToGetT &&value)
BatchGetPartitionRequest & WithDatabaseName(DatabaseNameT &&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