7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
46 template<
typename TableNameT = Aws::String>
47 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
48 template<
typename TableNameT = Aws::String>
58 template<
typename DatabaseNameT = Aws::String>
59 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
60 template<
typename DatabaseNameT = Aws::String>
70 template<
typename CatalogIdT = Aws::String>
71 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
72 template<
typename CatalogIdT = Aws::String>
78 bool m_tableNameHasBeenSet =
false;
81 bool m_databaseNameHasBeenSet =
false;
84 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