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>
51 template<
typename NameT = Aws::String>
52 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
53 template<
typename NameT = Aws::String>
63 template<
typename DatabaseT = Aws::String>
64 void SetDatabase(DatabaseT&& value) { m_databaseHasBeenSet =
true; m_database = std::forward<DatabaseT>(value); }
65 template<
typename DatabaseT = Aws::String>
75 template<
typename TableT = Aws::String>
76 void SetTable(TableT&& value) { m_tableHasBeenSet =
true; m_table = std::forward<TableT>(value); }
77 template<
typename TableT = Aws::String>
87 template<
typename AdditionalDeltaOptionsT = Aws::Map<Aws::String, Aws::String>>
88 void SetAdditionalDeltaOptions(AdditionalDeltaOptionsT&& value) { m_additionalDeltaOptionsHasBeenSet =
true; m_additionalDeltaOptions = std::forward<AdditionalDeltaOptionsT>(value); }
89 template<
typename AdditionalDeltaOptionsT = Aws::Map<Aws::String, Aws::String>>
91 template<
typename AdditionalDeltaOptionsKeyT = Aws::String,
typename AdditionalDeltaOptionsValueT = Aws::String>
93 m_additionalDeltaOptionsHasBeenSet =
true; m_additionalDeltaOptions.emplace(std::forward<AdditionalDeltaOptionsKeyT>(key), std::forward<AdditionalDeltaOptionsValueT>(value));
return *
this;
103 template<
typename OutputSchemasT = Aws::Vector<GlueSchema>>
104 void SetOutputSchemas(OutputSchemasT&& value) { m_outputSchemasHasBeenSet =
true; m_outputSchemas = std::forward<OutputSchemasT>(value); }
105 template<
typename OutputSchemasT = Aws::Vector<GlueSchema>>
107 template<
typename OutputSchemasT = GlueSchema>
113 bool m_nameHasBeenSet =
false;
116 bool m_databaseHasBeenSet =
false;
119 bool m_tableHasBeenSet =
false;
122 bool m_additionalDeltaOptionsHasBeenSet =
false;
125 bool m_outputSchemasHasBeenSet =
false;
bool OutputSchemasHasBeenSet() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
S3CatalogDeltaSource & WithAdditionalDeltaOptions(AdditionalDeltaOptionsT &&value)
bool DatabaseHasBeenSet() const
void SetOutputSchemas(OutputSchemasT &&value)
AWS_GLUE_API S3CatalogDeltaSource()=default
bool NameHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetAdditionalDeltaOptions() const
const Aws::String & GetTable() const
void SetAdditionalDeltaOptions(AdditionalDeltaOptionsT &&value)
S3CatalogDeltaSource & WithName(NameT &&value)
void SetName(NameT &&value)
AWS_GLUE_API S3CatalogDeltaSource & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetName() const
const Aws::Vector< GlueSchema > & GetOutputSchemas() const
S3CatalogDeltaSource & WithDatabase(DatabaseT &&value)
S3CatalogDeltaSource & AddOutputSchemas(OutputSchemasT &&value)
S3CatalogDeltaSource & WithTable(TableT &&value)
void SetTable(TableT &&value)
S3CatalogDeltaSource & WithOutputSchemas(OutputSchemasT &&value)
bool AdditionalDeltaOptionsHasBeenSet() const
void SetDatabase(DatabaseT &&value)
S3CatalogDeltaSource & AddAdditionalDeltaOptions(AdditionalDeltaOptionsKeyT &&key, AdditionalDeltaOptionsValueT &&value)
const Aws::String & GetDatabase() const
bool TableHasBeenSet() const
AWS_GLUE_API S3CatalogDeltaSource(Aws::Utils::Json::JsonView jsonValue)
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