7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
11#include <aws/glue/model/S3DirectSourceAdditionalOptions.h>
12#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 PathsT = Aws::Vector<Aws::String>>
64 void SetPaths(PathsT&& value) { m_pathsHasBeenSet =
true; m_paths = std::forward<PathsT>(value); }
65 template<
typename PathsT = Aws::Vector<Aws::String>>
67 template<
typename PathsT = Aws::String>
68 S3DeltaSource&
AddPaths(PathsT&& value) { m_pathsHasBeenSet =
true; m_paths.emplace_back(std::forward<PathsT>(value));
return *
this; }
77 template<
typename AdditionalDeltaOptionsT = Aws::Map<Aws::String, Aws::String>>
78 void SetAdditionalDeltaOptions(AdditionalDeltaOptionsT&& value) { m_additionalDeltaOptionsHasBeenSet =
true; m_additionalDeltaOptions = std::forward<AdditionalDeltaOptionsT>(value); }
79 template<
typename AdditionalDeltaOptionsT = Aws::Map<Aws::String, Aws::String>>
81 template<
typename AdditionalDeltaOptionsKeyT = Aws::String,
typename AdditionalDeltaOptionsValueT = Aws::String>
83 m_additionalDeltaOptionsHasBeenSet =
true; m_additionalDeltaOptions.emplace(std::forward<AdditionalDeltaOptionsKeyT>(key), std::forward<AdditionalDeltaOptionsValueT>(value));
return *
this;
93 template<
typename AdditionalOptionsT = S3DirectSourceAdditionalOptions>
94 void SetAdditionalOptions(AdditionalOptionsT&& value) { m_additionalOptionsHasBeenSet =
true; m_additionalOptions = std::forward<AdditionalOptionsT>(value); }
95 template<
typename AdditionalOptionsT = S3DirectSourceAdditionalOptions>
105 template<
typename OutputSchemasT = Aws::Vector<GlueSchema>>
106 void SetOutputSchemas(OutputSchemasT&& value) { m_outputSchemasHasBeenSet =
true; m_outputSchemas = std::forward<OutputSchemasT>(value); }
107 template<
typename OutputSchemasT = Aws::Vector<GlueSchema>>
109 template<
typename OutputSchemasT = GlueSchema>
110 S3DeltaSource&
AddOutputSchemas(OutputSchemasT&& value) { m_outputSchemasHasBeenSet =
true; m_outputSchemas.emplace_back(std::forward<OutputSchemasT>(value));
return *
this; }
115 bool m_nameHasBeenSet =
false;
118 bool m_pathsHasBeenSet =
false;
121 bool m_additionalDeltaOptionsHasBeenSet =
false;
124 bool m_additionalOptionsHasBeenSet =
false;
127 bool m_outputSchemasHasBeenSet =
false;
S3DeltaSource & AddOutputSchemas(OutputSchemasT &&value)
void SetAdditionalDeltaOptions(AdditionalDeltaOptionsT &&value)
bool AdditionalDeltaOptionsHasBeenSet() const
AWS_GLUE_API S3DeltaSource & operator=(Aws::Utils::Json::JsonView jsonValue)
bool PathsHasBeenSet() const
S3DeltaSource & AddAdditionalDeltaOptions(AdditionalDeltaOptionsKeyT &&key, AdditionalDeltaOptionsValueT &&value)
bool AdditionalOptionsHasBeenSet() const
const Aws::String & GetName() const
S3DeltaSource & AddPaths(PathsT &&value)
void SetOutputSchemas(OutputSchemasT &&value)
void SetPaths(PathsT &&value)
S3DeltaSource & WithPaths(PathsT &&value)
const Aws::Vector< GlueSchema > & GetOutputSchemas() const
AWS_GLUE_API S3DeltaSource(Aws::Utils::Json::JsonView jsonValue)
AWS_GLUE_API S3DeltaSource()=default
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Map< Aws::String, Aws::String > & GetAdditionalDeltaOptions() const
S3DeltaSource & WithName(NameT &&value)
bool OutputSchemasHasBeenSet() const
S3DeltaSource & WithAdditionalOptions(AdditionalOptionsT &&value)
S3DeltaSource & WithOutputSchemas(OutputSchemasT &&value)
const Aws::Vector< Aws::String > & GetPaths() const
void SetName(NameT &&value)
void SetAdditionalOptions(AdditionalOptionsT &&value)
S3DeltaSource & WithAdditionalDeltaOptions(AdditionalDeltaOptionsT &&value)
bool NameHasBeenSet() const
const S3DirectSourceAdditionalOptions & GetAdditionalOptions() 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