7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/glue/Glue_EXPORTS.h>
42 template <
typename DatabaseNameT = Aws::String>
44 m_databaseNameHasBeenSet =
true;
45 m_databaseName = std::forward<DatabaseNameT>(value);
47 template <
typename DatabaseNameT = Aws::String>
60 template <
typename TableNameT = Aws::String>
62 m_tableNameHasBeenSet =
true;
63 m_tableName = std::forward<TableNameT>(value);
65 template <
typename TableNameT = Aws::String>
78 template <
typename CatalogIdT = Aws::String>
80 m_catalogIdHasBeenSet =
true;
81 m_catalogId = std::forward<CatalogIdT>(value);
83 template <
typename CatalogIdT = Aws::String>
96 template <
typename ConnectionNameT = Aws::String>
98 m_connectionNameHasBeenSet =
true;
99 m_connectionName = std::forward<ConnectionNameT>(value);
101 template <
typename ConnectionNameT = Aws::String>
118 template <
typename AdditionalOptionsT = Aws::Map<Aws::String, Aws::String>>
120 m_additionalOptionsHasBeenSet =
true;
121 m_additionalOptions = std::forward<AdditionalOptionsT>(value);
123 template <
typename AdditionalOptionsT = Aws::Map<Aws::String, Aws::String>>
128 template <
typename AdditionalOptionsKeyT = Aws::String,
typename AdditionalOptionsValueT = Aws::String>
130 m_additionalOptionsHasBeenSet =
true;
131 m_additionalOptions.emplace(std::forward<AdditionalOptionsKeyT>(key), std::forward<AdditionalOptionsValueT>(value));
143 template <
typename PreProcessingQueryT = Aws::String>
145 m_preProcessingQueryHasBeenSet =
true;
146 m_preProcessingQuery = std::forward<PreProcessingQueryT>(value);
148 template <
typename PreProcessingQueryT = Aws::String>
166 bool m_databaseNameHasBeenSet =
false;
167 bool m_tableNameHasBeenSet =
false;
168 bool m_catalogIdHasBeenSet =
false;
169 bool m_connectionNameHasBeenSet =
false;
170 bool m_additionalOptionsHasBeenSet =
false;
171 bool m_preProcessingQueryHasBeenSet =
false;
const Aws::String & GetTableName() const
DataQualityGlueTable & AddAdditionalOptions(AdditionalOptionsKeyT &&key, AdditionalOptionsValueT &&value)
void SetPreProcessingQuery(PreProcessingQueryT &&value)
bool DatabaseNameHasBeenSet() const
AWS_GLUE_API DataQualityGlueTable(Aws::Utils::Json::JsonView jsonValue)
bool CatalogIdHasBeenSet() const
DataQualityGlueTable & WithConnectionName(ConnectionNameT &&value)
const Aws::String & GetConnectionName() const
const Aws::Map< Aws::String, Aws::String > & GetAdditionalOptions() const
AWS_GLUE_API DataQualityGlueTable & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AdditionalOptionsHasBeenSet() const
void SetTableName(TableNameT &&value)
bool ConnectionNameHasBeenSet() const
bool PreProcessingQueryHasBeenSet() const
DataQualityGlueTable & WithAdditionalOptions(AdditionalOptionsT &&value)
bool TableNameHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetConnectionName(ConnectionNameT &&value)
DataQualityGlueTable & WithPreProcessingQuery(PreProcessingQueryT &&value)
DataQualityGlueTable & WithTableName(TableNameT &&value)
void SetDatabaseName(DatabaseNameT &&value)
void SetAdditionalOptions(AdditionalOptionsT &&value)
void SetCatalogId(CatalogIdT &&value)
AWS_GLUE_API DataQualityGlueTable()=default
DataQualityGlueTable & WithDatabaseName(DatabaseNameT &&value)
const Aws::String & GetCatalogId() const
const Aws::String & GetPreProcessingQuery() const
const Aws::String & GetDatabaseName() const
DataQualityGlueTable & WithCatalogId(CatalogIdT &&value)
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue