7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/ErrorDetail.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/glue/model/TableOptimizerType.h>
50 template<
typename ErrorT = ErrorDetail>
51 void SetError(ErrorT&& value) { m_errorHasBeenSet =
true; m_error = std::forward<ErrorT>(value); }
52 template<
typename ErrorT = ErrorDetail>
62 template<
typename CatalogIdT = Aws::String>
63 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
64 template<
typename CatalogIdT = Aws::String>
74 template<
typename DatabaseNameT = Aws::String>
75 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
76 template<
typename DatabaseNameT = Aws::String>
86 template<
typename TableNameT = Aws::String>
87 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
88 template<
typename TableNameT = Aws::String>
104 bool m_errorHasBeenSet =
false;
107 bool m_catalogIdHasBeenSet =
false;
110 bool m_databaseNameHasBeenSet =
false;
113 bool m_tableNameHasBeenSet =
false;
116 bool m_typeHasBeenSet =
false;
void SetCatalogId(CatalogIdT &&value)
bool DatabaseNameHasBeenSet() const
const ErrorDetail & GetError() const
bool ErrorHasBeenSet() const
BatchGetTableOptimizerError & WithError(ErrorT &&value)
void SetType(TableOptimizerType value)
const Aws::String & GetTableName() const
bool TableNameHasBeenSet() const
AWS_GLUE_API BatchGetTableOptimizerError()=default
bool CatalogIdHasBeenSet() const
BatchGetTableOptimizerError & WithTableName(TableNameT &&value)
void SetError(ErrorT &&value)
BatchGetTableOptimizerError & WithType(TableOptimizerType value)
BatchGetTableOptimizerError & WithDatabaseName(DatabaseNameT &&value)
AWS_GLUE_API BatchGetTableOptimizerError(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
const Aws::String & GetDatabaseName() const
TableOptimizerType GetType() const
BatchGetTableOptimizerError & WithCatalogId(CatalogIdT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API BatchGetTableOptimizerError & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCatalogId() const
void SetTableName(TableNameT &&value)
void SetDatabaseName(DatabaseNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue