7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
48 template<
typename DatabaseNameT = Aws::String>
49 void SetDatabaseName(DatabaseNameT&& value) { m_databaseNameHasBeenSet =
true; m_databaseName = std::forward<DatabaseNameT>(value); }
50 template<
typename DatabaseNameT = Aws::String>
60 template<
typename TableNameT = Aws::String>
61 void SetTableName(TableNameT&& value) { m_tableNameHasBeenSet =
true; m_tableName = std::forward<TableNameT>(value); }
62 template<
typename TableNameT = Aws::String>
72 template<
typename CatalogIdT = Aws::String>
73 void SetCatalogId(CatalogIdT&& value) { m_catalogIdHasBeenSet =
true; m_catalogId = std::forward<CatalogIdT>(value); }
74 template<
typename CatalogIdT = Aws::String>
84 template<
typename ConnectionNameT = Aws::String>
85 void SetConnectionName(ConnectionNameT&& value) { m_connectionNameHasBeenSet =
true; m_connectionName = std::forward<ConnectionNameT>(value); }
86 template<
typename ConnectionNameT = Aws::String>
100 template<
typename AdditionalOptionsT = Aws::Map<Aws::String, Aws::String>>
101 void SetAdditionalOptions(AdditionalOptionsT&& value) { m_additionalOptionsHasBeenSet =
true; m_additionalOptions = std::forward<AdditionalOptionsT>(value); }
102 template<
typename AdditionalOptionsT = Aws::Map<Aws::String, Aws::String>>
104 template<
typename AdditionalOptionsKeyT = Aws::String,
typename AdditionalOptionsValueT = Aws::String>
106 m_additionalOptionsHasBeenSet =
true; m_additionalOptions.emplace(std::forward<AdditionalOptionsKeyT>(key), std::forward<AdditionalOptionsValueT>(value));
return *
this;
112 bool m_databaseNameHasBeenSet =
false;
115 bool m_tableNameHasBeenSet =
false;
118 bool m_catalogIdHasBeenSet =
false;
121 bool m_connectionNameHasBeenSet =
false;
124 bool m_additionalOptionsHasBeenSet =
false;
AWS_GLUE_API GlueTable & operator=(Aws::Utils::Json::JsonView jsonValue)
bool AdditionalOptionsHasBeenSet() const
GlueTable & WithDatabaseName(DatabaseNameT &&value)
AWS_GLUE_API GlueTable(Aws::Utils::Json::JsonView jsonValue)
GlueTable & WithCatalogId(CatalogIdT &&value)
const Aws::String & GetDatabaseName() const
GlueTable & AddAdditionalOptions(AdditionalOptionsKeyT &&key, AdditionalOptionsValueT &&value)
GlueTable & WithAdditionalOptions(AdditionalOptionsT &&value)
void SetCatalogId(CatalogIdT &&value)
const Aws::String & GetCatalogId() const
const Aws::String & GetTableName() const
bool CatalogIdHasBeenSet() const
bool TableNameHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetAdditionalOptions() const
bool DatabaseNameHasBeenSet() const
GlueTable & WithTableName(TableNameT &&value)
void SetAdditionalOptions(AdditionalOptionsT &&value)
void SetDatabaseName(DatabaseNameT &&value)
bool ConnectionNameHasBeenSet() const
void SetConnectionName(ConnectionNameT &&value)
void SetTableName(TableNameT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API GlueTable()=default
const Aws::String & GetConnectionName() const
GlueTable & WithConnectionName(ConnectionNameT &&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