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 S3HudiSource&
AddPaths(PathsT&& value) { m_pathsHasBeenSet =
true; m_paths.emplace_back(std::forward<PathsT>(value));
return *
this; }
77 template<
typename AdditionalHudiOptionsT = Aws::Map<Aws::String, Aws::String>>
78 void SetAdditionalHudiOptions(AdditionalHudiOptionsT&& value) { m_additionalHudiOptionsHasBeenSet =
true; m_additionalHudiOptions = std::forward<AdditionalHudiOptionsT>(value); }
79 template<
typename AdditionalHudiOptionsT = Aws::Map<Aws::String, Aws::String>>
81 template<
typename AdditionalHudiOptionsKeyT = Aws::String,
typename AdditionalHudiOptionsValueT = Aws::String>
83 m_additionalHudiOptionsHasBeenSet =
true; m_additionalHudiOptions.emplace(std::forward<AdditionalHudiOptionsKeyT>(key), std::forward<AdditionalHudiOptionsValueT>(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 S3HudiSource&
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_additionalHudiOptionsHasBeenSet =
false;
124 bool m_additionalOptionsHasBeenSet =
false;
127 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