7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/glue/Glue_EXPORTS.h>
11#include <aws/glue/model/GlueSchema.h>
44 template <
typename NameT = Aws::String>
46 m_nameHasBeenSet =
true;
47 m_name = std::forward<NameT>(value);
49 template <
typename NameT = Aws::String>
51 SetName(std::forward<NameT>(value));
62 template <
typename DatabaseT = Aws::String>
64 m_databaseHasBeenSet =
true;
65 m_database = std::forward<DatabaseT>(value);
67 template <
typename DatabaseT = Aws::String>
80 template <
typename TableT = Aws::String>
82 m_tableHasBeenSet =
true;
83 m_table = std::forward<TableT>(value);
85 template <
typename TableT = Aws::String>
87 SetTable(std::forward<TableT>(value));
98 template <
typename AdditionalIcebergOptionsT = Aws::Map<Aws::String, Aws::String>>
100 m_additionalIcebergOptionsHasBeenSet =
true;
101 m_additionalIcebergOptions = std::forward<AdditionalIcebergOptionsT>(value);
103 template <
typename AdditionalIcebergOptionsT = Aws::Map<Aws::String, Aws::String>>
108 template <
typename AdditionalIcebergOptionsKeyT = Aws::String,
typename AdditionalIcebergOptionsValueT = Aws::String>
110 m_additionalIcebergOptionsHasBeenSet =
true;
111 m_additionalIcebergOptions.emplace(std::forward<AdditionalIcebergOptionsKeyT>(key),
112 std::forward<AdditionalIcebergOptionsValueT>(value));
123 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
125 m_outputSchemasHasBeenSet =
true;
126 m_outputSchemas = std::forward<OutputSchemasT>(value);
128 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
133 template <
typename OutputSchemasT = GlueSchema>
135 m_outputSchemasHasBeenSet =
true;
136 m_outputSchemas.emplace_back(std::forward<OutputSchemasT>(value));
150 bool m_nameHasBeenSet =
false;
151 bool m_databaseHasBeenSet =
false;
152 bool m_tableHasBeenSet =
false;
153 bool m_additionalIcebergOptionsHasBeenSet =
false;
154 bool m_outputSchemasHasBeenSet =
false;
CatalogIcebergSource & WithOutputSchemas(OutputSchemasT &&value)
void SetAdditionalIcebergOptions(AdditionalIcebergOptionsT &&value)
CatalogIcebergSource & WithDatabase(DatabaseT &&value)
CatalogIcebergSource & AddOutputSchemas(OutputSchemasT &&value)
CatalogIcebergSource & WithName(NameT &&value)
const Aws::String & GetDatabase() const
void SetName(NameT &&value)
void SetTable(TableT &&value)
AWS_GLUE_API CatalogIcebergSource(Aws::Utils::Json::JsonView jsonValue)
CatalogIcebergSource & WithTable(TableT &&value)
bool DatabaseHasBeenSet() const
bool NameHasBeenSet() const
bool AdditionalIcebergOptionsHasBeenSet() const
CatalogIcebergSource & WithAdditionalIcebergOptions(AdditionalIcebergOptionsT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Vector< GlueSchema > & GetOutputSchemas() const
bool OutputSchemasHasBeenSet() const
const Aws::String & GetTable() const
AWS_GLUE_API CatalogIcebergSource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool TableHasBeenSet() const
const Aws::String & GetName() const
void SetOutputSchemas(OutputSchemasT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAdditionalIcebergOptions() const
AWS_GLUE_API CatalogIcebergSource()=default
CatalogIcebergSource & AddAdditionalIcebergOptions(AdditionalIcebergOptionsKeyT &&key, AdditionalIcebergOptionsValueT &&value)
void SetDatabase(DatabaseT &&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
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue