7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
9#include <aws/glue/model/TableOptimizerType.h>
42 template <
typename CatalogIdT = Aws::String>
44 m_catalogIdHasBeenSet =
true;
45 m_catalogId = std::forward<CatalogIdT>(value);
47 template <
typename CatalogIdT = Aws::String>
60 template <
typename DatabaseNameT = Aws::String>
62 m_databaseNameHasBeenSet =
true;
63 m_databaseName = std::forward<DatabaseNameT>(value);
65 template <
typename DatabaseNameT = Aws::String>
78 template <
typename TableNameT = Aws::String>
80 m_tableNameHasBeenSet =
true;
81 m_tableName = std::forward<TableNameT>(value);
83 template <
typename TableNameT = Aws::String>
97 m_typeHasBeenSet =
true;
113 bool m_catalogIdHasBeenSet =
false;
114 bool m_databaseNameHasBeenSet =
false;
115 bool m_tableNameHasBeenSet =
false;
116 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