7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/model/TableOptimizerType.h>
48 template<
typename CatalogIdT = Aws::String>
49 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
50 template<
typename CatalogIdT = Aws::String>
60 template<
typename DatabaseNameT = Aws::String>
61 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
62 template<
typename DatabaseNameT = Aws::String>
72 template<
typename TableNameT = Aws::String>
73 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
74 template<
typename TableNameT = Aws::String>
90 bool m_catalogIdHasBeenSet =
false;
93 bool m_databaseNameHasBeenSet =
false;
96 bool m_tableNameHasBeenSet =
false;
99 bool m_typeHasBeenSet =
false;
AWS_GLUE_API BatchGetTableOptimizerEntry(Aws::Utils::Json::JsonView jsonValue)
bool DatabaseNameHasBeenSet() const
void SetDatabaseName(DatabaseNameT &&value)
const Aws::String & GetTableName() const
TableOptimizerType GetType() const
bool CatalogIdHasBeenSet() const
void SetTableName(TableNameT &&value)
void SetType(TableOptimizerType value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
BatchGetTableOptimizerEntry & WithDatabaseName(DatabaseNameT &&value)
const Aws::String & GetDatabaseName() const
BatchGetTableOptimizerEntry & WithType(TableOptimizerType value)
AWS_GLUE_API BatchGetTableOptimizerEntry()=default
BatchGetTableOptimizerEntry & WithTableName(TableNameT &&value)
bool TableNameHasBeenSet() const
const Aws::String & GetCatalogId() const
AWS_GLUE_API BatchGetTableOptimizerEntry & operator=(Aws::Utils::Json::JsonView jsonValue)
BatchGetTableOptimizerEntry & WithCatalogId(CatalogIdT &&value)
bool TypeHasBeenSet() const
void SetCatalogId(CatalogIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue