7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/glue/Glue_EXPORTS.h>
10#include <aws/glue/model/GlueSchema.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename DatabaseT = Aws::String>
63 m_databaseHasBeenSet =
true;
64 m_database = std::forward<DatabaseT>(value);
66 template <
typename DatabaseT = Aws::String>
79 template <
typename TableT = Aws::String>
81 m_tableHasBeenSet =
true;
82 m_table = std::forward<TableT>(value);
84 template <
typename TableT = Aws::String>
86 SetTable(std::forward<TableT>(value));
98 template <
typename PartitionPredicateT = Aws::String>
100 m_partitionPredicateHasBeenSet =
true;
101 m_partitionPredicate = std::forward<PartitionPredicateT>(value);
103 template <
typename PartitionPredicateT = Aws::String>
116 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
118 m_outputSchemasHasBeenSet =
true;
119 m_outputSchemas = std::forward<OutputSchemasT>(value);
121 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
126 template <
typename OutputSchemasT = GlueSchema>
128 m_outputSchemasHasBeenSet =
true;
129 m_outputSchemas.emplace_back(std::forward<OutputSchemasT>(value));
143 bool m_nameHasBeenSet =
false;
144 bool m_databaseHasBeenSet =
false;
145 bool m_tableHasBeenSet =
false;
146 bool m_partitionPredicateHasBeenSet =
false;
147 bool m_outputSchemasHasBeenSet =
false;
void SetOutputSchemas(OutputSchemasT &&value)
void SetDatabase(DatabaseT &&value)
bool NameHasBeenSet() const
bool PartitionPredicateHasBeenSet() const
void SetPartitionPredicate(PartitionPredicateT &&value)
CatalogSource & WithTable(TableT &&value)
CatalogSource & WithOutputSchemas(OutputSchemasT &&value)
CatalogSource & WithName(NameT &&value)
void SetName(NameT &&value)
AWS_GLUE_API CatalogSource & operator=(Aws::Utils::Json::JsonView jsonValue)
CatalogSource & WithDatabase(DatabaseT &&value)
CatalogSource & WithPartitionPredicate(PartitionPredicateT &&value)
const Aws::String & GetPartitionPredicate() const
AWS_GLUE_API CatalogSource()=default
const Aws::String & GetDatabase() const
AWS_GLUE_API CatalogSource(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetTable() const
CatalogSource & AddOutputSchemas(OutputSchemasT &&value)
bool TableHasBeenSet() const
bool OutputSchemasHasBeenSet() const
void SetTable(TableT &&value)
const Aws::String & GetName() const
const Aws::Vector< GlueSchema > & GetOutputSchemas() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool DatabaseHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue