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));
145 bool m_databaseNameHasBeenSet =
false;
146 bool m_tableNameHasBeenSet =
false;
147 bool m_catalogIdHasBeenSet =
false;
148 bool m_connectionNameHasBeenSet =
false;
149 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