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>
11#include <aws/glue/model/PartitionValueList.h>
42 template <
typename CatalogIdT = Aws::String>
44 m_catalogIdHasBeenSet =
true;
45 m_catalogId = std::forward<CatalogIdT>(value);
47 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>
96 template <
typename PartitionsToGetT = Aws::Vector<PartitionValueList>>
98 m_partitionsToGetHasBeenSet =
true;
99 m_partitionsToGet = std::forward<PartitionsToGetT>(value);
101 template <
typename PartitionsToGetT = Aws::Vector<PartitionValueList>>
106 template <
typename PartitionsToGetT = PartitionValueList>
108 m_partitionsToGetHasBeenSet =
true;
109 m_partitionsToGet.emplace_back(std::forward<PartitionsToGetT>(value));
121 bool m_catalogIdHasBeenSet =
false;
122 bool m_databaseNameHasBeenSet =
false;
123 bool m_tableNameHasBeenSet =
false;
124 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