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>
12#include <aws/glue/model/S3DirectSourceAdditionalOptions.h>
45 template <
typename NameT = Aws::String>
47 m_nameHasBeenSet =
true;
48 m_name = std::forward<NameT>(value);
50 template <
typename NameT = Aws::String>
52 SetName(std::forward<NameT>(value));
63 template <
typename PathsT = Aws::Vector<Aws::String>>
65 m_pathsHasBeenSet =
true;
66 m_paths = std::forward<PathsT>(value);
68 template <
typename PathsT = Aws::Vector<Aws::String>>
70 SetPaths(std::forward<PathsT>(value));
73 template <
typename PathsT = Aws::String>
75 m_pathsHasBeenSet =
true;
76 m_paths.emplace_back(std::forward<PathsT>(value));
87 template <
typename AdditionalHudiOptionsT = Aws::Map<Aws::String, Aws::String>>
89 m_additionalHudiOptionsHasBeenSet =
true;
90 m_additionalHudiOptions = std::forward<AdditionalHudiOptionsT>(value);
92 template <
typename AdditionalHudiOptionsT = Aws::Map<Aws::String, Aws::String>>
97 template <
typename AdditionalHudiOptionsKeyT = Aws::String,
typename AdditionalHudiOptionsValueT = Aws::String>
99 m_additionalHudiOptionsHasBeenSet =
true;
100 m_additionalHudiOptions.emplace(std::forward<AdditionalHudiOptionsKeyT>(key), std::forward<AdditionalHudiOptionsValueT>(value));
111 template <
typename AdditionalOptionsT = S3DirectSourceAdditionalOptions>
113 m_additionalOptionsHasBeenSet =
true;
114 m_additionalOptions = std::forward<AdditionalOptionsT>(value);
116 template <
typename AdditionalOptionsT = S3DirectSourceAdditionalOptions>
129 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
131 m_outputSchemasHasBeenSet =
true;
132 m_outputSchemas = std::forward<OutputSchemasT>(value);
134 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
139 template <
typename OutputSchemasT = GlueSchema>
141 m_outputSchemasHasBeenSet =
true;
142 m_outputSchemas.emplace_back(std::forward<OutputSchemasT>(value));
156 bool m_nameHasBeenSet =
false;
157 bool m_pathsHasBeenSet =
false;
158 bool m_additionalHudiOptionsHasBeenSet =
false;
159 bool m_additionalOptionsHasBeenSet =
false;
160 bool m_outputSchemasHasBeenSet =
false;
const S3DirectSourceAdditionalOptions & GetAdditionalOptions() const
bool AdditionalHudiOptionsHasBeenSet() const
void SetAdditionalHudiOptions(AdditionalHudiOptionsT &&value)
bool NameHasBeenSet() const
S3HudiSource & WithName(NameT &&value)
const Aws::Map< Aws::String, Aws::String > & GetAdditionalHudiOptions() const
S3HudiSource & AddOutputSchemas(OutputSchemasT &&value)
AWS_GLUE_API S3HudiSource(Aws::Utils::Json::JsonView jsonValue)
void SetPaths(PathsT &&value)
void SetOutputSchemas(OutputSchemasT &&value)
S3HudiSource & AddAdditionalHudiOptions(AdditionalHudiOptionsKeyT &&key, AdditionalHudiOptionsValueT &&value)
const Aws::Vector< Aws::String > & GetPaths() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_GLUE_API S3HudiSource & operator=(Aws::Utils::Json::JsonView jsonValue)
S3HudiSource & AddPaths(PathsT &&value)
bool OutputSchemasHasBeenSet() const
void SetName(NameT &&value)
bool PathsHasBeenSet() const
void SetAdditionalOptions(AdditionalOptionsT &&value)
AWS_GLUE_API S3HudiSource()=default
bool AdditionalOptionsHasBeenSet() const
S3HudiSource & WithAdditionalHudiOptions(AdditionalHudiOptionsT &&value)
S3HudiSource & WithPaths(PathsT &&value)
const Aws::String & GetName() const
S3HudiSource & WithAdditionalOptions(AdditionalOptionsT &&value)
S3HudiSource & WithOutputSchemas(OutputSchemasT &&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