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/glue/model/TableOptimizerType.h>
44 template<
typename CatalogIdT = Aws::String>
45 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
46 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>
68 template<
typename TableNameT = Aws::String>
69 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
70 template<
typename TableNameT = Aws::String>
86 bool m_catalogIdHasBeenSet =
false;
89 bool m_databaseNameHasBeenSet =
false;
92 bool m_tableNameHasBeenSet =
false;
95 bool m_typeHasBeenSet =
false;
void SetCatalogId(CatalogIdT &&value)
const Aws::String & GetTableName() const
GetTableOptimizerRequest & WithType(TableOptimizerType value)
void SetDatabaseName(DatabaseNameT &&value)
GetTableOptimizerRequest & WithTableName(TableNameT &&value)
bool DatabaseNameHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetTableName(TableNameT &&value)
bool CatalogIdHasBeenSet() const
TableOptimizerType GetType() const
bool TypeHasBeenSet() const
GetTableOptimizerRequest & WithCatalogId(CatalogIdT &&value)
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
const Aws::String & GetCatalogId() const
void SetType(TableOptimizerType value)
AWS_GLUE_API GetTableOptimizerRequest()=default
GetTableOptimizerRequest & WithDatabaseName(DatabaseNameT &&value)
const Aws::String & GetDatabaseName() const
AWS_GLUE_API Aws::String SerializePayload() const override
bool TableNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String