7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 inline void SetCatalogId(
const char* value) { m_catalogIdHasBeenSet =
true; m_catalogId.assign(value); }
60 inline void SetDatabaseName(
const char* value) { m_databaseNameHasBeenSet =
true; m_databaseName.assign(value); }
75 inline void SetTableName(
const char* value) { m_tableNameHasBeenSet =
true; m_tableName.assign(value); }
89 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
97 bool m_catalogIdHasBeenSet =
false;
100 bool m_databaseNameHasBeenSet =
false;
103 bool m_tableNameHasBeenSet =
false;
106 bool m_nextTokenHasBeenSet =
false;
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetCatalogId(const Aws::String &value)
GetPartitionIndexesRequest & WithCatalogId(const Aws::String &value)
void SetNextToken(const char *value)
void SetCatalogId(Aws::String &&value)
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 & WithNextToken(Aws::String &&value)
GetPartitionIndexesRequest & WithDatabaseName(Aws::String &&value)
GetPartitionIndexesRequest & WithNextToken(const char *value)
void SetTableName(Aws::String &&value)
GetPartitionIndexesRequest & WithDatabaseName(const char *value)
GetPartitionIndexesRequest & WithTableName(const char *value)
GetPartitionIndexesRequest & WithCatalogId(const char *value)
GetPartitionIndexesRequest & WithTableName(const Aws::String &value)
bool CatalogIdHasBeenSet() const
void SetNextToken(const Aws::String &value)
void SetDatabaseName(Aws::String &&value)
void SetDatabaseName(const char *value)
bool TableNameHasBeenSet() const
GetPartitionIndexesRequest & WithTableName(Aws::String &&value)
const Aws::String & GetNextToken() const
void SetTableName(const Aws::String &value)
void SetNextToken(Aws::String &&value)
GetPartitionIndexesRequest & WithNextToken(const Aws::String &value)
void SetCatalogId(const char *value)
void SetTableName(const char *value)
const Aws::String & GetCatalogId() const
void SetDatabaseName(const Aws::String &value)
bool NextTokenHasBeenSet() const
AWS_GLUE_API GetPartitionIndexesRequest()
GetPartitionIndexesRequest & WithDatabaseName(const Aws::String &value)
bool DatabaseNameHasBeenSet() const
GetPartitionIndexesRequest & WithCatalogId(Aws::String &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String