7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/glue/Glue_EXPORTS.h>
40 template <
typename TableNameT = Aws::String>
42 m_tableNameHasBeenSet =
true;
43 m_tableName = std::forward<TableNameT>(value);
45 template <
typename TableNameT = 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 CatalogIdT = Aws::String>
78 m_catalogIdHasBeenSet =
true;
79 m_catalogId = std::forward<CatalogIdT>(value);
81 template <
typename CatalogIdT = Aws::String>
93 bool m_tableNameHasBeenSet =
false;
94 bool m_databaseNameHasBeenSet =
false;
95 bool m_catalogIdHasBeenSet =
false;
const Aws::String & GetTableName() const
DataQualityTargetTable & WithCatalogId(CatalogIdT &&value)
AWS_GLUE_API DataQualityTargetTable()=default
bool DatabaseNameHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::String & GetCatalogId() const
const Aws::String & GetDatabaseName() const
bool CatalogIdHasBeenSet() const
bool TableNameHasBeenSet() const
DataQualityTargetTable & WithTableName(TableNameT &&value)
void SetTableName(TableNameT &&value)
void SetCatalogId(CatalogIdT &&value)
DataQualityTargetTable & WithDatabaseName(DatabaseNameT &&value)
AWS_GLUE_API DataQualityTargetTable(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API DataQualityTargetTable & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetDatabaseName(DatabaseNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue