AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
CodeGenConfigurationNode.h
1
6#pragma once
7#include <aws/glue/Glue_EXPORTS.h>
8#include <aws/glue/model/AthenaConnectorSource.h>
9#include <aws/glue/model/JDBCConnectorSource.h>
10#include <aws/glue/model/SparkConnectorSource.h>
11#include <aws/glue/model/CatalogSource.h>
12#include <aws/glue/model/RedshiftSource.h>
13#include <aws/glue/model/S3CatalogSource.h>
14#include <aws/glue/model/S3CsvSource.h>
15#include <aws/glue/model/S3ExcelSource.h>
16#include <aws/glue/model/S3JsonSource.h>
17#include <aws/glue/model/S3ParquetSource.h>
18#include <aws/glue/model/RelationalCatalogSource.h>
19#include <aws/glue/model/DynamoDBCatalogSource.h>
20#include <aws/glue/model/JDBCConnectorTarget.h>
21#include <aws/glue/model/SparkConnectorTarget.h>
22#include <aws/glue/model/BasicCatalogTarget.h>
23#include <aws/glue/model/RedshiftTarget.h>
24#include <aws/glue/model/S3CatalogTarget.h>
25#include <aws/glue/model/S3GlueParquetTarget.h>
26#include <aws/glue/model/S3HyperDirectTarget.h>
27#include <aws/glue/model/S3DirectTarget.h>
28#include <aws/glue/model/S3IcebergDirectTarget.h>
29#include <aws/glue/model/ApplyMapping.h>
30#include <aws/glue/model/SelectFields.h>
31#include <aws/glue/model/DropFields.h>
32#include <aws/glue/model/RenameField.h>
33#include <aws/glue/model/Spigot.h>
34#include <aws/glue/model/Join.h>
35#include <aws/glue/model/SplitFields.h>
36#include <aws/glue/model/SelectFromCollection.h>
37#include <aws/glue/model/FillMissingValues.h>
38#include <aws/glue/model/Filter.h>
39#include <aws/glue/model/CustomCode.h>
40#include <aws/glue/model/SparkSQL.h>
41#include <aws/glue/model/DirectKinesisSource.h>
42#include <aws/glue/model/DirectKafkaSource.h>
43#include <aws/glue/model/CatalogKinesisSource.h>
44#include <aws/glue/model/CatalogKafkaSource.h>
45#include <aws/glue/model/DropNullFields.h>
46#include <aws/glue/model/Merge.h>
47#include <aws/glue/model/Union.h>
48#include <aws/glue/model/PIIDetection.h>
49#include <aws/glue/model/Aggregate.h>
50#include <aws/glue/model/DropDuplicates.h>
51#include <aws/glue/model/GovernedCatalogTarget.h>
52#include <aws/glue/model/GovernedCatalogSource.h>
53#include <aws/glue/model/MicrosoftSQLServerCatalogSource.h>
54#include <aws/glue/model/MySQLCatalogSource.h>
55#include <aws/glue/model/OracleSQLCatalogSource.h>
56#include <aws/glue/model/PostgreSQLCatalogSource.h>
57#include <aws/glue/model/MicrosoftSQLServerCatalogTarget.h>
58#include <aws/glue/model/MySQLCatalogTarget.h>
59#include <aws/glue/model/OracleSQLCatalogTarget.h>
60#include <aws/glue/model/PostgreSQLCatalogTarget.h>
61#include <aws/glue/model/DynamicTransform.h>
62#include <aws/glue/model/EvaluateDataQuality.h>
63#include <aws/glue/model/S3CatalogHudiSource.h>
64#include <aws/glue/model/CatalogHudiSource.h>
65#include <aws/glue/model/S3HudiSource.h>
66#include <aws/glue/model/S3HudiCatalogTarget.h>
67#include <aws/glue/model/S3HudiDirectTarget.h>
68#include <aws/glue/model/DirectJDBCSource.h>
69#include <aws/glue/model/S3CatalogDeltaSource.h>
70#include <aws/glue/model/CatalogDeltaSource.h>
71#include <aws/glue/model/S3DeltaSource.h>
72#include <aws/glue/model/S3DeltaCatalogTarget.h>
73#include <aws/glue/model/S3DeltaDirectTarget.h>
74#include <aws/glue/model/AmazonRedshiftSource.h>
75#include <aws/glue/model/AmazonRedshiftTarget.h>
76#include <aws/glue/model/EvaluateDataQualityMultiFrame.h>
77#include <aws/glue/model/Recipe.h>
78#include <aws/glue/model/SnowflakeSource.h>
79#include <aws/glue/model/SnowflakeTarget.h>
80#include <aws/glue/model/ConnectorDataSource.h>
81#include <aws/glue/model/ConnectorDataTarget.h>
82#include <utility>
83
84namespace Aws
85{
86namespace Utils
87{
88namespace Json
89{
90 class JsonValue;
91 class JsonView;
92} // namespace Json
93} // namespace Utils
94namespace Glue
95{
96namespace Model
97{
98
107 {
108 public:
109 AWS_GLUE_API CodeGenConfigurationNode() = default;
113
114
116
119 inline const AthenaConnectorSource& GetAthenaConnectorSource() const { return m_athenaConnectorSource; }
120 inline bool AthenaConnectorSourceHasBeenSet() const { return m_athenaConnectorSourceHasBeenSet; }
121 template<typename AthenaConnectorSourceT = AthenaConnectorSource>
122 void SetAthenaConnectorSource(AthenaConnectorSourceT&& value) { m_athenaConnectorSourceHasBeenSet = true; m_athenaConnectorSource = std::forward<AthenaConnectorSourceT>(value); }
123 template<typename AthenaConnectorSourceT = AthenaConnectorSource>
124 CodeGenConfigurationNode& WithAthenaConnectorSource(AthenaConnectorSourceT&& value) { SetAthenaConnectorSource(std::forward<AthenaConnectorSourceT>(value)); return *this;}
126
128
131 inline const JDBCConnectorSource& GetJDBCConnectorSource() const { return m_jDBCConnectorSource; }
132 inline bool JDBCConnectorSourceHasBeenSet() const { return m_jDBCConnectorSourceHasBeenSet; }
133 template<typename JDBCConnectorSourceT = JDBCConnectorSource>
134 void SetJDBCConnectorSource(JDBCConnectorSourceT&& value) { m_jDBCConnectorSourceHasBeenSet = true; m_jDBCConnectorSource = std::forward<JDBCConnectorSourceT>(value); }
135 template<typename JDBCConnectorSourceT = JDBCConnectorSource>
136 CodeGenConfigurationNode& WithJDBCConnectorSource(JDBCConnectorSourceT&& value) { SetJDBCConnectorSource(std::forward<JDBCConnectorSourceT>(value)); return *this;}
138
140
143 inline const SparkConnectorSource& GetSparkConnectorSource() const { return m_sparkConnectorSource; }
144 inline bool SparkConnectorSourceHasBeenSet() const { return m_sparkConnectorSourceHasBeenSet; }
145 template<typename SparkConnectorSourceT = SparkConnectorSource>
146 void SetSparkConnectorSource(SparkConnectorSourceT&& value) { m_sparkConnectorSourceHasBeenSet = true; m_sparkConnectorSource = std::forward<SparkConnectorSourceT>(value); }
147 template<typename SparkConnectorSourceT = SparkConnectorSource>
148 CodeGenConfigurationNode& WithSparkConnectorSource(SparkConnectorSourceT&& value) { SetSparkConnectorSource(std::forward<SparkConnectorSourceT>(value)); return *this;}
150
152
155 inline const CatalogSource& GetCatalogSource() const { return m_catalogSource; }
156 inline bool CatalogSourceHasBeenSet() const { return m_catalogSourceHasBeenSet; }
157 template<typename CatalogSourceT = CatalogSource>
158 void SetCatalogSource(CatalogSourceT&& value) { m_catalogSourceHasBeenSet = true; m_catalogSource = std::forward<CatalogSourceT>(value); }
159 template<typename CatalogSourceT = CatalogSource>
160 CodeGenConfigurationNode& WithCatalogSource(CatalogSourceT&& value) { SetCatalogSource(std::forward<CatalogSourceT>(value)); return *this;}
162
164
167 inline const RedshiftSource& GetRedshiftSource() const { return m_redshiftSource; }
168 inline bool RedshiftSourceHasBeenSet() const { return m_redshiftSourceHasBeenSet; }
169 template<typename RedshiftSourceT = RedshiftSource>
170 void SetRedshiftSource(RedshiftSourceT&& value) { m_redshiftSourceHasBeenSet = true; m_redshiftSource = std::forward<RedshiftSourceT>(value); }
171 template<typename RedshiftSourceT = RedshiftSource>
172 CodeGenConfigurationNode& WithRedshiftSource(RedshiftSourceT&& value) { SetRedshiftSource(std::forward<RedshiftSourceT>(value)); return *this;}
174
176
179 inline const S3CatalogSource& GetS3CatalogSource() const { return m_s3CatalogSource; }
180 inline bool S3CatalogSourceHasBeenSet() const { return m_s3CatalogSourceHasBeenSet; }
181 template<typename S3CatalogSourceT = S3CatalogSource>
182 void SetS3CatalogSource(S3CatalogSourceT&& value) { m_s3CatalogSourceHasBeenSet = true; m_s3CatalogSource = std::forward<S3CatalogSourceT>(value); }
183 template<typename S3CatalogSourceT = S3CatalogSource>
184 CodeGenConfigurationNode& WithS3CatalogSource(S3CatalogSourceT&& value) { SetS3CatalogSource(std::forward<S3CatalogSourceT>(value)); return *this;}
186
188
191 inline const S3CsvSource& GetS3CsvSource() const { return m_s3CsvSource; }
192 inline bool S3CsvSourceHasBeenSet() const { return m_s3CsvSourceHasBeenSet; }
193 template<typename S3CsvSourceT = S3CsvSource>
194 void SetS3CsvSource(S3CsvSourceT&& value) { m_s3CsvSourceHasBeenSet = true; m_s3CsvSource = std::forward<S3CsvSourceT>(value); }
195 template<typename S3CsvSourceT = S3CsvSource>
196 CodeGenConfigurationNode& WithS3CsvSource(S3CsvSourceT&& value) { SetS3CsvSource(std::forward<S3CsvSourceT>(value)); return *this;}
198
200
203 inline const S3ExcelSource& GetS3ExcelSource() const { return m_s3ExcelSource; }
204 inline bool S3ExcelSourceHasBeenSet() const { return m_s3ExcelSourceHasBeenSet; }
205 template<typename S3ExcelSourceT = S3ExcelSource>
206 void SetS3ExcelSource(S3ExcelSourceT&& value) { m_s3ExcelSourceHasBeenSet = true; m_s3ExcelSource = std::forward<S3ExcelSourceT>(value); }
207 template<typename S3ExcelSourceT = S3ExcelSource>
208 CodeGenConfigurationNode& WithS3ExcelSource(S3ExcelSourceT&& value) { SetS3ExcelSource(std::forward<S3ExcelSourceT>(value)); return *this;}
210
212
215 inline const S3JsonSource& GetS3JsonSource() const { return m_s3JsonSource; }
216 inline bool S3JsonSourceHasBeenSet() const { return m_s3JsonSourceHasBeenSet; }
217 template<typename S3JsonSourceT = S3JsonSource>
218 void SetS3JsonSource(S3JsonSourceT&& value) { m_s3JsonSourceHasBeenSet = true; m_s3JsonSource = std::forward<S3JsonSourceT>(value); }
219 template<typename S3JsonSourceT = S3JsonSource>
220 CodeGenConfigurationNode& WithS3JsonSource(S3JsonSourceT&& value) { SetS3JsonSource(std::forward<S3JsonSourceT>(value)); return *this;}
222
224
227 inline const S3ParquetSource& GetS3ParquetSource() const { return m_s3ParquetSource; }
228 inline bool S3ParquetSourceHasBeenSet() const { return m_s3ParquetSourceHasBeenSet; }
229 template<typename S3ParquetSourceT = S3ParquetSource>
230 void SetS3ParquetSource(S3ParquetSourceT&& value) { m_s3ParquetSourceHasBeenSet = true; m_s3ParquetSource = std::forward<S3ParquetSourceT>(value); }
231 template<typename S3ParquetSourceT = S3ParquetSource>
232 CodeGenConfigurationNode& WithS3ParquetSource(S3ParquetSourceT&& value) { SetS3ParquetSource(std::forward<S3ParquetSourceT>(value)); return *this;}
234
236
239 inline const RelationalCatalogSource& GetRelationalCatalogSource() const { return m_relationalCatalogSource; }
240 inline bool RelationalCatalogSourceHasBeenSet() const { return m_relationalCatalogSourceHasBeenSet; }
241 template<typename RelationalCatalogSourceT = RelationalCatalogSource>
242 void SetRelationalCatalogSource(RelationalCatalogSourceT&& value) { m_relationalCatalogSourceHasBeenSet = true; m_relationalCatalogSource = std::forward<RelationalCatalogSourceT>(value); }
243 template<typename RelationalCatalogSourceT = RelationalCatalogSource>
244 CodeGenConfigurationNode& WithRelationalCatalogSource(RelationalCatalogSourceT&& value) { SetRelationalCatalogSource(std::forward<RelationalCatalogSourceT>(value)); return *this;}
246
248
251 inline const DynamoDBCatalogSource& GetDynamoDBCatalogSource() const { return m_dynamoDBCatalogSource; }
252 inline bool DynamoDBCatalogSourceHasBeenSet() const { return m_dynamoDBCatalogSourceHasBeenSet; }
253 template<typename DynamoDBCatalogSourceT = DynamoDBCatalogSource>
254 void SetDynamoDBCatalogSource(DynamoDBCatalogSourceT&& value) { m_dynamoDBCatalogSourceHasBeenSet = true; m_dynamoDBCatalogSource = std::forward<DynamoDBCatalogSourceT>(value); }
255 template<typename DynamoDBCatalogSourceT = DynamoDBCatalogSource>
256 CodeGenConfigurationNode& WithDynamoDBCatalogSource(DynamoDBCatalogSourceT&& value) { SetDynamoDBCatalogSource(std::forward<DynamoDBCatalogSourceT>(value)); return *this;}
258
260
264 inline const JDBCConnectorTarget& GetJDBCConnectorTarget() const { return m_jDBCConnectorTarget; }
265 inline bool JDBCConnectorTargetHasBeenSet() const { return m_jDBCConnectorTargetHasBeenSet; }
266 template<typename JDBCConnectorTargetT = JDBCConnectorTarget>
267 void SetJDBCConnectorTarget(JDBCConnectorTargetT&& value) { m_jDBCConnectorTargetHasBeenSet = true; m_jDBCConnectorTarget = std::forward<JDBCConnectorTargetT>(value); }
268 template<typename JDBCConnectorTargetT = JDBCConnectorTarget>
269 CodeGenConfigurationNode& WithJDBCConnectorTarget(JDBCConnectorTargetT&& value) { SetJDBCConnectorTarget(std::forward<JDBCConnectorTargetT>(value)); return *this;}
271
273
276 inline const SparkConnectorTarget& GetSparkConnectorTarget() const { return m_sparkConnectorTarget; }
277 inline bool SparkConnectorTargetHasBeenSet() const { return m_sparkConnectorTargetHasBeenSet; }
278 template<typename SparkConnectorTargetT = SparkConnectorTarget>
279 void SetSparkConnectorTarget(SparkConnectorTargetT&& value) { m_sparkConnectorTargetHasBeenSet = true; m_sparkConnectorTarget = std::forward<SparkConnectorTargetT>(value); }
280 template<typename SparkConnectorTargetT = SparkConnectorTarget>
281 CodeGenConfigurationNode& WithSparkConnectorTarget(SparkConnectorTargetT&& value) { SetSparkConnectorTarget(std::forward<SparkConnectorTargetT>(value)); return *this;}
283
285
288 inline const BasicCatalogTarget& GetCatalogTarget() const { return m_catalogTarget; }
289 inline bool CatalogTargetHasBeenSet() const { return m_catalogTargetHasBeenSet; }
290 template<typename CatalogTargetT = BasicCatalogTarget>
291 void SetCatalogTarget(CatalogTargetT&& value) { m_catalogTargetHasBeenSet = true; m_catalogTarget = std::forward<CatalogTargetT>(value); }
292 template<typename CatalogTargetT = BasicCatalogTarget>
293 CodeGenConfigurationNode& WithCatalogTarget(CatalogTargetT&& value) { SetCatalogTarget(std::forward<CatalogTargetT>(value)); return *this;}
295
297
300 inline const RedshiftTarget& GetRedshiftTarget() const { return m_redshiftTarget; }
301 inline bool RedshiftTargetHasBeenSet() const { return m_redshiftTargetHasBeenSet; }
302 template<typename RedshiftTargetT = RedshiftTarget>
303 void SetRedshiftTarget(RedshiftTargetT&& value) { m_redshiftTargetHasBeenSet = true; m_redshiftTarget = std::forward<RedshiftTargetT>(value); }
304 template<typename RedshiftTargetT = RedshiftTarget>
305 CodeGenConfigurationNode& WithRedshiftTarget(RedshiftTargetT&& value) { SetRedshiftTarget(std::forward<RedshiftTargetT>(value)); return *this;}
307
309
313 inline const S3CatalogTarget& GetS3CatalogTarget() const { return m_s3CatalogTarget; }
314 inline bool S3CatalogTargetHasBeenSet() const { return m_s3CatalogTargetHasBeenSet; }
315 template<typename S3CatalogTargetT = S3CatalogTarget>
316 void SetS3CatalogTarget(S3CatalogTargetT&& value) { m_s3CatalogTargetHasBeenSet = true; m_s3CatalogTarget = std::forward<S3CatalogTargetT>(value); }
317 template<typename S3CatalogTargetT = S3CatalogTarget>
318 CodeGenConfigurationNode& WithS3CatalogTarget(S3CatalogTargetT&& value) { SetS3CatalogTarget(std::forward<S3CatalogTargetT>(value)); return *this;}
320
322
326 inline const S3GlueParquetTarget& GetS3GlueParquetTarget() const { return m_s3GlueParquetTarget; }
327 inline bool S3GlueParquetTargetHasBeenSet() const { return m_s3GlueParquetTargetHasBeenSet; }
328 template<typename S3GlueParquetTargetT = S3GlueParquetTarget>
329 void SetS3GlueParquetTarget(S3GlueParquetTargetT&& value) { m_s3GlueParquetTargetHasBeenSet = true; m_s3GlueParquetTarget = std::forward<S3GlueParquetTargetT>(value); }
330 template<typename S3GlueParquetTargetT = S3GlueParquetTarget>
331 CodeGenConfigurationNode& WithS3GlueParquetTarget(S3GlueParquetTargetT&& value) { SetS3GlueParquetTarget(std::forward<S3GlueParquetTargetT>(value)); return *this;}
333
335
339 inline const S3HyperDirectTarget& GetS3HyperDirectTarget() const { return m_s3HyperDirectTarget; }
340 inline bool S3HyperDirectTargetHasBeenSet() const { return m_s3HyperDirectTargetHasBeenSet; }
341 template<typename S3HyperDirectTargetT = S3HyperDirectTarget>
342 void SetS3HyperDirectTarget(S3HyperDirectTargetT&& value) { m_s3HyperDirectTargetHasBeenSet = true; m_s3HyperDirectTarget = std::forward<S3HyperDirectTargetT>(value); }
343 template<typename S3HyperDirectTargetT = S3HyperDirectTarget>
344 CodeGenConfigurationNode& WithS3HyperDirectTarget(S3HyperDirectTargetT&& value) { SetS3HyperDirectTarget(std::forward<S3HyperDirectTargetT>(value)); return *this;}
346
348
351 inline const S3DirectTarget& GetS3DirectTarget() const { return m_s3DirectTarget; }
352 inline bool S3DirectTargetHasBeenSet() const { return m_s3DirectTargetHasBeenSet; }
353 template<typename S3DirectTargetT = S3DirectTarget>
354 void SetS3DirectTarget(S3DirectTargetT&& value) { m_s3DirectTargetHasBeenSet = true; m_s3DirectTarget = std::forward<S3DirectTargetT>(value); }
355 template<typename S3DirectTargetT = S3DirectTarget>
356 CodeGenConfigurationNode& WithS3DirectTarget(S3DirectTargetT&& value) { SetS3DirectTarget(std::forward<S3DirectTargetT>(value)); return *this;}
358
360
364 inline const S3IcebergDirectTarget& GetS3IcebergDirectTarget() const { return m_s3IcebergDirectTarget; }
365 inline bool S3IcebergDirectTargetHasBeenSet() const { return m_s3IcebergDirectTargetHasBeenSet; }
366 template<typename S3IcebergDirectTargetT = S3IcebergDirectTarget>
367 void SetS3IcebergDirectTarget(S3IcebergDirectTargetT&& value) { m_s3IcebergDirectTargetHasBeenSet = true; m_s3IcebergDirectTarget = std::forward<S3IcebergDirectTargetT>(value); }
368 template<typename S3IcebergDirectTargetT = S3IcebergDirectTarget>
369 CodeGenConfigurationNode& WithS3IcebergDirectTarget(S3IcebergDirectTargetT&& value) { SetS3IcebergDirectTarget(std::forward<S3IcebergDirectTargetT>(value)); return *this;}
371
373
378 inline const ApplyMapping& GetApplyMapping() const { return m_applyMapping; }
379 inline bool ApplyMappingHasBeenSet() const { return m_applyMappingHasBeenSet; }
380 template<typename ApplyMappingT = ApplyMapping>
381 void SetApplyMapping(ApplyMappingT&& value) { m_applyMappingHasBeenSet = true; m_applyMapping = std::forward<ApplyMappingT>(value); }
382 template<typename ApplyMappingT = ApplyMapping>
383 CodeGenConfigurationNode& WithApplyMapping(ApplyMappingT&& value) { SetApplyMapping(std::forward<ApplyMappingT>(value)); return *this;}
385
387
391 inline const SelectFields& GetSelectFields() const { return m_selectFields; }
392 inline bool SelectFieldsHasBeenSet() const { return m_selectFieldsHasBeenSet; }
393 template<typename SelectFieldsT = SelectFields>
394 void SetSelectFields(SelectFieldsT&& value) { m_selectFieldsHasBeenSet = true; m_selectFields = std::forward<SelectFieldsT>(value); }
395 template<typename SelectFieldsT = SelectFields>
396 CodeGenConfigurationNode& WithSelectFields(SelectFieldsT&& value) { SetSelectFields(std::forward<SelectFieldsT>(value)); return *this;}
398
400
404 inline const DropFields& GetDropFields() const { return m_dropFields; }
405 inline bool DropFieldsHasBeenSet() const { return m_dropFieldsHasBeenSet; }
406 template<typename DropFieldsT = DropFields>
407 void SetDropFields(DropFieldsT&& value) { m_dropFieldsHasBeenSet = true; m_dropFields = std::forward<DropFieldsT>(value); }
408 template<typename DropFieldsT = DropFields>
409 CodeGenConfigurationNode& WithDropFields(DropFieldsT&& value) { SetDropFields(std::forward<DropFieldsT>(value)); return *this;}
411
413
416 inline const RenameField& GetRenameField() const { return m_renameField; }
417 inline bool RenameFieldHasBeenSet() const { return m_renameFieldHasBeenSet; }
418 template<typename RenameFieldT = RenameField>
419 void SetRenameField(RenameFieldT&& value) { m_renameFieldHasBeenSet = true; m_renameField = std::forward<RenameFieldT>(value); }
420 template<typename RenameFieldT = RenameField>
421 CodeGenConfigurationNode& WithRenameField(RenameFieldT&& value) { SetRenameField(std::forward<RenameFieldT>(value)); return *this;}
423
425
429 inline const Spigot& GetSpigot() const { return m_spigot; }
430 inline bool SpigotHasBeenSet() const { return m_spigotHasBeenSet; }
431 template<typename SpigotT = Spigot>
432 void SetSpigot(SpigotT&& value) { m_spigotHasBeenSet = true; m_spigot = std::forward<SpigotT>(value); }
433 template<typename SpigotT = Spigot>
434 CodeGenConfigurationNode& WithSpigot(SpigotT&& value) { SetSpigot(std::forward<SpigotT>(value)); return *this;}
436
438
443 inline const Join& GetJoin() const { return m_join; }
444 inline bool JoinHasBeenSet() const { return m_joinHasBeenSet; }
445 template<typename JoinT = Join>
446 void SetJoin(JoinT&& value) { m_joinHasBeenSet = true; m_join = std::forward<JoinT>(value); }
447 template<typename JoinT = Join>
448 CodeGenConfigurationNode& WithJoin(JoinT&& value) { SetJoin(std::forward<JoinT>(value)); return *this;}
450
452
458 inline const SplitFields& GetSplitFields() const { return m_splitFields; }
459 inline bool SplitFieldsHasBeenSet() const { return m_splitFieldsHasBeenSet; }
460 template<typename SplitFieldsT = SplitFields>
461 void SetSplitFields(SplitFieldsT&& value) { m_splitFieldsHasBeenSet = true; m_splitFields = std::forward<SplitFieldsT>(value); }
462 template<typename SplitFieldsT = SplitFields>
463 CodeGenConfigurationNode& WithSplitFields(SplitFieldsT&& value) { SetSplitFields(std::forward<SplitFieldsT>(value)); return *this;}
465
467
472 inline const SelectFromCollection& GetSelectFromCollection() const { return m_selectFromCollection; }
473 inline bool SelectFromCollectionHasBeenSet() const { return m_selectFromCollectionHasBeenSet; }
474 template<typename SelectFromCollectionT = SelectFromCollection>
475 void SetSelectFromCollection(SelectFromCollectionT&& value) { m_selectFromCollectionHasBeenSet = true; m_selectFromCollection = std::forward<SelectFromCollectionT>(value); }
476 template<typename SelectFromCollectionT = SelectFromCollection>
477 CodeGenConfigurationNode& WithSelectFromCollection(SelectFromCollectionT&& value) { SetSelectFromCollection(std::forward<SelectFromCollectionT>(value)); return *this;}
479
481
487 inline const FillMissingValues& GetFillMissingValues() const { return m_fillMissingValues; }
488 inline bool FillMissingValuesHasBeenSet() const { return m_fillMissingValuesHasBeenSet; }
489 template<typename FillMissingValuesT = FillMissingValues>
490 void SetFillMissingValues(FillMissingValuesT&& value) { m_fillMissingValuesHasBeenSet = true; m_fillMissingValues = std::forward<FillMissingValuesT>(value); }
491 template<typename FillMissingValuesT = FillMissingValues>
492 CodeGenConfigurationNode& WithFillMissingValues(FillMissingValuesT&& value) { SetFillMissingValues(std::forward<FillMissingValuesT>(value)); return *this;}
494
496
500 inline const Filter& GetFilter() const { return m_filter; }
501 inline bool FilterHasBeenSet() const { return m_filterHasBeenSet; }
502 template<typename FilterT = Filter>
503 void SetFilter(FilterT&& value) { m_filterHasBeenSet = true; m_filter = std::forward<FilterT>(value); }
504 template<typename FilterT = Filter>
505 CodeGenConfigurationNode& WithFilter(FilterT&& value) { SetFilter(std::forward<FilterT>(value)); return *this;}
507
509
513 inline const CustomCode& GetCustomCode() const { return m_customCode; }
514 inline bool CustomCodeHasBeenSet() const { return m_customCodeHasBeenSet; }
515 template<typename CustomCodeT = CustomCode>
516 void SetCustomCode(CustomCodeT&& value) { m_customCodeHasBeenSet = true; m_customCode = std::forward<CustomCodeT>(value); }
517 template<typename CustomCodeT = CustomCode>
518 CodeGenConfigurationNode& WithCustomCode(CustomCodeT&& value) { SetCustomCode(std::forward<CustomCodeT>(value)); return *this;}
520
522
526 inline const SparkSQL& GetSparkSQL() const { return m_sparkSQL; }
527 inline bool SparkSQLHasBeenSet() const { return m_sparkSQLHasBeenSet; }
528 template<typename SparkSQLT = SparkSQL>
529 void SetSparkSQL(SparkSQLT&& value) { m_sparkSQLHasBeenSet = true; m_sparkSQL = std::forward<SparkSQLT>(value); }
530 template<typename SparkSQLT = SparkSQL>
531 CodeGenConfigurationNode& WithSparkSQL(SparkSQLT&& value) { SetSparkSQL(std::forward<SparkSQLT>(value)); return *this;}
533
535
538 inline const DirectKinesisSource& GetDirectKinesisSource() const { return m_directKinesisSource; }
539 inline bool DirectKinesisSourceHasBeenSet() const { return m_directKinesisSourceHasBeenSet; }
540 template<typename DirectKinesisSourceT = DirectKinesisSource>
541 void SetDirectKinesisSource(DirectKinesisSourceT&& value) { m_directKinesisSourceHasBeenSet = true; m_directKinesisSource = std::forward<DirectKinesisSourceT>(value); }
542 template<typename DirectKinesisSourceT = DirectKinesisSource>
543 CodeGenConfigurationNode& WithDirectKinesisSource(DirectKinesisSourceT&& value) { SetDirectKinesisSource(std::forward<DirectKinesisSourceT>(value)); return *this;}
545
547
550 inline const DirectKafkaSource& GetDirectKafkaSource() const { return m_directKafkaSource; }
551 inline bool DirectKafkaSourceHasBeenSet() const { return m_directKafkaSourceHasBeenSet; }
552 template<typename DirectKafkaSourceT = DirectKafkaSource>
553 void SetDirectKafkaSource(DirectKafkaSourceT&& value) { m_directKafkaSourceHasBeenSet = true; m_directKafkaSource = std::forward<DirectKafkaSourceT>(value); }
554 template<typename DirectKafkaSourceT = DirectKafkaSource>
555 CodeGenConfigurationNode& WithDirectKafkaSource(DirectKafkaSourceT&& value) { SetDirectKafkaSource(std::forward<DirectKafkaSourceT>(value)); return *this;}
557
559
562 inline const CatalogKinesisSource& GetCatalogKinesisSource() const { return m_catalogKinesisSource; }
563 inline bool CatalogKinesisSourceHasBeenSet() const { return m_catalogKinesisSourceHasBeenSet; }
564 template<typename CatalogKinesisSourceT = CatalogKinesisSource>
565 void SetCatalogKinesisSource(CatalogKinesisSourceT&& value) { m_catalogKinesisSourceHasBeenSet = true; m_catalogKinesisSource = std::forward<CatalogKinesisSourceT>(value); }
566 template<typename CatalogKinesisSourceT = CatalogKinesisSource>
567 CodeGenConfigurationNode& WithCatalogKinesisSource(CatalogKinesisSourceT&& value) { SetCatalogKinesisSource(std::forward<CatalogKinesisSourceT>(value)); return *this;}
569
571
574 inline const CatalogKafkaSource& GetCatalogKafkaSource() const { return m_catalogKafkaSource; }
575 inline bool CatalogKafkaSourceHasBeenSet() const { return m_catalogKafkaSourceHasBeenSet; }
576 template<typename CatalogKafkaSourceT = CatalogKafkaSource>
577 void SetCatalogKafkaSource(CatalogKafkaSourceT&& value) { m_catalogKafkaSourceHasBeenSet = true; m_catalogKafkaSource = std::forward<CatalogKafkaSourceT>(value); }
578 template<typename CatalogKafkaSourceT = CatalogKafkaSource>
579 CodeGenConfigurationNode& WithCatalogKafkaSource(CatalogKafkaSourceT&& value) { SetCatalogKafkaSource(std::forward<CatalogKafkaSourceT>(value)); return *this;}
581
583
589 inline const DropNullFields& GetDropNullFields() const { return m_dropNullFields; }
590 inline bool DropNullFieldsHasBeenSet() const { return m_dropNullFieldsHasBeenSet; }
591 template<typename DropNullFieldsT = DropNullFields>
592 void SetDropNullFields(DropNullFieldsT&& value) { m_dropNullFieldsHasBeenSet = true; m_dropNullFields = std::forward<DropNullFieldsT>(value); }
593 template<typename DropNullFieldsT = DropNullFields>
594 CodeGenConfigurationNode& WithDropNullFields(DropNullFieldsT&& value) { SetDropNullFields(std::forward<DropNullFieldsT>(value)); return *this;}
596
598
604 inline const Merge& GetMerge() const { return m_merge; }
605 inline bool MergeHasBeenSet() const { return m_mergeHasBeenSet; }
606 template<typename MergeT = Merge>
607 void SetMerge(MergeT&& value) { m_mergeHasBeenSet = true; m_merge = std::forward<MergeT>(value); }
608 template<typename MergeT = Merge>
609 CodeGenConfigurationNode& WithMerge(MergeT&& value) { SetMerge(std::forward<MergeT>(value)); return *this;}
611
613
617 inline const Union& GetUnion() const { return m_union; }
618 inline bool UnionHasBeenSet() const { return m_unionHasBeenSet; }
619 template<typename UnionT = Union>
620 void SetUnion(UnionT&& value) { m_unionHasBeenSet = true; m_union = std::forward<UnionT>(value); }
621 template<typename UnionT = Union>
622 CodeGenConfigurationNode& WithUnion(UnionT&& value) { SetUnion(std::forward<UnionT>(value)); return *this;}
624
626
629 inline const PIIDetection& GetPIIDetection() const { return m_pIIDetection; }
630 inline bool PIIDetectionHasBeenSet() const { return m_pIIDetectionHasBeenSet; }
631 template<typename PIIDetectionT = PIIDetection>
632 void SetPIIDetection(PIIDetectionT&& value) { m_pIIDetectionHasBeenSet = true; m_pIIDetection = std::forward<PIIDetectionT>(value); }
633 template<typename PIIDetectionT = PIIDetection>
634 CodeGenConfigurationNode& WithPIIDetection(PIIDetectionT&& value) { SetPIIDetection(std::forward<PIIDetectionT>(value)); return *this;}
636
638
642 inline const Aggregate& GetAggregate() const { return m_aggregate; }
643 inline bool AggregateHasBeenSet() const { return m_aggregateHasBeenSet; }
644 template<typename AggregateT = Aggregate>
645 void SetAggregate(AggregateT&& value) { m_aggregateHasBeenSet = true; m_aggregate = std::forward<AggregateT>(value); }
646 template<typename AggregateT = Aggregate>
647 CodeGenConfigurationNode& WithAggregate(AggregateT&& value) { SetAggregate(std::forward<AggregateT>(value)); return *this;}
649
651
655 inline const DropDuplicates& GetDropDuplicates() const { return m_dropDuplicates; }
656 inline bool DropDuplicatesHasBeenSet() const { return m_dropDuplicatesHasBeenSet; }
657 template<typename DropDuplicatesT = DropDuplicates>
658 void SetDropDuplicates(DropDuplicatesT&& value) { m_dropDuplicatesHasBeenSet = true; m_dropDuplicates = std::forward<DropDuplicatesT>(value); }
659 template<typename DropDuplicatesT = DropDuplicates>
660 CodeGenConfigurationNode& WithDropDuplicates(DropDuplicatesT&& value) { SetDropDuplicates(std::forward<DropDuplicatesT>(value)); return *this;}
662
664
667 inline const GovernedCatalogTarget& GetGovernedCatalogTarget() const { return m_governedCatalogTarget; }
668 inline bool GovernedCatalogTargetHasBeenSet() const { return m_governedCatalogTargetHasBeenSet; }
669 template<typename GovernedCatalogTargetT = GovernedCatalogTarget>
670 void SetGovernedCatalogTarget(GovernedCatalogTargetT&& value) { m_governedCatalogTargetHasBeenSet = true; m_governedCatalogTarget = std::forward<GovernedCatalogTargetT>(value); }
671 template<typename GovernedCatalogTargetT = GovernedCatalogTarget>
672 CodeGenConfigurationNode& WithGovernedCatalogTarget(GovernedCatalogTargetT&& value) { SetGovernedCatalogTarget(std::forward<GovernedCatalogTargetT>(value)); return *this;}
674
676
679 inline const GovernedCatalogSource& GetGovernedCatalogSource() const { return m_governedCatalogSource; }
680 inline bool GovernedCatalogSourceHasBeenSet() const { return m_governedCatalogSourceHasBeenSet; }
681 template<typename GovernedCatalogSourceT = GovernedCatalogSource>
682 void SetGovernedCatalogSource(GovernedCatalogSourceT&& value) { m_governedCatalogSourceHasBeenSet = true; m_governedCatalogSource = std::forward<GovernedCatalogSourceT>(value); }
683 template<typename GovernedCatalogSourceT = GovernedCatalogSource>
684 CodeGenConfigurationNode& WithGovernedCatalogSource(GovernedCatalogSourceT&& value) { SetGovernedCatalogSource(std::forward<GovernedCatalogSourceT>(value)); return *this;}
686
688
691 inline const MicrosoftSQLServerCatalogSource& GetMicrosoftSQLServerCatalogSource() const { return m_microsoftSQLServerCatalogSource; }
692 inline bool MicrosoftSQLServerCatalogSourceHasBeenSet() const { return m_microsoftSQLServerCatalogSourceHasBeenSet; }
693 template<typename MicrosoftSQLServerCatalogSourceT = MicrosoftSQLServerCatalogSource>
694 void SetMicrosoftSQLServerCatalogSource(MicrosoftSQLServerCatalogSourceT&& value) { m_microsoftSQLServerCatalogSourceHasBeenSet = true; m_microsoftSQLServerCatalogSource = std::forward<MicrosoftSQLServerCatalogSourceT>(value); }
695 template<typename MicrosoftSQLServerCatalogSourceT = MicrosoftSQLServerCatalogSource>
696 CodeGenConfigurationNode& WithMicrosoftSQLServerCatalogSource(MicrosoftSQLServerCatalogSourceT&& value) { SetMicrosoftSQLServerCatalogSource(std::forward<MicrosoftSQLServerCatalogSourceT>(value)); return *this;}
698
700
703 inline const MySQLCatalogSource& GetMySQLCatalogSource() const { return m_mySQLCatalogSource; }
704 inline bool MySQLCatalogSourceHasBeenSet() const { return m_mySQLCatalogSourceHasBeenSet; }
705 template<typename MySQLCatalogSourceT = MySQLCatalogSource>
706 void SetMySQLCatalogSource(MySQLCatalogSourceT&& value) { m_mySQLCatalogSourceHasBeenSet = true; m_mySQLCatalogSource = std::forward<MySQLCatalogSourceT>(value); }
707 template<typename MySQLCatalogSourceT = MySQLCatalogSource>
708 CodeGenConfigurationNode& WithMySQLCatalogSource(MySQLCatalogSourceT&& value) { SetMySQLCatalogSource(std::forward<MySQLCatalogSourceT>(value)); return *this;}
710
712
715 inline const OracleSQLCatalogSource& GetOracleSQLCatalogSource() const { return m_oracleSQLCatalogSource; }
716 inline bool OracleSQLCatalogSourceHasBeenSet() const { return m_oracleSQLCatalogSourceHasBeenSet; }
717 template<typename OracleSQLCatalogSourceT = OracleSQLCatalogSource>
718 void SetOracleSQLCatalogSource(OracleSQLCatalogSourceT&& value) { m_oracleSQLCatalogSourceHasBeenSet = true; m_oracleSQLCatalogSource = std::forward<OracleSQLCatalogSourceT>(value); }
719 template<typename OracleSQLCatalogSourceT = OracleSQLCatalogSource>
720 CodeGenConfigurationNode& WithOracleSQLCatalogSource(OracleSQLCatalogSourceT&& value) { SetOracleSQLCatalogSource(std::forward<OracleSQLCatalogSourceT>(value)); return *this;}
722
724
727 inline const PostgreSQLCatalogSource& GetPostgreSQLCatalogSource() const { return m_postgreSQLCatalogSource; }
728 inline bool PostgreSQLCatalogSourceHasBeenSet() const { return m_postgreSQLCatalogSourceHasBeenSet; }
729 template<typename PostgreSQLCatalogSourceT = PostgreSQLCatalogSource>
730 void SetPostgreSQLCatalogSource(PostgreSQLCatalogSourceT&& value) { m_postgreSQLCatalogSourceHasBeenSet = true; m_postgreSQLCatalogSource = std::forward<PostgreSQLCatalogSourceT>(value); }
731 template<typename PostgreSQLCatalogSourceT = PostgreSQLCatalogSource>
732 CodeGenConfigurationNode& WithPostgreSQLCatalogSource(PostgreSQLCatalogSourceT&& value) { SetPostgreSQLCatalogSource(std::forward<PostgreSQLCatalogSourceT>(value)); return *this;}
734
736
739 inline const MicrosoftSQLServerCatalogTarget& GetMicrosoftSQLServerCatalogTarget() const { return m_microsoftSQLServerCatalogTarget; }
740 inline bool MicrosoftSQLServerCatalogTargetHasBeenSet() const { return m_microsoftSQLServerCatalogTargetHasBeenSet; }
741 template<typename MicrosoftSQLServerCatalogTargetT = MicrosoftSQLServerCatalogTarget>
742 void SetMicrosoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTargetT&& value) { m_microsoftSQLServerCatalogTargetHasBeenSet = true; m_microsoftSQLServerCatalogTarget = std::forward<MicrosoftSQLServerCatalogTargetT>(value); }
743 template<typename MicrosoftSQLServerCatalogTargetT = MicrosoftSQLServerCatalogTarget>
744 CodeGenConfigurationNode& WithMicrosoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTargetT&& value) { SetMicrosoftSQLServerCatalogTarget(std::forward<MicrosoftSQLServerCatalogTargetT>(value)); return *this;}
746
748
751 inline const MySQLCatalogTarget& GetMySQLCatalogTarget() const { return m_mySQLCatalogTarget; }
752 inline bool MySQLCatalogTargetHasBeenSet() const { return m_mySQLCatalogTargetHasBeenSet; }
753 template<typename MySQLCatalogTargetT = MySQLCatalogTarget>
754 void SetMySQLCatalogTarget(MySQLCatalogTargetT&& value) { m_mySQLCatalogTargetHasBeenSet = true; m_mySQLCatalogTarget = std::forward<MySQLCatalogTargetT>(value); }
755 template<typename MySQLCatalogTargetT = MySQLCatalogTarget>
756 CodeGenConfigurationNode& WithMySQLCatalogTarget(MySQLCatalogTargetT&& value) { SetMySQLCatalogTarget(std::forward<MySQLCatalogTargetT>(value)); return *this;}
758
760
763 inline const OracleSQLCatalogTarget& GetOracleSQLCatalogTarget() const { return m_oracleSQLCatalogTarget; }
764 inline bool OracleSQLCatalogTargetHasBeenSet() const { return m_oracleSQLCatalogTargetHasBeenSet; }
765 template<typename OracleSQLCatalogTargetT = OracleSQLCatalogTarget>
766 void SetOracleSQLCatalogTarget(OracleSQLCatalogTargetT&& value) { m_oracleSQLCatalogTargetHasBeenSet = true; m_oracleSQLCatalogTarget = std::forward<OracleSQLCatalogTargetT>(value); }
767 template<typename OracleSQLCatalogTargetT = OracleSQLCatalogTarget>
768 CodeGenConfigurationNode& WithOracleSQLCatalogTarget(OracleSQLCatalogTargetT&& value) { SetOracleSQLCatalogTarget(std::forward<OracleSQLCatalogTargetT>(value)); return *this;}
770
772
775 inline const PostgreSQLCatalogTarget& GetPostgreSQLCatalogTarget() const { return m_postgreSQLCatalogTarget; }
776 inline bool PostgreSQLCatalogTargetHasBeenSet() const { return m_postgreSQLCatalogTargetHasBeenSet; }
777 template<typename PostgreSQLCatalogTargetT = PostgreSQLCatalogTarget>
778 void SetPostgreSQLCatalogTarget(PostgreSQLCatalogTargetT&& value) { m_postgreSQLCatalogTargetHasBeenSet = true; m_postgreSQLCatalogTarget = std::forward<PostgreSQLCatalogTargetT>(value); }
779 template<typename PostgreSQLCatalogTargetT = PostgreSQLCatalogTarget>
780 CodeGenConfigurationNode& WithPostgreSQLCatalogTarget(PostgreSQLCatalogTargetT&& value) { SetPostgreSQLCatalogTarget(std::forward<PostgreSQLCatalogTargetT>(value)); return *this;}
782
784
787 inline const DynamicTransform& GetDynamicTransform() const { return m_dynamicTransform; }
788 inline bool DynamicTransformHasBeenSet() const { return m_dynamicTransformHasBeenSet; }
789 template<typename DynamicTransformT = DynamicTransform>
790 void SetDynamicTransform(DynamicTransformT&& value) { m_dynamicTransformHasBeenSet = true; m_dynamicTransform = std::forward<DynamicTransformT>(value); }
791 template<typename DynamicTransformT = DynamicTransform>
792 CodeGenConfigurationNode& WithDynamicTransform(DynamicTransformT&& value) { SetDynamicTransform(std::forward<DynamicTransformT>(value)); return *this;}
794
796
799 inline const EvaluateDataQuality& GetEvaluateDataQuality() const { return m_evaluateDataQuality; }
800 inline bool EvaluateDataQualityHasBeenSet() const { return m_evaluateDataQualityHasBeenSet; }
801 template<typename EvaluateDataQualityT = EvaluateDataQuality>
802 void SetEvaluateDataQuality(EvaluateDataQualityT&& value) { m_evaluateDataQualityHasBeenSet = true; m_evaluateDataQuality = std::forward<EvaluateDataQualityT>(value); }
803 template<typename EvaluateDataQualityT = EvaluateDataQuality>
804 CodeGenConfigurationNode& WithEvaluateDataQuality(EvaluateDataQualityT&& value) { SetEvaluateDataQuality(std::forward<EvaluateDataQualityT>(value)); return *this;}
806
808
812 inline const S3CatalogHudiSource& GetS3CatalogHudiSource() const { return m_s3CatalogHudiSource; }
813 inline bool S3CatalogHudiSourceHasBeenSet() const { return m_s3CatalogHudiSourceHasBeenSet; }
814 template<typename S3CatalogHudiSourceT = S3CatalogHudiSource>
815 void SetS3CatalogHudiSource(S3CatalogHudiSourceT&& value) { m_s3CatalogHudiSourceHasBeenSet = true; m_s3CatalogHudiSource = std::forward<S3CatalogHudiSourceT>(value); }
816 template<typename S3CatalogHudiSourceT = S3CatalogHudiSource>
817 CodeGenConfigurationNode& WithS3CatalogHudiSource(S3CatalogHudiSourceT&& value) { SetS3CatalogHudiSource(std::forward<S3CatalogHudiSourceT>(value)); return *this;}
819
821
824 inline const CatalogHudiSource& GetCatalogHudiSource() const { return m_catalogHudiSource; }
825 inline bool CatalogHudiSourceHasBeenSet() const { return m_catalogHudiSourceHasBeenSet; }
826 template<typename CatalogHudiSourceT = CatalogHudiSource>
827 void SetCatalogHudiSource(CatalogHudiSourceT&& value) { m_catalogHudiSourceHasBeenSet = true; m_catalogHudiSource = std::forward<CatalogHudiSourceT>(value); }
828 template<typename CatalogHudiSourceT = CatalogHudiSource>
829 CodeGenConfigurationNode& WithCatalogHudiSource(CatalogHudiSourceT&& value) { SetCatalogHudiSource(std::forward<CatalogHudiSourceT>(value)); return *this;}
831
833
836 inline const S3HudiSource& GetS3HudiSource() const { return m_s3HudiSource; }
837 inline bool S3HudiSourceHasBeenSet() const { return m_s3HudiSourceHasBeenSet; }
838 template<typename S3HudiSourceT = S3HudiSource>
839 void SetS3HudiSource(S3HudiSourceT&& value) { m_s3HudiSourceHasBeenSet = true; m_s3HudiSource = std::forward<S3HudiSourceT>(value); }
840 template<typename S3HudiSourceT = S3HudiSource>
841 CodeGenConfigurationNode& WithS3HudiSource(S3HudiSourceT&& value) { SetS3HudiSource(std::forward<S3HudiSourceT>(value)); return *this;}
843
845
849 inline const S3HudiCatalogTarget& GetS3HudiCatalogTarget() const { return m_s3HudiCatalogTarget; }
850 inline bool S3HudiCatalogTargetHasBeenSet() const { return m_s3HudiCatalogTargetHasBeenSet; }
851 template<typename S3HudiCatalogTargetT = S3HudiCatalogTarget>
852 void SetS3HudiCatalogTarget(S3HudiCatalogTargetT&& value) { m_s3HudiCatalogTargetHasBeenSet = true; m_s3HudiCatalogTarget = std::forward<S3HudiCatalogTargetT>(value); }
853 template<typename S3HudiCatalogTargetT = S3HudiCatalogTarget>
854 CodeGenConfigurationNode& WithS3HudiCatalogTarget(S3HudiCatalogTargetT&& value) { SetS3HudiCatalogTarget(std::forward<S3HudiCatalogTargetT>(value)); return *this;}
856
858
861 inline const S3HudiDirectTarget& GetS3HudiDirectTarget() const { return m_s3HudiDirectTarget; }
862 inline bool S3HudiDirectTargetHasBeenSet() const { return m_s3HudiDirectTargetHasBeenSet; }
863 template<typename S3HudiDirectTargetT = S3HudiDirectTarget>
864 void SetS3HudiDirectTarget(S3HudiDirectTargetT&& value) { m_s3HudiDirectTargetHasBeenSet = true; m_s3HudiDirectTarget = std::forward<S3HudiDirectTargetT>(value); }
865 template<typename S3HudiDirectTargetT = S3HudiDirectTarget>
866 CodeGenConfigurationNode& WithS3HudiDirectTarget(S3HudiDirectTargetT&& value) { SetS3HudiDirectTarget(std::forward<S3HudiDirectTargetT>(value)); return *this;}
868
870
871 inline const DirectJDBCSource& GetDirectJDBCSource() const { return m_directJDBCSource; }
872 inline bool DirectJDBCSourceHasBeenSet() const { return m_directJDBCSourceHasBeenSet; }
873 template<typename DirectJDBCSourceT = DirectJDBCSource>
874 void SetDirectJDBCSource(DirectJDBCSourceT&& value) { m_directJDBCSourceHasBeenSet = true; m_directJDBCSource = std::forward<DirectJDBCSourceT>(value); }
875 template<typename DirectJDBCSourceT = DirectJDBCSource>
876 CodeGenConfigurationNode& WithDirectJDBCSource(DirectJDBCSourceT&& value) { SetDirectJDBCSource(std::forward<DirectJDBCSourceT>(value)); return *this;}
878
880
884 inline const S3CatalogDeltaSource& GetS3CatalogDeltaSource() const { return m_s3CatalogDeltaSource; }
885 inline bool S3CatalogDeltaSourceHasBeenSet() const { return m_s3CatalogDeltaSourceHasBeenSet; }
886 template<typename S3CatalogDeltaSourceT = S3CatalogDeltaSource>
887 void SetS3CatalogDeltaSource(S3CatalogDeltaSourceT&& value) { m_s3CatalogDeltaSourceHasBeenSet = true; m_s3CatalogDeltaSource = std::forward<S3CatalogDeltaSourceT>(value); }
888 template<typename S3CatalogDeltaSourceT = S3CatalogDeltaSource>
889 CodeGenConfigurationNode& WithS3CatalogDeltaSource(S3CatalogDeltaSourceT&& value) { SetS3CatalogDeltaSource(std::forward<S3CatalogDeltaSourceT>(value)); return *this;}
891
893
897 inline const CatalogDeltaSource& GetCatalogDeltaSource() const { return m_catalogDeltaSource; }
898 inline bool CatalogDeltaSourceHasBeenSet() const { return m_catalogDeltaSourceHasBeenSet; }
899 template<typename CatalogDeltaSourceT = CatalogDeltaSource>
900 void SetCatalogDeltaSource(CatalogDeltaSourceT&& value) { m_catalogDeltaSourceHasBeenSet = true; m_catalogDeltaSource = std::forward<CatalogDeltaSourceT>(value); }
901 template<typename CatalogDeltaSourceT = CatalogDeltaSource>
902 CodeGenConfigurationNode& WithCatalogDeltaSource(CatalogDeltaSourceT&& value) { SetCatalogDeltaSource(std::forward<CatalogDeltaSourceT>(value)); return *this;}
904
906
909 inline const S3DeltaSource& GetS3DeltaSource() const { return m_s3DeltaSource; }
910 inline bool S3DeltaSourceHasBeenSet() const { return m_s3DeltaSourceHasBeenSet; }
911 template<typename S3DeltaSourceT = S3DeltaSource>
912 void SetS3DeltaSource(S3DeltaSourceT&& value) { m_s3DeltaSourceHasBeenSet = true; m_s3DeltaSource = std::forward<S3DeltaSourceT>(value); }
913 template<typename S3DeltaSourceT = S3DeltaSource>
914 CodeGenConfigurationNode& WithS3DeltaSource(S3DeltaSourceT&& value) { SetS3DeltaSource(std::forward<S3DeltaSourceT>(value)); return *this;}
916
918
922 inline const S3DeltaCatalogTarget& GetS3DeltaCatalogTarget() const { return m_s3DeltaCatalogTarget; }
923 inline bool S3DeltaCatalogTargetHasBeenSet() const { return m_s3DeltaCatalogTargetHasBeenSet; }
924 template<typename S3DeltaCatalogTargetT = S3DeltaCatalogTarget>
925 void SetS3DeltaCatalogTarget(S3DeltaCatalogTargetT&& value) { m_s3DeltaCatalogTargetHasBeenSet = true; m_s3DeltaCatalogTarget = std::forward<S3DeltaCatalogTargetT>(value); }
926 template<typename S3DeltaCatalogTargetT = S3DeltaCatalogTarget>
927 CodeGenConfigurationNode& WithS3DeltaCatalogTarget(S3DeltaCatalogTargetT&& value) { SetS3DeltaCatalogTarget(std::forward<S3DeltaCatalogTargetT>(value)); return *this;}
929
931
934 inline const S3DeltaDirectTarget& GetS3DeltaDirectTarget() const { return m_s3DeltaDirectTarget; }
935 inline bool S3DeltaDirectTargetHasBeenSet() const { return m_s3DeltaDirectTargetHasBeenSet; }
936 template<typename S3DeltaDirectTargetT = S3DeltaDirectTarget>
937 void SetS3DeltaDirectTarget(S3DeltaDirectTargetT&& value) { m_s3DeltaDirectTargetHasBeenSet = true; m_s3DeltaDirectTarget = std::forward<S3DeltaDirectTargetT>(value); }
938 template<typename S3DeltaDirectTargetT = S3DeltaDirectTarget>
939 CodeGenConfigurationNode& WithS3DeltaDirectTarget(S3DeltaDirectTargetT&& value) { SetS3DeltaDirectTarget(std::forward<S3DeltaDirectTargetT>(value)); return *this;}
941
943
946 inline const AmazonRedshiftSource& GetAmazonRedshiftSource() const { return m_amazonRedshiftSource; }
947 inline bool AmazonRedshiftSourceHasBeenSet() const { return m_amazonRedshiftSourceHasBeenSet; }
948 template<typename AmazonRedshiftSourceT = AmazonRedshiftSource>
949 void SetAmazonRedshiftSource(AmazonRedshiftSourceT&& value) { m_amazonRedshiftSourceHasBeenSet = true; m_amazonRedshiftSource = std::forward<AmazonRedshiftSourceT>(value); }
950 template<typename AmazonRedshiftSourceT = AmazonRedshiftSource>
951 CodeGenConfigurationNode& WithAmazonRedshiftSource(AmazonRedshiftSourceT&& value) { SetAmazonRedshiftSource(std::forward<AmazonRedshiftSourceT>(value)); return *this;}
953
955
958 inline const AmazonRedshiftTarget& GetAmazonRedshiftTarget() const { return m_amazonRedshiftTarget; }
959 inline bool AmazonRedshiftTargetHasBeenSet() const { return m_amazonRedshiftTargetHasBeenSet; }
960 template<typename AmazonRedshiftTargetT = AmazonRedshiftTarget>
961 void SetAmazonRedshiftTarget(AmazonRedshiftTargetT&& value) { m_amazonRedshiftTargetHasBeenSet = true; m_amazonRedshiftTarget = std::forward<AmazonRedshiftTargetT>(value); }
962 template<typename AmazonRedshiftTargetT = AmazonRedshiftTarget>
963 CodeGenConfigurationNode& WithAmazonRedshiftTarget(AmazonRedshiftTargetT&& value) { SetAmazonRedshiftTarget(std::forward<AmazonRedshiftTargetT>(value)); return *this;}
965
967
971 inline const EvaluateDataQualityMultiFrame& GetEvaluateDataQualityMultiFrame() const { return m_evaluateDataQualityMultiFrame; }
972 inline bool EvaluateDataQualityMultiFrameHasBeenSet() const { return m_evaluateDataQualityMultiFrameHasBeenSet; }
973 template<typename EvaluateDataQualityMultiFrameT = EvaluateDataQualityMultiFrame>
974 void SetEvaluateDataQualityMultiFrame(EvaluateDataQualityMultiFrameT&& value) { m_evaluateDataQualityMultiFrameHasBeenSet = true; m_evaluateDataQualityMultiFrame = std::forward<EvaluateDataQualityMultiFrameT>(value); }
975 template<typename EvaluateDataQualityMultiFrameT = EvaluateDataQualityMultiFrame>
976 CodeGenConfigurationNode& WithEvaluateDataQualityMultiFrame(EvaluateDataQualityMultiFrameT&& value) { SetEvaluateDataQualityMultiFrame(std::forward<EvaluateDataQualityMultiFrameT>(value)); return *this;}
978
980
983 inline const Recipe& GetRecipe() const { return m_recipe; }
984 inline bool RecipeHasBeenSet() const { return m_recipeHasBeenSet; }
985 template<typename RecipeT = Recipe>
986 void SetRecipe(RecipeT&& value) { m_recipeHasBeenSet = true; m_recipe = std::forward<RecipeT>(value); }
987 template<typename RecipeT = Recipe>
988 CodeGenConfigurationNode& WithRecipe(RecipeT&& value) { SetRecipe(std::forward<RecipeT>(value)); return *this;}
990
992
995 inline const SnowflakeSource& GetSnowflakeSource() const { return m_snowflakeSource; }
996 inline bool SnowflakeSourceHasBeenSet() const { return m_snowflakeSourceHasBeenSet; }
997 template<typename SnowflakeSourceT = SnowflakeSource>
998 void SetSnowflakeSource(SnowflakeSourceT&& value) { m_snowflakeSourceHasBeenSet = true; m_snowflakeSource = std::forward<SnowflakeSourceT>(value); }
999 template<typename SnowflakeSourceT = SnowflakeSource>
1000 CodeGenConfigurationNode& WithSnowflakeSource(SnowflakeSourceT&& value) { SetSnowflakeSource(std::forward<SnowflakeSourceT>(value)); return *this;}
1002
1004
1007 inline const SnowflakeTarget& GetSnowflakeTarget() const { return m_snowflakeTarget; }
1008 inline bool SnowflakeTargetHasBeenSet() const { return m_snowflakeTargetHasBeenSet; }
1009 template<typename SnowflakeTargetT = SnowflakeTarget>
1010 void SetSnowflakeTarget(SnowflakeTargetT&& value) { m_snowflakeTargetHasBeenSet = true; m_snowflakeTarget = std::forward<SnowflakeTargetT>(value); }
1011 template<typename SnowflakeTargetT = SnowflakeTarget>
1012 CodeGenConfigurationNode& WithSnowflakeTarget(SnowflakeTargetT&& value) { SetSnowflakeTarget(std::forward<SnowflakeTargetT>(value)); return *this;}
1014
1016
1019 inline const ConnectorDataSource& GetConnectorDataSource() const { return m_connectorDataSource; }
1020 inline bool ConnectorDataSourceHasBeenSet() const { return m_connectorDataSourceHasBeenSet; }
1021 template<typename ConnectorDataSourceT = ConnectorDataSource>
1022 void SetConnectorDataSource(ConnectorDataSourceT&& value) { m_connectorDataSourceHasBeenSet = true; m_connectorDataSource = std::forward<ConnectorDataSourceT>(value); }
1023 template<typename ConnectorDataSourceT = ConnectorDataSource>
1024 CodeGenConfigurationNode& WithConnectorDataSource(ConnectorDataSourceT&& value) { SetConnectorDataSource(std::forward<ConnectorDataSourceT>(value)); return *this;}
1026
1028
1031 inline const ConnectorDataTarget& GetConnectorDataTarget() const { return m_connectorDataTarget; }
1032 inline bool ConnectorDataTargetHasBeenSet() const { return m_connectorDataTargetHasBeenSet; }
1033 template<typename ConnectorDataTargetT = ConnectorDataTarget>
1034 void SetConnectorDataTarget(ConnectorDataTargetT&& value) { m_connectorDataTargetHasBeenSet = true; m_connectorDataTarget = std::forward<ConnectorDataTargetT>(value); }
1035 template<typename ConnectorDataTargetT = ConnectorDataTarget>
1036 CodeGenConfigurationNode& WithConnectorDataTarget(ConnectorDataTargetT&& value) { SetConnectorDataTarget(std::forward<ConnectorDataTargetT>(value)); return *this;}
1038 private:
1039
1040 AthenaConnectorSource m_athenaConnectorSource;
1041 bool m_athenaConnectorSourceHasBeenSet = false;
1042
1043 JDBCConnectorSource m_jDBCConnectorSource;
1044 bool m_jDBCConnectorSourceHasBeenSet = false;
1045
1046 SparkConnectorSource m_sparkConnectorSource;
1047 bool m_sparkConnectorSourceHasBeenSet = false;
1048
1049 CatalogSource m_catalogSource;
1050 bool m_catalogSourceHasBeenSet = false;
1051
1052 RedshiftSource m_redshiftSource;
1053 bool m_redshiftSourceHasBeenSet = false;
1054
1055 S3CatalogSource m_s3CatalogSource;
1056 bool m_s3CatalogSourceHasBeenSet = false;
1057
1058 S3CsvSource m_s3CsvSource;
1059 bool m_s3CsvSourceHasBeenSet = false;
1060
1061 S3ExcelSource m_s3ExcelSource;
1062 bool m_s3ExcelSourceHasBeenSet = false;
1063
1064 S3JsonSource m_s3JsonSource;
1065 bool m_s3JsonSourceHasBeenSet = false;
1066
1067 S3ParquetSource m_s3ParquetSource;
1068 bool m_s3ParquetSourceHasBeenSet = false;
1069
1070 RelationalCatalogSource m_relationalCatalogSource;
1071 bool m_relationalCatalogSourceHasBeenSet = false;
1072
1073 DynamoDBCatalogSource m_dynamoDBCatalogSource;
1074 bool m_dynamoDBCatalogSourceHasBeenSet = false;
1075
1076 JDBCConnectorTarget m_jDBCConnectorTarget;
1077 bool m_jDBCConnectorTargetHasBeenSet = false;
1078
1079 SparkConnectorTarget m_sparkConnectorTarget;
1080 bool m_sparkConnectorTargetHasBeenSet = false;
1081
1082 BasicCatalogTarget m_catalogTarget;
1083 bool m_catalogTargetHasBeenSet = false;
1084
1085 RedshiftTarget m_redshiftTarget;
1086 bool m_redshiftTargetHasBeenSet = false;
1087
1088 S3CatalogTarget m_s3CatalogTarget;
1089 bool m_s3CatalogTargetHasBeenSet = false;
1090
1091 S3GlueParquetTarget m_s3GlueParquetTarget;
1092 bool m_s3GlueParquetTargetHasBeenSet = false;
1093
1094 S3HyperDirectTarget m_s3HyperDirectTarget;
1095 bool m_s3HyperDirectTargetHasBeenSet = false;
1096
1097 S3DirectTarget m_s3DirectTarget;
1098 bool m_s3DirectTargetHasBeenSet = false;
1099
1100 S3IcebergDirectTarget m_s3IcebergDirectTarget;
1101 bool m_s3IcebergDirectTargetHasBeenSet = false;
1102
1103 ApplyMapping m_applyMapping;
1104 bool m_applyMappingHasBeenSet = false;
1105
1106 SelectFields m_selectFields;
1107 bool m_selectFieldsHasBeenSet = false;
1108
1109 DropFields m_dropFields;
1110 bool m_dropFieldsHasBeenSet = false;
1111
1112 RenameField m_renameField;
1113 bool m_renameFieldHasBeenSet = false;
1114
1115 Spigot m_spigot;
1116 bool m_spigotHasBeenSet = false;
1117
1118 Join m_join;
1119 bool m_joinHasBeenSet = false;
1120
1121 SplitFields m_splitFields;
1122 bool m_splitFieldsHasBeenSet = false;
1123
1124 SelectFromCollection m_selectFromCollection;
1125 bool m_selectFromCollectionHasBeenSet = false;
1126
1127 FillMissingValues m_fillMissingValues;
1128 bool m_fillMissingValuesHasBeenSet = false;
1129
1130 Filter m_filter;
1131 bool m_filterHasBeenSet = false;
1132
1133 CustomCode m_customCode;
1134 bool m_customCodeHasBeenSet = false;
1135
1136 SparkSQL m_sparkSQL;
1137 bool m_sparkSQLHasBeenSet = false;
1138
1139 DirectKinesisSource m_directKinesisSource;
1140 bool m_directKinesisSourceHasBeenSet = false;
1141
1142 DirectKafkaSource m_directKafkaSource;
1143 bool m_directKafkaSourceHasBeenSet = false;
1144
1145 CatalogKinesisSource m_catalogKinesisSource;
1146 bool m_catalogKinesisSourceHasBeenSet = false;
1147
1148 CatalogKafkaSource m_catalogKafkaSource;
1149 bool m_catalogKafkaSourceHasBeenSet = false;
1150
1151 DropNullFields m_dropNullFields;
1152 bool m_dropNullFieldsHasBeenSet = false;
1153
1154 Merge m_merge;
1155 bool m_mergeHasBeenSet = false;
1156
1157 Union m_union;
1158 bool m_unionHasBeenSet = false;
1159
1160 PIIDetection m_pIIDetection;
1161 bool m_pIIDetectionHasBeenSet = false;
1162
1163 Aggregate m_aggregate;
1164 bool m_aggregateHasBeenSet = false;
1165
1166 DropDuplicates m_dropDuplicates;
1167 bool m_dropDuplicatesHasBeenSet = false;
1168
1169 GovernedCatalogTarget m_governedCatalogTarget;
1170 bool m_governedCatalogTargetHasBeenSet = false;
1171
1172 GovernedCatalogSource m_governedCatalogSource;
1173 bool m_governedCatalogSourceHasBeenSet = false;
1174
1175 MicrosoftSQLServerCatalogSource m_microsoftSQLServerCatalogSource;
1176 bool m_microsoftSQLServerCatalogSourceHasBeenSet = false;
1177
1178 MySQLCatalogSource m_mySQLCatalogSource;
1179 bool m_mySQLCatalogSourceHasBeenSet = false;
1180
1181 OracleSQLCatalogSource m_oracleSQLCatalogSource;
1182 bool m_oracleSQLCatalogSourceHasBeenSet = false;
1183
1184 PostgreSQLCatalogSource m_postgreSQLCatalogSource;
1185 bool m_postgreSQLCatalogSourceHasBeenSet = false;
1186
1187 MicrosoftSQLServerCatalogTarget m_microsoftSQLServerCatalogTarget;
1188 bool m_microsoftSQLServerCatalogTargetHasBeenSet = false;
1189
1190 MySQLCatalogTarget m_mySQLCatalogTarget;
1191 bool m_mySQLCatalogTargetHasBeenSet = false;
1192
1193 OracleSQLCatalogTarget m_oracleSQLCatalogTarget;
1194 bool m_oracleSQLCatalogTargetHasBeenSet = false;
1195
1196 PostgreSQLCatalogTarget m_postgreSQLCatalogTarget;
1197 bool m_postgreSQLCatalogTargetHasBeenSet = false;
1198
1199 DynamicTransform m_dynamicTransform;
1200 bool m_dynamicTransformHasBeenSet = false;
1201
1202 EvaluateDataQuality m_evaluateDataQuality;
1203 bool m_evaluateDataQualityHasBeenSet = false;
1204
1205 S3CatalogHudiSource m_s3CatalogHudiSource;
1206 bool m_s3CatalogHudiSourceHasBeenSet = false;
1207
1208 CatalogHudiSource m_catalogHudiSource;
1209 bool m_catalogHudiSourceHasBeenSet = false;
1210
1211 S3HudiSource m_s3HudiSource;
1212 bool m_s3HudiSourceHasBeenSet = false;
1213
1214 S3HudiCatalogTarget m_s3HudiCatalogTarget;
1215 bool m_s3HudiCatalogTargetHasBeenSet = false;
1216
1217 S3HudiDirectTarget m_s3HudiDirectTarget;
1218 bool m_s3HudiDirectTargetHasBeenSet = false;
1219
1220 DirectJDBCSource m_directJDBCSource;
1221 bool m_directJDBCSourceHasBeenSet = false;
1222
1223 S3CatalogDeltaSource m_s3CatalogDeltaSource;
1224 bool m_s3CatalogDeltaSourceHasBeenSet = false;
1225
1226 CatalogDeltaSource m_catalogDeltaSource;
1227 bool m_catalogDeltaSourceHasBeenSet = false;
1228
1229 S3DeltaSource m_s3DeltaSource;
1230 bool m_s3DeltaSourceHasBeenSet = false;
1231
1232 S3DeltaCatalogTarget m_s3DeltaCatalogTarget;
1233 bool m_s3DeltaCatalogTargetHasBeenSet = false;
1234
1235 S3DeltaDirectTarget m_s3DeltaDirectTarget;
1236 bool m_s3DeltaDirectTargetHasBeenSet = false;
1237
1238 AmazonRedshiftSource m_amazonRedshiftSource;
1239 bool m_amazonRedshiftSourceHasBeenSet = false;
1240
1241 AmazonRedshiftTarget m_amazonRedshiftTarget;
1242 bool m_amazonRedshiftTargetHasBeenSet = false;
1243
1244 EvaluateDataQualityMultiFrame m_evaluateDataQualityMultiFrame;
1245 bool m_evaluateDataQualityMultiFrameHasBeenSet = false;
1246
1247 Recipe m_recipe;
1248 bool m_recipeHasBeenSet = false;
1249
1250 SnowflakeSource m_snowflakeSource;
1251 bool m_snowflakeSourceHasBeenSet = false;
1252
1253 SnowflakeTarget m_snowflakeTarget;
1254 bool m_snowflakeTargetHasBeenSet = false;
1255
1256 ConnectorDataSource m_connectorDataSource;
1257 bool m_connectorDataSourceHasBeenSet = false;
1258
1259 ConnectorDataTarget m_connectorDataTarget;
1260 bool m_connectorDataTargetHasBeenSet = false;
1261 };
1262
1263} // namespace Model
1264} // namespace Glue
1265} // namespace Aws
const SparkConnectorTarget & GetSparkConnectorTarget() const
const DynamoDBCatalogSource & GetDynamoDBCatalogSource() const
const DirectJDBCSource & GetDirectJDBCSource() const
CodeGenConfigurationNode & WithMerge(MergeT &&value)
CodeGenConfigurationNode & WithMySQLCatalogTarget(MySQLCatalogTargetT &&value)
const PostgreSQLCatalogTarget & GetPostgreSQLCatalogTarget() const
CodeGenConfigurationNode & WithFilter(FilterT &&value)
CodeGenConfigurationNode & WithS3GlueParquetTarget(S3GlueParquetTargetT &&value)
CodeGenConfigurationNode & WithConnectorDataSource(ConnectorDataSourceT &&value)
CodeGenConfigurationNode & WithS3ParquetSource(S3ParquetSourceT &&value)
void SetS3DeltaDirectTarget(S3DeltaDirectTargetT &&value)
void SetCatalogKinesisSource(CatalogKinesisSourceT &&value)
void SetDynamoDBCatalogSource(DynamoDBCatalogSourceT &&value)
const S3HudiCatalogTarget & GetS3HudiCatalogTarget() const
CodeGenConfigurationNode & WithUnion(UnionT &&value)
void SetS3DeltaCatalogTarget(S3DeltaCatalogTargetT &&value)
CodeGenConfigurationNode & WithGovernedCatalogSource(GovernedCatalogSourceT &&value)
CodeGenConfigurationNode & WithS3JsonSource(S3JsonSourceT &&value)
AWS_GLUE_API CodeGenConfigurationNode & operator=(Aws::Utils::Json::JsonView jsonValue)
const DirectKinesisSource & GetDirectKinesisSource() const
CodeGenConfigurationNode & WithPostgreSQLCatalogTarget(PostgreSQLCatalogTargetT &&value)
void SetS3GlueParquetTarget(S3GlueParquetTargetT &&value)
CodeGenConfigurationNode & WithRedshiftSource(RedshiftSourceT &&value)
CodeGenConfigurationNode & WithRecipe(RecipeT &&value)
CodeGenConfigurationNode & WithCatalogKafkaSource(CatalogKafkaSourceT &&value)
void SetS3CatalogHudiSource(S3CatalogHudiSourceT &&value)
const S3GlueParquetTarget & GetS3GlueParquetTarget() const
CodeGenConfigurationNode & WithJoin(JoinT &&value)
void SetS3HudiCatalogTarget(S3HudiCatalogTargetT &&value)
void SetOracleSQLCatalogTarget(OracleSQLCatalogTargetT &&value)
CodeGenConfigurationNode & WithEvaluateDataQuality(EvaluateDataQualityT &&value)
CodeGenConfigurationNode & WithAggregate(AggregateT &&value)
const ConnectorDataTarget & GetConnectorDataTarget() const
const SparkConnectorSource & GetSparkConnectorSource() const
CodeGenConfigurationNode & WithS3CatalogDeltaSource(S3CatalogDeltaSourceT &&value)
CodeGenConfigurationNode & WithSparkConnectorSource(SparkConnectorSourceT &&value)
CodeGenConfigurationNode & WithOracleSQLCatalogSource(OracleSQLCatalogSourceT &&value)
CodeGenConfigurationNode & WithMicrosoftSQLServerCatalogSource(MicrosoftSQLServerCatalogSourceT &&value)
CodeGenConfigurationNode & WithDynamicTransform(DynamicTransformT &&value)
CodeGenConfigurationNode & WithOracleSQLCatalogTarget(OracleSQLCatalogTargetT &&value)
const SelectFromCollection & GetSelectFromCollection() const
CodeGenConfigurationNode & WithSnowflakeSource(SnowflakeSourceT &&value)
const S3CatalogHudiSource & GetS3CatalogHudiSource() const
const S3IcebergDirectTarget & GetS3IcebergDirectTarget() const
void SetCatalogHudiSource(CatalogHudiSourceT &&value)
const JDBCConnectorSource & GetJDBCConnectorSource() const
void SetGovernedCatalogTarget(GovernedCatalogTargetT &&value)
CodeGenConfigurationNode & WithPostgreSQLCatalogSource(PostgreSQLCatalogSourceT &&value)
CodeGenConfigurationNode & WithCatalogKinesisSource(CatalogKinesisSourceT &&value)
void SetConnectorDataSource(ConnectorDataSourceT &&value)
CodeGenConfigurationNode & WithSparkSQL(SparkSQLT &&value)
void SetDynamicTransform(DynamicTransformT &&value)
CodeGenConfigurationNode & WithCatalogSource(CatalogSourceT &&value)
CodeGenConfigurationNode & WithCatalogHudiSource(CatalogHudiSourceT &&value)
const DirectKafkaSource & GetDirectKafkaSource() const
CodeGenConfigurationNode & WithJDBCConnectorTarget(JDBCConnectorTargetT &&value)
void SetPostgreSQLCatalogTarget(PostgreSQLCatalogTargetT &&value)
const AmazonRedshiftSource & GetAmazonRedshiftSource() const
void SetAmazonRedshiftSource(AmazonRedshiftSourceT &&value)
void SetPostgreSQLCatalogSource(PostgreSQLCatalogSourceT &&value)
const S3HudiDirectTarget & GetS3HudiDirectTarget() const
CodeGenConfigurationNode & WithCatalogTarget(CatalogTargetT &&value)
CodeGenConfigurationNode & WithSelectFromCollection(SelectFromCollectionT &&value)
const DynamicTransform & GetDynamicTransform() const
CodeGenConfigurationNode & WithDirectJDBCSource(DirectJDBCSourceT &&value)
const MySQLCatalogTarget & GetMySQLCatalogTarget() const
CodeGenConfigurationNode & WithMySQLCatalogSource(MySQLCatalogSourceT &&value)
void SetSelectFromCollection(SelectFromCollectionT &&value)
const AmazonRedshiftTarget & GetAmazonRedshiftTarget() const
const FillMissingValues & GetFillMissingValues() const
CodeGenConfigurationNode & WithAmazonRedshiftSource(AmazonRedshiftSourceT &&value)
CodeGenConfigurationNode & WithFillMissingValues(FillMissingValuesT &&value)
CodeGenConfigurationNode & WithGovernedCatalogTarget(GovernedCatalogTargetT &&value)
void SetJDBCConnectorTarget(JDBCConnectorTargetT &&value)
void SetDirectKafkaSource(DirectKafkaSourceT &&value)
AWS_GLUE_API CodeGenConfigurationNode(Aws::Utils::Json::JsonView jsonValue)
const CatalogDeltaSource & GetCatalogDeltaSource() const
CodeGenConfigurationNode & WithDropNullFields(DropNullFieldsT &&value)
CodeGenConfigurationNode & WithDynamoDBCatalogSource(DynamoDBCatalogSourceT &&value)
void SetS3HudiDirectTarget(S3HudiDirectTargetT &&value)
void SetAmazonRedshiftTarget(AmazonRedshiftTargetT &&value)
CodeGenConfigurationNode & WithS3DeltaCatalogTarget(S3DeltaCatalogTargetT &&value)
void SetJDBCConnectorSource(JDBCConnectorSourceT &&value)
const MicrosoftSQLServerCatalogTarget & GetMicrosoftSQLServerCatalogTarget() const
CodeGenConfigurationNode & WithAmazonRedshiftTarget(AmazonRedshiftTargetT &&value)
const PostgreSQLCatalogSource & GetPostgreSQLCatalogSource() const
const CatalogKinesisSource & GetCatalogKinesisSource() const
CodeGenConfigurationNode & WithSparkConnectorTarget(SparkConnectorTargetT &&value)
const MySQLCatalogSource & GetMySQLCatalogSource() const
void SetCatalogKafkaSource(CatalogKafkaSourceT &&value)
CodeGenConfigurationNode & WithS3CatalogSource(S3CatalogSourceT &&value)
CodeGenConfigurationNode & WithAthenaConnectorSource(AthenaConnectorSourceT &&value)
void SetDirectKinesisSource(DirectKinesisSourceT &&value)
const OracleSQLCatalogTarget & GetOracleSQLCatalogTarget() const
const OracleSQLCatalogSource & GetOracleSQLCatalogSource() const
void SetConnectorDataTarget(ConnectorDataTargetT &&value)
CodeGenConfigurationNode & WithDirectKafkaSource(DirectKafkaSourceT &&value)
const S3HyperDirectTarget & GetS3HyperDirectTarget() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
CodeGenConfigurationNode & WithSpigot(SpigotT &&value)
CodeGenConfigurationNode & WithS3CsvSource(S3CsvSourceT &&value)
void SetSparkConnectorSource(SparkConnectorSourceT &&value)
CodeGenConfigurationNode & WithRedshiftTarget(RedshiftTargetT &&value)
CodeGenConfigurationNode & WithMicrosoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTargetT &&value)
CodeGenConfigurationNode & WithS3HudiDirectTarget(S3HudiDirectTargetT &&value)
void SetSparkConnectorTarget(SparkConnectorTargetT &&value)
const JDBCConnectorTarget & GetJDBCConnectorTarget() const
const RelationalCatalogSource & GetRelationalCatalogSource() const
void SetS3HyperDirectTarget(S3HyperDirectTargetT &&value)
void SetMySQLCatalogTarget(MySQLCatalogTargetT &&value)
CodeGenConfigurationNode & WithPIIDetection(PIIDetectionT &&value)
void SetDirectJDBCSource(DirectJDBCSourceT &&value)
CodeGenConfigurationNode & WithS3IcebergDirectTarget(S3IcebergDirectTargetT &&value)
CodeGenConfigurationNode & WithS3DeltaDirectTarget(S3DeltaDirectTargetT &&value)
const GovernedCatalogTarget & GetGovernedCatalogTarget() const
const AthenaConnectorSource & GetAthenaConnectorSource() const
const EvaluateDataQuality & GetEvaluateDataQuality() const
CodeGenConfigurationNode & WithCustomCode(CustomCodeT &&value)
CodeGenConfigurationNode & WithRenameField(RenameFieldT &&value)
void SetCatalogDeltaSource(CatalogDeltaSourceT &&value)
void SetEvaluateDataQualityMultiFrame(EvaluateDataQualityMultiFrameT &&value)
void SetEvaluateDataQuality(EvaluateDataQualityT &&value)
CodeGenConfigurationNode & WithDropDuplicates(DropDuplicatesT &&value)
CodeGenConfigurationNode & WithSnowflakeTarget(SnowflakeTargetT &&value)
void SetMicrosoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTargetT &&value)
const S3CatalogDeltaSource & GetS3CatalogDeltaSource() const
const S3DeltaDirectTarget & GetS3DeltaDirectTarget() const
const GovernedCatalogSource & GetGovernedCatalogSource() const
const EvaluateDataQualityMultiFrame & GetEvaluateDataQualityMultiFrame() const
void SetRelationalCatalogSource(RelationalCatalogSourceT &&value)
void SetS3CatalogDeltaSource(S3CatalogDeltaSourceT &&value)
CodeGenConfigurationNode & WithCatalogDeltaSource(CatalogDeltaSourceT &&value)
CodeGenConfigurationNode & WithS3HyperDirectTarget(S3HyperDirectTargetT &&value)
CodeGenConfigurationNode & WithRelationalCatalogSource(RelationalCatalogSourceT &&value)
CodeGenConfigurationNode & WithDropFields(DropFieldsT &&value)
void SetMySQLCatalogSource(MySQLCatalogSourceT &&value)
const CatalogKafkaSource & GetCatalogKafkaSource() const
CodeGenConfigurationNode & WithS3DirectTarget(S3DirectTargetT &&value)
CodeGenConfigurationNode & WithS3DeltaSource(S3DeltaSourceT &&value)
CodeGenConfigurationNode & WithConnectorDataTarget(ConnectorDataTargetT &&value)
void SetMicrosoftSQLServerCatalogSource(MicrosoftSQLServerCatalogSourceT &&value)
const ConnectorDataSource & GetConnectorDataSource() const
CodeGenConfigurationNode & WithS3CatalogTarget(S3CatalogTargetT &&value)
void SetS3IcebergDirectTarget(S3IcebergDirectTargetT &&value)
CodeGenConfigurationNode & WithJDBCConnectorSource(JDBCConnectorSourceT &&value)
const BasicCatalogTarget & GetCatalogTarget() const
void SetOracleSQLCatalogSource(OracleSQLCatalogSourceT &&value)
const MicrosoftSQLServerCatalogSource & GetMicrosoftSQLServerCatalogSource() const
const S3DeltaCatalogTarget & GetS3DeltaCatalogTarget() const
AWS_GLUE_API CodeGenConfigurationNode()=default
void SetFillMissingValues(FillMissingValuesT &&value)
CodeGenConfigurationNode & WithEvaluateDataQualityMultiFrame(EvaluateDataQualityMultiFrameT &&value)
void SetAthenaConnectorSource(AthenaConnectorSourceT &&value)
CodeGenConfigurationNode & WithDirectKinesisSource(DirectKinesisSourceT &&value)
CodeGenConfigurationNode & WithApplyMapping(ApplyMappingT &&value)
void SetGovernedCatalogSource(GovernedCatalogSourceT &&value)
CodeGenConfigurationNode & WithS3CatalogHudiSource(S3CatalogHudiSourceT &&value)
CodeGenConfigurationNode & WithS3HudiCatalogTarget(S3HudiCatalogTargetT &&value)
CodeGenConfigurationNode & WithS3ExcelSource(S3ExcelSourceT &&value)
CodeGenConfigurationNode & WithSplitFields(SplitFieldsT &&value)
CodeGenConfigurationNode & WithSelectFields(SelectFieldsT &&value)
CodeGenConfigurationNode & WithS3HudiSource(S3HudiSourceT &&value)
const CatalogHudiSource & GetCatalogHudiSource() const
Aws::Utils::Json::JsonValue JsonValue