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>
11#include <aws/glue/model/ParquetCompressionType.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));
90 m_compressionTypeHasBeenSet =
true;
91 m_compressionType = value;
106 template <
typename ExclusionsT = Aws::Vector<Aws::String>>
108 m_exclusionsHasBeenSet =
true;
109 m_exclusions = std::forward<ExclusionsT>(value);
111 template <
typename ExclusionsT = Aws::Vector<Aws::String>>
116 template <
typename ExclusionsT = Aws::String>
118 m_exclusionsHasBeenSet =
true;
119 m_exclusions.emplace_back(std::forward<ExclusionsT>(value));
133 template <
typename GroupSizeT = Aws::String>
135 m_groupSizeHasBeenSet =
true;
136 m_groupSize = std::forward<GroupSizeT>(value);
138 template <
typename GroupSizeT = Aws::String>
154 template <
typename GroupFilesT = Aws::String>
156 m_groupFilesHasBeenSet =
true;
157 m_groupFiles = std::forward<GroupFilesT>(value);
159 template <
typename GroupFilesT = Aws::String>
174 m_recurseHasBeenSet =
true;
194 m_maxBandHasBeenSet =
true;
212 m_maxFilesInBandHasBeenSet =
true;
213 m_maxFilesInBand = value;
227 template <
typename AdditionalOptionsT = S3DirectSourceAdditionalOptions>
229 m_additionalOptionsHasBeenSet =
true;
230 m_additionalOptions = std::forward<AdditionalOptionsT>(value);
232 template <
typename AdditionalOptionsT = S3DirectSourceAdditionalOptions>
245 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
247 m_outputSchemasHasBeenSet =
true;
248 m_outputSchemas = std::forward<OutputSchemasT>(value);
250 template <
typename OutputSchemasT = Aws::Vector<GlueSchema>>
255 template <
typename OutputSchemasT = GlueSchema>
257 m_outputSchemasHasBeenSet =
true;
258 m_outputSchemas.emplace_back(std::forward<OutputSchemasT>(value));
275 bool m_recurse{
false};
279 int m_maxFilesInBand{0};
281 S3DirectSourceAdditionalOptions m_additionalOptions;
284 bool m_nameHasBeenSet =
false;
285 bool m_pathsHasBeenSet =
false;
286 bool m_compressionTypeHasBeenSet =
false;
287 bool m_exclusionsHasBeenSet =
false;
288 bool m_groupSizeHasBeenSet =
false;
289 bool m_groupFilesHasBeenSet =
false;
290 bool m_recurseHasBeenSet =
false;
291 bool m_maxBandHasBeenSet =
false;
292 bool m_maxFilesInBandHasBeenSet =
false;
293 bool m_additionalOptionsHasBeenSet =
false;
294 bool m_outputSchemasHasBeenSet =
false;
S3ParquetSource & WithMaxFilesInBand(int value)
const Aws::Vector< GlueSchema > & GetOutputSchemas() const
S3ParquetSource & AddOutputSchemas(OutputSchemasT &&value)
S3ParquetSource & AddExclusions(ExclusionsT &&value)
void SetExclusions(ExclusionsT &&value)
void SetPaths(PathsT &&value)
const Aws::String & GetGroupFiles() const
void SetRecurse(bool value)
void SetCompressionType(ParquetCompressionType value)
bool AdditionalOptionsHasBeenSet() const
S3ParquetSource & WithGroupFiles(GroupFilesT &&value)
AWS_GLUE_API S3ParquetSource & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetGroupFiles(GroupFilesT &&value)
void SetOutputSchemas(OutputSchemasT &&value)
S3ParquetSource & WithCompressionType(ParquetCompressionType value)
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
bool GroupFilesHasBeenSet() const
bool OutputSchemasHasBeenSet() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
S3ParquetSource & WithMaxBand(int value)
void SetGroupSize(GroupSizeT &&value)
S3ParquetSource & WithExclusions(ExclusionsT &&value)
S3ParquetSource & WithName(NameT &&value)
const Aws::Vector< Aws::String > & GetPaths() const
bool MaxBandHasBeenSet() const
bool PathsHasBeenSet() const
bool GroupSizeHasBeenSet() const
S3ParquetSource & WithGroupSize(GroupSizeT &&value)
bool CompressionTypeHasBeenSet() const
void SetAdditionalOptions(AdditionalOptionsT &&value)
const S3DirectSourceAdditionalOptions & GetAdditionalOptions() const
S3ParquetSource & WithOutputSchemas(OutputSchemasT &&value)
S3ParquetSource & AddPaths(PathsT &&value)
const Aws::String & GetGroupSize() const
S3ParquetSource & WithPaths(PathsT &&value)
const Aws::Vector< Aws::String > & GetExclusions() const
const Aws::String & GetName() const
S3ParquetSource & WithRecurse(bool value)
S3ParquetSource & WithAdditionalOptions(AdditionalOptionsT &&value)
bool MaxFilesInBandHasBeenSet() const
ParquetCompressionType GetCompressionType() const
bool RecurseHasBeenSet() const
int GetMaxFilesInBand() const
void SetMaxFilesInBand(int value)
AWS_GLUE_API S3ParquetSource(Aws::Utils::Json::JsonView jsonValue)
bool ExclusionsHasBeenSet() const
AWS_GLUE_API S3ParquetSource()=default
void SetMaxBand(int value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue