7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
43 template<
typename CatalogIdT = Aws::String>
44 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
45 template<
typename CatalogIdT = Aws::String>
56 template<
typename DatabaseNameT = Aws::String>
57 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
58 template<
typename DatabaseNameT = Aws::String>
69 template<
typename TableNameT = Aws::String>
70 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
71 template<
typename TableNameT = Aws::String>
81 template<
typename NextTokenT = Aws::String>
82 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
83 template<
typename NextTokenT = Aws::String>
89 bool m_catalogIdHasBeenSet =
false;
92 bool m_databaseNameHasBeenSet =
false;
95 bool m_tableNameHasBeenSet =
false;
98 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