7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/GlueRequest.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/TableOptimizerType.h>
40 template <
typename CatalogIdT = Aws::String>
42 m_catalogIdHasBeenSet =
true;
43 m_catalogId = std::forward<CatalogIdT>(value);
45 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>
76 template <
typename TableNameT = Aws::String>
78 m_tableNameHasBeenSet =
true;
79 m_tableName = std::forward<TableNameT>(value);
81 template <
typename TableNameT = Aws::String>
95 m_typeHasBeenSet =
true;
111 bool m_catalogIdHasBeenSet =
false;
112 bool m_databaseNameHasBeenSet =
false;
113 bool m_tableNameHasBeenSet =
false;
114 bool m_typeHasBeenSet =
false;
AWS_GLUE_API Aws::String SerializePayload() const override
void SetCatalogId(CatalogIdT &&value)
bool TypeHasBeenSet() const
const Aws::String & GetTableName() const
AWS_GLUE_API DeleteTableOptimizerRequest()=default
AWS_GLUE_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
DeleteTableOptimizerRequest & WithDatabaseName(DatabaseNameT &&value)
TableOptimizerType GetType() const
DeleteTableOptimizerRequest & WithTableName(TableNameT &&value)
bool CatalogIdHasBeenSet() const
void SetTableName(TableNameT &&value)
void SetType(TableOptimizerType value)
DeleteTableOptimizerRequest & WithCatalogId(CatalogIdT &&value)
const Aws::String & GetDatabaseName() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetCatalogId() const
void SetDatabaseName(DatabaseNameT &&value)
bool TableNameHasBeenSet() const
DeleteTableOptimizerRequest & WithType(TableOptimizerType value)
bool DatabaseNameHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String