7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
39 template <
typename CatalogIdT = Aws::String>
41 m_catalogIdHasBeenSet =
true;
42 m_catalogId = std::forward<CatalogIdT>(value);
44 template <
typename CatalogIdT = Aws::String>
58 template <
typename DatabaseNameT = Aws::String>
60 m_databaseNameHasBeenSet =
true;
61 m_databaseName = std::forward<DatabaseNameT>(value);
63 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 NextTokenT = Aws::String>
97 m_nextTokenHasBeenSet =
true;
98 m_nextToken = std::forward<NextTokenT>(value);
100 template <
typename NextTokenT = Aws::String>
108 bool m_catalogIdHasBeenSet =
false;
111 bool m_databaseNameHasBeenSet =
false;
114 bool m_tableNameHasBeenSet =
false;
117 bool m_nextTokenHasBeenSet =
false;
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetDatabaseName() const
const Aws::String & GetTableName() const
AWS_GLUE_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
GetPartitionIndexesRequest & WithTableName(TableNameT &&value)
GetPartitionIndexesRequest & WithCatalogId(CatalogIdT &&value)
bool CatalogIdHasBeenSet() const
void SetNextToken(NextTokenT &&value)
bool TableNameHasBeenSet() const
const Aws::String & GetNextToken() const
AWS_GLUE_API GetPartitionIndexesRequest()=default
void SetTableName(TableNameT &&value)
void SetCatalogId(CatalogIdT &&value)
GetPartitionIndexesRequest & WithDatabaseName(DatabaseNameT &&value)
const Aws::String & GetCatalogId() const
bool NextTokenHasBeenSet() const
void SetDatabaseName(DatabaseNameT &&value)
GetPartitionIndexesRequest & WithNextToken(NextTokenT &&value)
bool DatabaseNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String