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>
10#include <aws/core/utils/memory/stl/AWSVector.h>
11#include <aws/glue/model/GlueSchema.h>
50 template<
typename NameT = Aws::String>
51 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
52 template<
typename NameT = Aws::String>
62 template<
typename DatabaseT = Aws::String>
63 void SetDatabase(DatabaseT&& value) { m_databaseHasBeenSet =
true; m_database = std::forward<DatabaseT>(value); }
64 template<
typename DatabaseT = Aws::String>
74 template<
typename TableT = Aws::String>
75 void SetTable(TableT&& value) { m_tableHasBeenSet =
true; m_table = std::forward<TableT>(value); }
76 template<
typename TableT = Aws::String>
86 template<
typename AdditionalIcebergOptionsT = Aws::Map<Aws::String, Aws::String>>
87 void SetAdditionalIcebergOptions(AdditionalIcebergOptionsT&& value) { m_additionalIcebergOptionsHasBeenSet =
true; m_additionalIcebergOptions = std::forward<AdditionalIcebergOptionsT>(value); }
88 template<
typename AdditionalIcebergOptionsT = Aws::Map<Aws::String, Aws::String>>
90 template<
typename AdditionalIcebergOptionsKeyT = Aws::String,
typename AdditionalIcebergOptionsValueT = Aws::String>
92 m_additionalIcebergOptionsHasBeenSet =
true; m_additionalIcebergOptions.emplace(std::forward<AdditionalIcebergOptionsKeyT>(key), std::forward<AdditionalIcebergOptionsValueT>(value));
return *
this;
102 template<
typename OutputSchemasT = Aws::Vector<GlueSchema>>
103 void SetOutputSchemas(OutputSchemasT&& value) { m_outputSchemasHasBeenSet =
true; m_outputSchemas = std::forward<OutputSchemasT>(value); }
104 template<
typename OutputSchemasT = Aws::Vector<GlueSchema>>
106 template<
typename OutputSchemasT = GlueSchema>
112 bool m_nameHasBeenSet =
false;
115 bool m_databaseHasBeenSet =
false;
118 bool m_tableHasBeenSet =
false;
121 bool m_additionalIcebergOptionsHasBeenSet =
false;
124 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