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 AdditionalHudiOptionsT = Aws::Map<Aws::String, Aws::String>>
100 m_additionalHudiOptionsHasBeenSet =
true;
101 m_additionalHudiOptions = std::forward<AdditionalHudiOptionsT>(value);
103 template <
typename AdditionalHudiOptionsT = Aws::Map<Aws::String, Aws::String>>
108 template <
typename AdditionalHudiOptionsKeyT = Aws::String,
typename AdditionalHudiOptionsValueT = Aws::String>
110 m_additionalHudiOptionsHasBeenSet =
true;
111 m_additionalHudiOptions.emplace(std::forward<AdditionalHudiOptionsKeyT>(key), std::forward<AdditionalHudiOptionsValueT>(value));
122 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
124 m_outputSchemasHasBeenSet =
true;
125 m_outputSchemas = std::forward<OutputSchemasT>(value);
127 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
132 template <
typename OutputSchemasT = GlueSchema>
134 m_outputSchemasHasBeenSet =
true;
135 m_outputSchemas.emplace_back(std::forward<OutputSchemasT>(value));
149 bool m_nameHasBeenSet =
false;
150 bool m_databaseHasBeenSet =
false;
151 bool m_tableHasBeenSet =
false;
152 bool m_additionalHudiOptionsHasBeenSet =
false;
153 bool m_outputSchemasHasBeenSet =
false;
CatalogHudiSource & WithDatabase(DatabaseT &&value)
void SetDatabase(DatabaseT &&value)
bool NameHasBeenSet() const
const Aws::String & GetName() const
bool TableHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetAdditionalHudiOptions() const
bool OutputSchemasHasBeenSet() const
const Aws::String & GetTable() const
void SetAdditionalHudiOptions(AdditionalHudiOptionsT &&value)
CatalogHudiSource & WithTable(TableT &&value)
CatalogHudiSource & AddOutputSchemas(OutputSchemasT &&value)
void SetOutputSchemas(OutputSchemasT &&value)
CatalogHudiSource & WithAdditionalHudiOptions(AdditionalHudiOptionsT &&value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool AdditionalHudiOptionsHasBeenSet() const
AWS_GLUE_API CatalogHudiSource(Aws::Utils::Json::JsonView jsonValue)
CatalogHudiSource & AddAdditionalHudiOptions(AdditionalHudiOptionsKeyT &&key, AdditionalHudiOptionsValueT &&value)
bool DatabaseHasBeenSet() const
void SetName(NameT &&value)
AWS_GLUE_API CatalogHudiSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetDatabase() const
CatalogHudiSource & WithName(NameT &&value)
CatalogHudiSource & WithOutputSchemas(OutputSchemasT &&value)
AWS_GLUE_API CatalogHudiSource()=default
void SetTable(TableT &&value)
const Aws::Vector< GlueSchema > & GetOutputSchemas() const
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