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>
121 template<
typename AthenaConnectorSourceT = AthenaConnectorSource>
122 void SetAthenaConnectorSource(AthenaConnectorSourceT&& value) { m_athenaConnectorSourceHasBeenSet =
true; m_athenaConnectorSource = std::forward<AthenaConnectorSourceT>(value); }
123 template<
typename AthenaConnectorSourceT = AthenaConnectorSource>
133 template<
typename JDBCConnectorSourceT = JDBCConnectorSource>
134 void SetJDBCConnectorSource(JDBCConnectorSourceT&& value) { m_jDBCConnectorSourceHasBeenSet =
true; m_jDBCConnectorSource = std::forward<JDBCConnectorSourceT>(value); }
135 template<
typename JDBCConnectorSourceT = JDBCConnectorSource>
145 template<
typename SparkConnectorSourceT = SparkConnectorSource>
146 void SetSparkConnectorSource(SparkConnectorSourceT&& value) { m_sparkConnectorSourceHasBeenSet =
true; m_sparkConnectorSource = std::forward<SparkConnectorSourceT>(value); }
147 template<
typename SparkConnectorSourceT = SparkConnectorSource>
157 template<
typename CatalogSourceT = CatalogSource>
158 void SetCatalogSource(CatalogSourceT&& value) { m_catalogSourceHasBeenSet =
true; m_catalogSource = std::forward<CatalogSourceT>(value); }
159 template<
typename CatalogSourceT = CatalogSource>
169 template<
typename RedshiftSourceT = RedshiftSource>
170 void SetRedshiftSource(RedshiftSourceT&& value) { m_redshiftSourceHasBeenSet =
true; m_redshiftSource = std::forward<RedshiftSourceT>(value); }
171 template<
typename RedshiftSourceT = RedshiftSource>
181 template<
typename S3CatalogSourceT = S3CatalogSource>
182 void SetS3CatalogSource(S3CatalogSourceT&& value) { m_s3CatalogSourceHasBeenSet =
true; m_s3CatalogSource = std::forward<S3CatalogSourceT>(value); }
183 template<
typename S3CatalogSourceT = S3CatalogSource>
193 template<
typename S3CsvSourceT = S3CsvSource>
194 void SetS3CsvSource(S3CsvSourceT&& value) { m_s3CsvSourceHasBeenSet =
true; m_s3CsvSource = std::forward<S3CsvSourceT>(value); }
195 template<
typename S3CsvSourceT = S3CsvSource>
205 template<
typename S3ExcelSourceT = S3ExcelSource>
206 void SetS3ExcelSource(S3ExcelSourceT&& value) { m_s3ExcelSourceHasBeenSet =
true; m_s3ExcelSource = std::forward<S3ExcelSourceT>(value); }
207 template<
typename S3ExcelSourceT = S3ExcelSource>
217 template<
typename S3JsonSourceT = S3JsonSource>
218 void SetS3JsonSource(S3JsonSourceT&& value) { m_s3JsonSourceHasBeenSet =
true; m_s3JsonSource = std::forward<S3JsonSourceT>(value); }
219 template<
typename S3JsonSourceT = S3JsonSource>
229 template<
typename S3ParquetSourceT = S3ParquetSource>
230 void SetS3ParquetSource(S3ParquetSourceT&& value) { m_s3ParquetSourceHasBeenSet =
true; m_s3ParquetSource = std::forward<S3ParquetSourceT>(value); }
231 template<
typename S3ParquetSourceT = S3ParquetSource>
241 template<
typename RelationalCatalogSourceT = RelationalCatalogSource>
242 void SetRelationalCatalogSource(RelationalCatalogSourceT&& value) { m_relationalCatalogSourceHasBeenSet =
true; m_relationalCatalogSource = std::forward<RelationalCatalogSourceT>(value); }
243 template<
typename RelationalCatalogSourceT = RelationalCatalogSource>
253 template<
typename DynamoDBCatalogSourceT = DynamoDBCatalogSource>
254 void SetDynamoDBCatalogSource(DynamoDBCatalogSourceT&& value) { m_dynamoDBCatalogSourceHasBeenSet =
true; m_dynamoDBCatalogSource = std::forward<DynamoDBCatalogSourceT>(value); }
255 template<
typename DynamoDBCatalogSourceT = DynamoDBCatalogSource>
266 template<
typename JDBCConnectorTargetT = JDBCConnectorTarget>
267 void SetJDBCConnectorTarget(JDBCConnectorTargetT&& value) { m_jDBCConnectorTargetHasBeenSet =
true; m_jDBCConnectorTarget = std::forward<JDBCConnectorTargetT>(value); }
268 template<
typename JDBCConnectorTargetT = JDBCConnectorTarget>
278 template<
typename SparkConnectorTargetT = SparkConnectorTarget>
279 void SetSparkConnectorTarget(SparkConnectorTargetT&& value) { m_sparkConnectorTargetHasBeenSet =
true; m_sparkConnectorTarget = std::forward<SparkConnectorTargetT>(value); }
280 template<
typename SparkConnectorTargetT = SparkConnectorTarget>
290 template<
typename CatalogTargetT = BasicCatalogTarget>
291 void SetCatalogTarget(CatalogTargetT&& value) { m_catalogTargetHasBeenSet =
true; m_catalogTarget = std::forward<CatalogTargetT>(value); }
292 template<
typename CatalogTargetT = BasicCatalogTarget>
302 template<
typename RedshiftTargetT = RedshiftTarget>
303 void SetRedshiftTarget(RedshiftTargetT&& value) { m_redshiftTargetHasBeenSet =
true; m_redshiftTarget = std::forward<RedshiftTargetT>(value); }
304 template<
typename RedshiftTargetT = RedshiftTarget>
315 template<
typename S3CatalogTargetT = S3CatalogTarget>
316 void SetS3CatalogTarget(S3CatalogTargetT&& value) { m_s3CatalogTargetHasBeenSet =
true; m_s3CatalogTarget = std::forward<S3CatalogTargetT>(value); }
317 template<
typename S3CatalogTargetT = S3CatalogTarget>
328 template<
typename S3GlueParquetTargetT = S3GlueParquetTarget>
329 void SetS3GlueParquetTarget(S3GlueParquetTargetT&& value) { m_s3GlueParquetTargetHasBeenSet =
true; m_s3GlueParquetTarget = std::forward<S3GlueParquetTargetT>(value); }
330 template<
typename S3GlueParquetTargetT = S3GlueParquetTarget>
341 template<
typename S3HyperDirectTargetT = S3HyperDirectTarget>
342 void SetS3HyperDirectTarget(S3HyperDirectTargetT&& value) { m_s3HyperDirectTargetHasBeenSet =
true; m_s3HyperDirectTarget = std::forward<S3HyperDirectTargetT>(value); }
343 template<
typename S3HyperDirectTargetT = S3HyperDirectTarget>
353 template<
typename S3DirectTargetT = S3DirectTarget>
354 void SetS3DirectTarget(S3DirectTargetT&& value) { m_s3DirectTargetHasBeenSet =
true; m_s3DirectTarget = std::forward<S3DirectTargetT>(value); }
355 template<
typename S3DirectTargetT = S3DirectTarget>
366 template<
typename S3IcebergDirectTargetT = S3IcebergDirectTarget>
367 void SetS3IcebergDirectTarget(S3IcebergDirectTargetT&& value) { m_s3IcebergDirectTargetHasBeenSet =
true; m_s3IcebergDirectTarget = std::forward<S3IcebergDirectTargetT>(value); }
368 template<
typename S3IcebergDirectTargetT = S3IcebergDirectTarget>
380 template<
typename ApplyMappingT = ApplyMapping>
381 void SetApplyMapping(ApplyMappingT&& value) { m_applyMappingHasBeenSet =
true; m_applyMapping = std::forward<ApplyMappingT>(value); }
382 template<
typename ApplyMappingT = ApplyMapping>
393 template<
typename SelectFieldsT = SelectFields>
394 void SetSelectFields(SelectFieldsT&& value) { m_selectFieldsHasBeenSet =
true; m_selectFields = std::forward<SelectFieldsT>(value); }
395 template<
typename SelectFieldsT = SelectFields>
406 template<
typename DropFieldsT = DropFields>
407 void SetDropFields(DropFieldsT&& value) { m_dropFieldsHasBeenSet =
true; m_dropFields = std::forward<DropFieldsT>(value); }
408 template<
typename DropFieldsT = DropFields>
418 template<
typename RenameFieldT = RenameField>
419 void SetRenameField(RenameFieldT&& value) { m_renameFieldHasBeenSet =
true; m_renameField = std::forward<RenameFieldT>(value); }
420 template<
typename RenameFieldT = RenameField>
431 template<
typename SpigotT = Spigot>
432 void SetSpigot(SpigotT&& value) { m_spigotHasBeenSet =
true; m_spigot = std::forward<SpigotT>(value); }
433 template<
typename SpigotT = Spigot>
445 template<
typename JoinT = Join>
446 void SetJoin(JoinT&& value) { m_joinHasBeenSet =
true; m_join = std::forward<JoinT>(value); }
447 template<
typename JoinT = Join>
460 template<
typename SplitFieldsT = SplitFields>
461 void SetSplitFields(SplitFieldsT&& value) { m_splitFieldsHasBeenSet =
true; m_splitFields = std::forward<SplitFieldsT>(value); }
462 template<
typename SplitFieldsT = SplitFields>
474 template<
typename SelectFromCollectionT = SelectFromCollection>
475 void SetSelectFromCollection(SelectFromCollectionT&& value) { m_selectFromCollectionHasBeenSet =
true; m_selectFromCollection = std::forward<SelectFromCollectionT>(value); }
476 template<
typename SelectFromCollectionT = SelectFromCollection>
489 template<
typename FillMissingValuesT = FillMissingValues>
490 void SetFillMissingValues(FillMissingValuesT&& value) { m_fillMissingValuesHasBeenSet =
true; m_fillMissingValues = std::forward<FillMissingValuesT>(value); }
491 template<
typename FillMissingValuesT = FillMissingValues>
502 template<
typename FilterT = Filter>
503 void SetFilter(FilterT&& value) { m_filterHasBeenSet =
true; m_filter = std::forward<FilterT>(value); }
504 template<
typename FilterT = Filter>
515 template<
typename CustomCodeT = CustomCode>
516 void SetCustomCode(CustomCodeT&& value) { m_customCodeHasBeenSet =
true; m_customCode = std::forward<CustomCodeT>(value); }
517 template<
typename CustomCodeT = CustomCode>
528 template<
typename SparkSQLT = SparkSQL>
529 void SetSparkSQL(SparkSQLT&& value) { m_sparkSQLHasBeenSet =
true; m_sparkSQL = std::forward<SparkSQLT>(value); }
530 template<
typename SparkSQLT = SparkSQL>
540 template<
typename DirectKinesisSourceT = DirectKinesisSource>
541 void SetDirectKinesisSource(DirectKinesisSourceT&& value) { m_directKinesisSourceHasBeenSet =
true; m_directKinesisSource = std::forward<DirectKinesisSourceT>(value); }
542 template<
typename DirectKinesisSourceT = DirectKinesisSource>
552 template<
typename DirectKafkaSourceT = DirectKafkaSource>
553 void SetDirectKafkaSource(DirectKafkaSourceT&& value) { m_directKafkaSourceHasBeenSet =
true; m_directKafkaSource = std::forward<DirectKafkaSourceT>(value); }
554 template<
typename DirectKafkaSourceT = DirectKafkaSource>
564 template<
typename CatalogKinesisSourceT = CatalogKinesisSource>
565 void SetCatalogKinesisSource(CatalogKinesisSourceT&& value) { m_catalogKinesisSourceHasBeenSet =
true; m_catalogKinesisSource = std::forward<CatalogKinesisSourceT>(value); }
566 template<
typename CatalogKinesisSourceT = CatalogKinesisSource>
576 template<
typename CatalogKafkaSourceT = CatalogKafkaSource>
577 void SetCatalogKafkaSource(CatalogKafkaSourceT&& value) { m_catalogKafkaSourceHasBeenSet =
true; m_catalogKafkaSource = std::forward<CatalogKafkaSourceT>(value); }
578 template<
typename CatalogKafkaSourceT = CatalogKafkaSource>
591 template<
typename DropNullFieldsT = DropNullFields>
592 void SetDropNullFields(DropNullFieldsT&& value) { m_dropNullFieldsHasBeenSet =
true; m_dropNullFields = std::forward<DropNullFieldsT>(value); }
593 template<
typename DropNullFieldsT = DropNullFields>
606 template<
typename MergeT = Merge>
607 void SetMerge(MergeT&& value) { m_mergeHasBeenSet =
true; m_merge = std::forward<MergeT>(value); }
608 template<
typename MergeT = Merge>
619 template<
typename UnionT = Union>
620 void SetUnion(UnionT&& value) { m_unionHasBeenSet =
true; m_union = std::forward<UnionT>(value); }
621 template<
typename UnionT = Union>
631 template<
typename PIIDetectionT = PIIDetection>
632 void SetPIIDetection(PIIDetectionT&& value) { m_pIIDetectionHasBeenSet =
true; m_pIIDetection = std::forward<PIIDetectionT>(value); }
633 template<
typename PIIDetectionT = PIIDetection>
644 template<
typename AggregateT = Aggregate>
645 void SetAggregate(AggregateT&& value) { m_aggregateHasBeenSet =
true; m_aggregate = std::forward<AggregateT>(value); }
646 template<
typename AggregateT = Aggregate>
657 template<
typename DropDuplicatesT = DropDuplicates>
658 void SetDropDuplicates(DropDuplicatesT&& value) { m_dropDuplicatesHasBeenSet =
true; m_dropDuplicates = std::forward<DropDuplicatesT>(value); }
659 template<
typename DropDuplicatesT = DropDuplicates>
669 template<
typename GovernedCatalogTargetT = GovernedCatalogTarget>
670 void SetGovernedCatalogTarget(GovernedCatalogTargetT&& value) { m_governedCatalogTargetHasBeenSet =
true; m_governedCatalogTarget = std::forward<GovernedCatalogTargetT>(value); }
671 template<
typename GovernedCatalogTargetT = GovernedCatalogTarget>
681 template<
typename GovernedCatalogSourceT = GovernedCatalogSource>
682 void SetGovernedCatalogSource(GovernedCatalogSourceT&& value) { m_governedCatalogSourceHasBeenSet =
true; m_governedCatalogSource = std::forward<GovernedCatalogSourceT>(value); }
683 template<
typename GovernedCatalogSourceT = GovernedCatalogSource>
693 template<
typename MicrosoftSQLServerCatalogSourceT = MicrosoftSQLServerCatalogSource>
694 void SetMicrosoftSQLServerCatalogSource(MicrosoftSQLServerCatalogSourceT&& value) { m_microsoftSQLServerCatalogSourceHasBeenSet =
true; m_microsoftSQLServerCatalogSource = std::forward<MicrosoftSQLServerCatalogSourceT>(value); }
695 template<
typename MicrosoftSQLServerCatalogSourceT = MicrosoftSQLServerCatalogSource>
705 template<
typename MySQLCatalogSourceT = MySQLCatalogSource>
706 void SetMySQLCatalogSource(MySQLCatalogSourceT&& value) { m_mySQLCatalogSourceHasBeenSet =
true; m_mySQLCatalogSource = std::forward<MySQLCatalogSourceT>(value); }
707 template<
typename MySQLCatalogSourceT = MySQLCatalogSource>
717 template<
typename OracleSQLCatalogSourceT = OracleSQLCatalogSource>
718 void SetOracleSQLCatalogSource(OracleSQLCatalogSourceT&& value) { m_oracleSQLCatalogSourceHasBeenSet =
true; m_oracleSQLCatalogSource = std::forward<OracleSQLCatalogSourceT>(value); }
719 template<
typename OracleSQLCatalogSourceT = OracleSQLCatalogSource>
729 template<
typename PostgreSQLCatalogSourceT = PostgreSQLCatalogSource>
730 void SetPostgreSQLCatalogSource(PostgreSQLCatalogSourceT&& value) { m_postgreSQLCatalogSourceHasBeenSet =
true; m_postgreSQLCatalogSource = std::forward<PostgreSQLCatalogSourceT>(value); }
731 template<
typename PostgreSQLCatalogSourceT = PostgreSQLCatalogSource>
741 template<
typename MicrosoftSQLServerCatalogTargetT = MicrosoftSQLServerCatalogTarget>
742 void SetMicrosoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTargetT&& value) { m_microsoftSQLServerCatalogTargetHasBeenSet =
true; m_microsoftSQLServerCatalogTarget = std::forward<MicrosoftSQLServerCatalogTargetT>(value); }
743 template<
typename MicrosoftSQLServerCatalogTargetT = MicrosoftSQLServerCatalogTarget>
753 template<
typename MySQLCatalogTargetT = MySQLCatalogTarget>
754 void SetMySQLCatalogTarget(MySQLCatalogTargetT&& value) { m_mySQLCatalogTargetHasBeenSet =
true; m_mySQLCatalogTarget = std::forward<MySQLCatalogTargetT>(value); }
755 template<
typename MySQLCatalogTargetT = MySQLCatalogTarget>
765 template<
typename OracleSQLCatalogTargetT = OracleSQLCatalogTarget>
766 void SetOracleSQLCatalogTarget(OracleSQLCatalogTargetT&& value) { m_oracleSQLCatalogTargetHasBeenSet =
true; m_oracleSQLCatalogTarget = std::forward<OracleSQLCatalogTargetT>(value); }
767 template<
typename OracleSQLCatalogTargetT = OracleSQLCatalogTarget>
777 template<
typename PostgreSQLCatalogTargetT = PostgreSQLCatalogTarget>
778 void SetPostgreSQLCatalogTarget(PostgreSQLCatalogTargetT&& value) { m_postgreSQLCatalogTargetHasBeenSet =
true; m_postgreSQLCatalogTarget = std::forward<PostgreSQLCatalogTargetT>(value); }
779 template<
typename PostgreSQLCatalogTargetT = PostgreSQLCatalogTarget>
789 template<
typename DynamicTransformT = DynamicTransform>
790 void SetDynamicTransform(DynamicTransformT&& value) { m_dynamicTransformHasBeenSet =
true; m_dynamicTransform = std::forward<DynamicTransformT>(value); }
791 template<
typename DynamicTransformT = DynamicTransform>
801 template<
typename EvaluateDataQualityT = EvaluateDataQuality>
802 void SetEvaluateDataQuality(EvaluateDataQualityT&& value) { m_evaluateDataQualityHasBeenSet =
true; m_evaluateDataQuality = std::forward<EvaluateDataQualityT>(value); }
803 template<
typename EvaluateDataQualityT = EvaluateDataQuality>
814 template<
typename S3CatalogHudiSourceT = S3CatalogHudiSource>
815 void SetS3CatalogHudiSource(S3CatalogHudiSourceT&& value) { m_s3CatalogHudiSourceHasBeenSet =
true; m_s3CatalogHudiSource = std::forward<S3CatalogHudiSourceT>(value); }
816 template<
typename S3CatalogHudiSourceT = S3CatalogHudiSource>
826 template<
typename CatalogHudiSourceT = CatalogHudiSource>
827 void SetCatalogHudiSource(CatalogHudiSourceT&& value) { m_catalogHudiSourceHasBeenSet =
true; m_catalogHudiSource = std::forward<CatalogHudiSourceT>(value); }
828 template<
typename CatalogHudiSourceT = CatalogHudiSource>
838 template<
typename S3HudiSourceT = S3HudiSource>
839 void SetS3HudiSource(S3HudiSourceT&& value) { m_s3HudiSourceHasBeenSet =
true; m_s3HudiSource = std::forward<S3HudiSourceT>(value); }
840 template<
typename S3HudiSourceT = S3HudiSource>
851 template<
typename S3HudiCatalogTargetT = S3HudiCatalogTarget>
852 void SetS3HudiCatalogTarget(S3HudiCatalogTargetT&& value) { m_s3HudiCatalogTargetHasBeenSet =
true; m_s3HudiCatalogTarget = std::forward<S3HudiCatalogTargetT>(value); }
853 template<
typename S3HudiCatalogTargetT = S3HudiCatalogTarget>
863 template<
typename S3HudiDirectTargetT = S3HudiDirectTarget>
864 void SetS3HudiDirectTarget(S3HudiDirectTargetT&& value) { m_s3HudiDirectTargetHasBeenSet =
true; m_s3HudiDirectTarget = std::forward<S3HudiDirectTargetT>(value); }
865 template<
typename S3HudiDirectTargetT = S3HudiDirectTarget>
873 template<
typename DirectJDBCSourceT = DirectJDBCSource>
874 void SetDirectJDBCSource(DirectJDBCSourceT&& value) { m_directJDBCSourceHasBeenSet =
true; m_directJDBCSource = std::forward<DirectJDBCSourceT>(value); }
875 template<
typename DirectJDBCSourceT = DirectJDBCSource>
886 template<
typename S3CatalogDeltaSourceT = S3CatalogDeltaSource>
887 void SetS3CatalogDeltaSource(S3CatalogDeltaSourceT&& value) { m_s3CatalogDeltaSourceHasBeenSet =
true; m_s3CatalogDeltaSource = std::forward<S3CatalogDeltaSourceT>(value); }
888 template<
typename S3CatalogDeltaSourceT = S3CatalogDeltaSource>
899 template<
typename CatalogDeltaSourceT = CatalogDeltaSource>
900 void SetCatalogDeltaSource(CatalogDeltaSourceT&& value) { m_catalogDeltaSourceHasBeenSet =
true; m_catalogDeltaSource = std::forward<CatalogDeltaSourceT>(value); }
901 template<
typename CatalogDeltaSourceT = CatalogDeltaSource>
911 template<
typename S3DeltaSourceT = S3DeltaSource>
912 void SetS3DeltaSource(S3DeltaSourceT&& value) { m_s3DeltaSourceHasBeenSet =
true; m_s3DeltaSource = std::forward<S3DeltaSourceT>(value); }
913 template<
typename S3DeltaSourceT = S3DeltaSource>
924 template<
typename S3DeltaCatalogTargetT = S3DeltaCatalogTarget>
925 void SetS3DeltaCatalogTarget(S3DeltaCatalogTargetT&& value) { m_s3DeltaCatalogTargetHasBeenSet =
true; m_s3DeltaCatalogTarget = std::forward<S3DeltaCatalogTargetT>(value); }
926 template<
typename S3DeltaCatalogTargetT = S3DeltaCatalogTarget>
936 template<
typename S3DeltaDirectTargetT = S3DeltaDirectTarget>
937 void SetS3DeltaDirectTarget(S3DeltaDirectTargetT&& value) { m_s3DeltaDirectTargetHasBeenSet =
true; m_s3DeltaDirectTarget = std::forward<S3DeltaDirectTargetT>(value); }
938 template<
typename S3DeltaDirectTargetT = S3DeltaDirectTarget>
948 template<
typename AmazonRedshiftSourceT = AmazonRedshiftSource>
949 void SetAmazonRedshiftSource(AmazonRedshiftSourceT&& value) { m_amazonRedshiftSourceHasBeenSet =
true; m_amazonRedshiftSource = std::forward<AmazonRedshiftSourceT>(value); }
950 template<
typename AmazonRedshiftSourceT = AmazonRedshiftSource>
960 template<
typename AmazonRedshiftTargetT = AmazonRedshiftTarget>
961 void SetAmazonRedshiftTarget(AmazonRedshiftTargetT&& value) { m_amazonRedshiftTargetHasBeenSet =
true; m_amazonRedshiftTarget = std::forward<AmazonRedshiftTargetT>(value); }
962 template<
typename AmazonRedshiftTargetT = AmazonRedshiftTarget>
973 template<
typename EvaluateDataQualityMultiFrameT = EvaluateDataQualityMultiFrame>
974 void SetEvaluateDataQualityMultiFrame(EvaluateDataQualityMultiFrameT&& value) { m_evaluateDataQualityMultiFrameHasBeenSet =
true; m_evaluateDataQualityMultiFrame = std::forward<EvaluateDataQualityMultiFrameT>(value); }
975 template<
typename EvaluateDataQualityMultiFrameT = EvaluateDataQualityMultiFrame>
985 template<
typename RecipeT = Recipe>
986 void SetRecipe(RecipeT&& value) { m_recipeHasBeenSet =
true; m_recipe = std::forward<RecipeT>(value); }
987 template<
typename RecipeT = Recipe>
997 template<
typename SnowflakeSourceT = SnowflakeSource>
998 void SetSnowflakeSource(SnowflakeSourceT&& value) { m_snowflakeSourceHasBeenSet =
true; m_snowflakeSource = std::forward<SnowflakeSourceT>(value); }
999 template<
typename SnowflakeSourceT = SnowflakeSource>
1009 template<
typename SnowflakeTargetT = SnowflakeTarget>
1010 void SetSnowflakeTarget(SnowflakeTargetT&& value) { m_snowflakeTargetHasBeenSet =
true; m_snowflakeTarget = std::forward<SnowflakeTargetT>(value); }
1011 template<
typename SnowflakeTargetT = SnowflakeTarget>
1021 template<
typename ConnectorDataSourceT = ConnectorDataSource>
1022 void SetConnectorDataSource(ConnectorDataSourceT&& value) { m_connectorDataSourceHasBeenSet =
true; m_connectorDataSource = std::forward<ConnectorDataSourceT>(value); }
1023 template<
typename ConnectorDataSourceT = ConnectorDataSource>
1033 template<
typename ConnectorDataTargetT = ConnectorDataTarget>
1034 void SetConnectorDataTarget(ConnectorDataTargetT&& value) { m_connectorDataTargetHasBeenSet =
true; m_connectorDataTarget = std::forward<ConnectorDataTargetT>(value); }
1035 template<
typename ConnectorDataTargetT = ConnectorDataTarget>
1041 bool m_athenaConnectorSourceHasBeenSet =
false;
1044 bool m_jDBCConnectorSourceHasBeenSet =
false;
1047 bool m_sparkConnectorSourceHasBeenSet =
false;
1050 bool m_catalogSourceHasBeenSet =
false;
1053 bool m_redshiftSourceHasBeenSet =
false;
1056 bool m_s3CatalogSourceHasBeenSet =
false;
1059 bool m_s3CsvSourceHasBeenSet =
false;
1062 bool m_s3ExcelSourceHasBeenSet =
false;
1065 bool m_s3JsonSourceHasBeenSet =
false;
1068 bool m_s3ParquetSourceHasBeenSet =
false;
1071 bool m_relationalCatalogSourceHasBeenSet =
false;
1074 bool m_dynamoDBCatalogSourceHasBeenSet =
false;
1077 bool m_jDBCConnectorTargetHasBeenSet =
false;
1080 bool m_sparkConnectorTargetHasBeenSet =
false;
1083 bool m_catalogTargetHasBeenSet =
false;
1086 bool m_redshiftTargetHasBeenSet =
false;
1089 bool m_s3CatalogTargetHasBeenSet =
false;
1092 bool m_s3GlueParquetTargetHasBeenSet =
false;
1095 bool m_s3HyperDirectTargetHasBeenSet =
false;
1098 bool m_s3DirectTargetHasBeenSet =
false;
1101 bool m_s3IcebergDirectTargetHasBeenSet =
false;
1104 bool m_applyMappingHasBeenSet =
false;
1107 bool m_selectFieldsHasBeenSet =
false;
1110 bool m_dropFieldsHasBeenSet =
false;
1113 bool m_renameFieldHasBeenSet =
false;
1116 bool m_spigotHasBeenSet =
false;
1119 bool m_joinHasBeenSet =
false;
1122 bool m_splitFieldsHasBeenSet =
false;
1125 bool m_selectFromCollectionHasBeenSet =
false;
1128 bool m_fillMissingValuesHasBeenSet =
false;
1131 bool m_filterHasBeenSet =
false;
1134 bool m_customCodeHasBeenSet =
false;
1137 bool m_sparkSQLHasBeenSet =
false;
1140 bool m_directKinesisSourceHasBeenSet =
false;
1143 bool m_directKafkaSourceHasBeenSet =
false;
1146 bool m_catalogKinesisSourceHasBeenSet =
false;
1149 bool m_catalogKafkaSourceHasBeenSet =
false;
1152 bool m_dropNullFieldsHasBeenSet =
false;
1155 bool m_mergeHasBeenSet =
false;
1158 bool m_unionHasBeenSet =
false;
1161 bool m_pIIDetectionHasBeenSet =
false;
1164 bool m_aggregateHasBeenSet =
false;
1167 bool m_dropDuplicatesHasBeenSet =
false;
1170 bool m_governedCatalogTargetHasBeenSet =
false;
1173 bool m_governedCatalogSourceHasBeenSet =
false;
1176 bool m_microsoftSQLServerCatalogSourceHasBeenSet =
false;
1179 bool m_mySQLCatalogSourceHasBeenSet =
false;
1182 bool m_oracleSQLCatalogSourceHasBeenSet =
false;
1185 bool m_postgreSQLCatalogSourceHasBeenSet =
false;
1188 bool m_microsoftSQLServerCatalogTargetHasBeenSet =
false;
1191 bool m_mySQLCatalogTargetHasBeenSet =
false;
1194 bool m_oracleSQLCatalogTargetHasBeenSet =
false;
1197 bool m_postgreSQLCatalogTargetHasBeenSet =
false;
1200 bool m_dynamicTransformHasBeenSet =
false;
1203 bool m_evaluateDataQualityHasBeenSet =
false;
1206 bool m_s3CatalogHudiSourceHasBeenSet =
false;
1209 bool m_catalogHudiSourceHasBeenSet =
false;
1212 bool m_s3HudiSourceHasBeenSet =
false;
1215 bool m_s3HudiCatalogTargetHasBeenSet =
false;
1218 bool m_s3HudiDirectTargetHasBeenSet =
false;
1221 bool m_directJDBCSourceHasBeenSet =
false;
1224 bool m_s3CatalogDeltaSourceHasBeenSet =
false;
1227 bool m_catalogDeltaSourceHasBeenSet =
false;
1230 bool m_s3DeltaSourceHasBeenSet =
false;
1233 bool m_s3DeltaCatalogTargetHasBeenSet =
false;
1236 bool m_s3DeltaDirectTargetHasBeenSet =
false;
1239 bool m_amazonRedshiftSourceHasBeenSet =
false;
1242 bool m_amazonRedshiftTargetHasBeenSet =
false;
1245 bool m_evaluateDataQualityMultiFrameHasBeenSet =
false;
1248 bool m_recipeHasBeenSet =
false;
1251 bool m_snowflakeSourceHasBeenSet =
false;
1254 bool m_snowflakeTargetHasBeenSet =
false;
1257 bool m_connectorDataSourceHasBeenSet =
false;
1260 bool m_connectorDataTargetHasBeenSet =
false;
bool OracleSQLCatalogSourceHasBeenSet() const
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)
const SnowflakeSource & GetSnowflakeSource() const
CodeGenConfigurationNode & WithConnectorDataSource(ConnectorDataSourceT &&value)
bool RenameFieldHasBeenSet() const
bool AthenaConnectorSourceHasBeenSet() const
CodeGenConfigurationNode & WithS3ParquetSource(S3ParquetSourceT &&value)
const Aggregate & GetAggregate() const
void SetS3DeltaDirectTarget(S3DeltaDirectTargetT &&value)
const RedshiftTarget & GetRedshiftTarget() const
void SetCatalogKinesisSource(CatalogKinesisSourceT &&value)
bool DropNullFieldsHasBeenSet() const
void SetDynamoDBCatalogSource(DynamoDBCatalogSourceT &&value)
void SetS3CatalogSource(S3CatalogSourceT &&value)
const S3HudiCatalogTarget & GetS3HudiCatalogTarget() const
CodeGenConfigurationNode & WithUnion(UnionT &&value)
void SetUnion(UnionT &&value)
void SetS3DeltaCatalogTarget(S3DeltaCatalogTargetT &&value)
void SetApplyMapping(ApplyMappingT &&value)
CodeGenConfigurationNode & WithGovernedCatalogSource(GovernedCatalogSourceT &&value)
CodeGenConfigurationNode & WithS3JsonSource(S3JsonSourceT &&value)
bool EvaluateDataQualityHasBeenSet() const
AWS_GLUE_API CodeGenConfigurationNode & operator=(Aws::Utils::Json::JsonView jsonValue)
const DirectKinesisSource & GetDirectKinesisSource() const
CodeGenConfigurationNode & WithPostgreSQLCatalogTarget(PostgreSQLCatalogTargetT &&value)
bool MySQLCatalogSourceHasBeenSet() const
bool PostgreSQLCatalogSourceHasBeenSet() const
void SetS3GlueParquetTarget(S3GlueParquetTargetT &&value)
CodeGenConfigurationNode & WithRedshiftSource(RedshiftSourceT &&value)
const S3DirectTarget & GetS3DirectTarget() const
void SetJoin(JoinT &&value)
CodeGenConfigurationNode & WithRecipe(RecipeT &&value)
CodeGenConfigurationNode & WithCatalogKafkaSource(CatalogKafkaSourceT &&value)
void SetS3CatalogHudiSource(S3CatalogHudiSourceT &&value)
bool DirectKinesisSourceHasBeenSet() const
bool S3HudiCatalogTargetHasBeenSet() const
bool S3DeltaSourceHasBeenSet() const
const RedshiftSource & GetRedshiftSource() const
bool CatalogDeltaSourceHasBeenSet() const
bool EvaluateDataQualityMultiFrameHasBeenSet() const
const S3GlueParquetTarget & GetS3GlueParquetTarget() const
CodeGenConfigurationNode & WithJoin(JoinT &&value)
void SetS3HudiCatalogTarget(S3HudiCatalogTargetT &&value)
bool DirectJDBCSourceHasBeenSet() const
void SetS3CatalogTarget(S3CatalogTargetT &&value)
void SetOracleSQLCatalogTarget(OracleSQLCatalogTargetT &&value)
CodeGenConfigurationNode & WithEvaluateDataQuality(EvaluateDataQualityT &&value)
const S3CatalogTarget & GetS3CatalogTarget() const
CodeGenConfigurationNode & WithAggregate(AggregateT &&value)
const ConnectorDataTarget & GetConnectorDataTarget() const
const DropFields & GetDropFields() const
const SparkConnectorSource & GetSparkConnectorSource() const
CodeGenConfigurationNode & WithS3CatalogDeltaSource(S3CatalogDeltaSourceT &&value)
bool FillMissingValuesHasBeenSet() const
void SetMerge(MergeT &&value)
bool CatalogKafkaSourceHasBeenSet() const
bool SparkConnectorSourceHasBeenSet() const
void SetRedshiftTarget(RedshiftTargetT &&value)
bool SparkSQLHasBeenSet() const
void SetCatalogSource(CatalogSourceT &&value)
bool FilterHasBeenSet() const
CodeGenConfigurationNode & WithSparkConnectorSource(SparkConnectorSourceT &&value)
CodeGenConfigurationNode & WithOracleSQLCatalogSource(OracleSQLCatalogSourceT &&value)
bool S3CatalogHudiSourceHasBeenSet() const
CodeGenConfigurationNode & WithMicrosoftSQLServerCatalogSource(MicrosoftSQLServerCatalogSourceT &&value)
CodeGenConfigurationNode & WithDynamicTransform(DynamicTransformT &&value)
CodeGenConfigurationNode & WithOracleSQLCatalogTarget(OracleSQLCatalogTargetT &&value)
const SelectFromCollection & GetSelectFromCollection() const
CodeGenConfigurationNode & WithSnowflakeSource(SnowflakeSourceT &&value)
const S3CsvSource & GetS3CsvSource() const
const S3CatalogHudiSource & GetS3CatalogHudiSource() const
const S3IcebergDirectTarget & GetS3IcebergDirectTarget() const
void SetCatalogHudiSource(CatalogHudiSourceT &&value)
bool CatalogHudiSourceHasBeenSet() const
const JDBCConnectorSource & GetJDBCConnectorSource() const
void SetGovernedCatalogTarget(GovernedCatalogTargetT &&value)
CodeGenConfigurationNode & WithPostgreSQLCatalogSource(PostgreSQLCatalogSourceT &&value)
CodeGenConfigurationNode & WithCatalogKinesisSource(CatalogKinesisSourceT &&value)
bool GovernedCatalogTargetHasBeenSet() const
void SetDropNullFields(DropNullFieldsT &&value)
void SetConnectorDataSource(ConnectorDataSourceT &&value)
CodeGenConfigurationNode & WithSparkSQL(SparkSQLT &&value)
bool GovernedCatalogSourceHasBeenSet() const
const Merge & GetMerge() const
bool DropDuplicatesHasBeenSet() const
void SetDynamicTransform(DynamicTransformT &&value)
CodeGenConfigurationNode & WithCatalogSource(CatalogSourceT &&value)
const PIIDetection & GetPIIDetection() const
CodeGenConfigurationNode & WithCatalogHudiSource(CatalogHudiSourceT &&value)
const DirectKafkaSource & GetDirectKafkaSource() const
bool JDBCConnectorSourceHasBeenSet() const
void SetSpigot(SpigotT &&value)
void SetCustomCode(CustomCodeT &&value)
CodeGenConfigurationNode & WithJDBCConnectorTarget(JDBCConnectorTargetT &&value)
bool S3DeltaDirectTargetHasBeenSet() const
const S3ExcelSource & GetS3ExcelSource() const
bool MicrosoftSQLServerCatalogSourceHasBeenSet() const
void SetPostgreSQLCatalogTarget(PostgreSQLCatalogTargetT &&value)
const SnowflakeTarget & GetSnowflakeTarget() const
const AmazonRedshiftSource & GetAmazonRedshiftSource() const
const DropDuplicates & GetDropDuplicates() const
bool S3IcebergDirectTargetHasBeenSet() const
void SetAmazonRedshiftSource(AmazonRedshiftSourceT &&value)
void SetPostgreSQLCatalogSource(PostgreSQLCatalogSourceT &&value)
bool RecipeHasBeenSet() const
const S3HudiDirectTarget & GetS3HudiDirectTarget() const
CodeGenConfigurationNode & WithCatalogTarget(CatalogTargetT &&value)
CodeGenConfigurationNode & WithSelectFromCollection(SelectFromCollectionT &&value)
const DynamicTransform & GetDynamicTransform() const
CodeGenConfigurationNode & WithDirectJDBCSource(DirectJDBCSourceT &&value)
const Filter & GetFilter() const
const MySQLCatalogTarget & GetMySQLCatalogTarget() const
CodeGenConfigurationNode & WithMySQLCatalogSource(MySQLCatalogSourceT &&value)
void SetSelectFromCollection(SelectFromCollectionT &&value)
const AmazonRedshiftTarget & GetAmazonRedshiftTarget() const
const CatalogSource & GetCatalogSource() const
const FillMissingValues & GetFillMissingValues() const
CodeGenConfigurationNode & WithAmazonRedshiftSource(AmazonRedshiftSourceT &&value)
bool S3HyperDirectTargetHasBeenSet() const
const S3CatalogSource & GetS3CatalogSource() const
CodeGenConfigurationNode & WithFillMissingValues(FillMissingValuesT &&value)
const Recipe & GetRecipe() const
CodeGenConfigurationNode & WithGovernedCatalogTarget(GovernedCatalogTargetT &&value)
bool RedshiftSourceHasBeenSet() const
bool S3HudiDirectTargetHasBeenSet() const
void SetJDBCConnectorTarget(JDBCConnectorTargetT &&value)
bool SpigotHasBeenSet() const
const S3ParquetSource & GetS3ParquetSource() const
void SetDirectKafkaSource(DirectKafkaSourceT &&value)
bool AmazonRedshiftTargetHasBeenSet() const
bool DirectKafkaSourceHasBeenSet() const
const ApplyMapping & GetApplyMapping() const
const SelectFields & GetSelectFields() const
const S3HudiSource & GetS3HudiSource() const
AWS_GLUE_API CodeGenConfigurationNode(Aws::Utils::Json::JsonView jsonValue)
const CatalogDeltaSource & GetCatalogDeltaSource() const
CodeGenConfigurationNode & WithDropNullFields(DropNullFieldsT &&value)
CodeGenConfigurationNode & WithDynamoDBCatalogSource(DynamoDBCatalogSourceT &&value)
const Union & GetUnion() const
void SetS3HudiDirectTarget(S3HudiDirectTargetT &&value)
bool S3CatalogDeltaSourceHasBeenSet() const
void SetAmazonRedshiftTarget(AmazonRedshiftTargetT &&value)
CodeGenConfigurationNode & WithS3DeltaCatalogTarget(S3DeltaCatalogTargetT &&value)
void SetDropDuplicates(DropDuplicatesT &&value)
bool S3CsvSourceHasBeenSet() const
void SetJDBCConnectorSource(JDBCConnectorSourceT &&value)
const MicrosoftSQLServerCatalogTarget & GetMicrosoftSQLServerCatalogTarget() const
bool RelationalCatalogSourceHasBeenSet() const
CodeGenConfigurationNode & WithAmazonRedshiftTarget(AmazonRedshiftTargetT &&value)
const PostgreSQLCatalogSource & GetPostgreSQLCatalogSource() const
const CatalogKinesisSource & GetCatalogKinesisSource() const
CodeGenConfigurationNode & WithSparkConnectorTarget(SparkConnectorTargetT &&value)
const MySQLCatalogSource & GetMySQLCatalogSource() const
void SetSelectFields(SelectFieldsT &&value)
const CustomCode & GetCustomCode() const
void SetRecipe(RecipeT &&value)
bool MySQLCatalogTargetHasBeenSet() const
void SetRenameField(RenameFieldT &&value)
void SetCatalogKafkaSource(CatalogKafkaSourceT &&value)
CodeGenConfigurationNode & WithS3CatalogSource(S3CatalogSourceT &&value)
bool CatalogKinesisSourceHasBeenSet() const
CodeGenConfigurationNode & WithAthenaConnectorSource(AthenaConnectorSourceT &&value)
void SetSnowflakeTarget(SnowflakeTargetT &&value)
bool S3HudiSourceHasBeenSet() const
void SetDirectKinesisSource(DirectKinesisSourceT &&value)
const OracleSQLCatalogTarget & GetOracleSQLCatalogTarget() const
bool SnowflakeTargetHasBeenSet() const
const OracleSQLCatalogSource & GetOracleSQLCatalogSource() const
const DropNullFields & GetDropNullFields() const
void SetConnectorDataTarget(ConnectorDataTargetT &&value)
CodeGenConfigurationNode & WithDirectKafkaSource(DirectKafkaSourceT &&value)
void SetFilter(FilterT &&value)
bool S3ParquetSourceHasBeenSet() const
const S3HyperDirectTarget & GetS3HyperDirectTarget() const
AWS_GLUE_API Aws::Utils::Json::JsonValue Jsonize() const
CodeGenConfigurationNode & WithSpigot(SpigotT &&value)
const S3JsonSource & GetS3JsonSource() const
void SetS3DirectTarget(S3DirectTargetT &&value)
bool PIIDetectionHasBeenSet() const
const Spigot & GetSpigot() const
CodeGenConfigurationNode & WithS3CsvSource(S3CsvSourceT &&value)
void SetS3ParquetSource(S3ParquetSourceT &&value)
void SetSparkConnectorSource(SparkConnectorSourceT &&value)
CodeGenConfigurationNode & WithRedshiftTarget(RedshiftTargetT &&value)
CodeGenConfigurationNode & WithMicrosoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTargetT &&value)
void SetPIIDetection(PIIDetectionT &&value)
CodeGenConfigurationNode & WithS3HudiDirectTarget(S3HudiDirectTargetT &&value)
void SetSparkConnectorTarget(SparkConnectorTargetT &&value)
const JDBCConnectorTarget & GetJDBCConnectorTarget() const
void SetAggregate(AggregateT &&value)
const RelationalCatalogSource & GetRelationalCatalogSource() const
void SetS3HyperDirectTarget(S3HyperDirectTargetT &&value)
void SetMySQLCatalogTarget(MySQLCatalogTargetT &&value)
CodeGenConfigurationNode & WithPIIDetection(PIIDetectionT &&value)
bool PostgreSQLCatalogTargetHasBeenSet() const
bool UnionHasBeenSet() const
bool JoinHasBeenSet() const
bool DropFieldsHasBeenSet() const
void SetDirectJDBCSource(DirectJDBCSourceT &&value)
bool JDBCConnectorTargetHasBeenSet() const
bool DynamoDBCatalogSourceHasBeenSet() const
CodeGenConfigurationNode & WithS3IcebergDirectTarget(S3IcebergDirectTargetT &&value)
void SetS3JsonSource(S3JsonSourceT &&value)
const SparkSQL & GetSparkSQL() const
CodeGenConfigurationNode & WithS3DeltaDirectTarget(S3DeltaDirectTargetT &&value)
bool CustomCodeHasBeenSet() const
void SetS3DeltaSource(S3DeltaSourceT &&value)
void SetRedshiftSource(RedshiftSourceT &&value)
const GovernedCatalogTarget & GetGovernedCatalogTarget() const
const AthenaConnectorSource & GetAthenaConnectorSource() const
bool S3JsonSourceHasBeenSet() const
bool SelectFieldsHasBeenSet() const
bool CatalogTargetHasBeenSet() const
const EvaluateDataQuality & GetEvaluateDataQuality() const
bool SplitFieldsHasBeenSet() const
CodeGenConfigurationNode & WithCustomCode(CustomCodeT &&value)
CodeGenConfigurationNode & WithRenameField(RenameFieldT &&value)
bool CatalogSourceHasBeenSet() const
void SetCatalogDeltaSource(CatalogDeltaSourceT &&value)
void SetEvaluateDataQualityMultiFrame(EvaluateDataQualityMultiFrameT &&value)
void SetEvaluateDataQuality(EvaluateDataQualityT &&value)
CodeGenConfigurationNode & WithDropDuplicates(DropDuplicatesT &&value)
CodeGenConfigurationNode & WithSnowflakeTarget(SnowflakeTargetT &&value)
bool ConnectorDataTargetHasBeenSet() const
bool S3GlueParquetTargetHasBeenSet() const
void SetMicrosoftSQLServerCatalogTarget(MicrosoftSQLServerCatalogTargetT &&value)
const S3CatalogDeltaSource & GetS3CatalogDeltaSource() const
bool MergeHasBeenSet() const
bool S3CatalogSourceHasBeenSet() const
const RenameField & GetRenameField() const
const S3DeltaDirectTarget & GetS3DeltaDirectTarget() const
const GovernedCatalogSource & GetGovernedCatalogSource() const
void SetS3ExcelSource(S3ExcelSourceT &&value)
const EvaluateDataQualityMultiFrame & GetEvaluateDataQualityMultiFrame() const
void SetRelationalCatalogSource(RelationalCatalogSourceT &&value)
const Join & GetJoin() const
bool SparkConnectorTargetHasBeenSet() const
void SetS3CatalogDeltaSource(S3CatalogDeltaSourceT &&value)
CodeGenConfigurationNode & WithCatalogDeltaSource(CatalogDeltaSourceT &&value)
void SetSparkSQL(SparkSQLT &&value)
CodeGenConfigurationNode & WithS3HyperDirectTarget(S3HyperDirectTargetT &&value)
bool ConnectorDataSourceHasBeenSet() const
const S3DeltaSource & GetS3DeltaSource() const
bool S3DirectTargetHasBeenSet() const
CodeGenConfigurationNode & WithRelationalCatalogSource(RelationalCatalogSourceT &&value)
bool SnowflakeSourceHasBeenSet() const
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)
bool MicrosoftSQLServerCatalogTargetHasBeenSet() const
const BasicCatalogTarget & GetCatalogTarget() const
bool AmazonRedshiftSourceHasBeenSet() const
void SetDropFields(DropFieldsT &&value)
bool DynamicTransformHasBeenSet() const
void SetSnowflakeSource(SnowflakeSourceT &&value)
void SetOracleSQLCatalogSource(OracleSQLCatalogSourceT &&value)
void SetCatalogTarget(CatalogTargetT &&value)
bool SelectFromCollectionHasBeenSet() const
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)
bool S3DeltaCatalogTargetHasBeenSet() const
bool AggregateHasBeenSet() const
void SetGovernedCatalogSource(GovernedCatalogSourceT &&value)
CodeGenConfigurationNode & WithS3CatalogHudiSource(S3CatalogHudiSourceT &&value)
void SetSplitFields(SplitFieldsT &&value)
bool ApplyMappingHasBeenSet() const
CodeGenConfigurationNode & WithS3HudiCatalogTarget(S3HudiCatalogTargetT &&value)
CodeGenConfigurationNode & WithS3ExcelSource(S3ExcelSourceT &&value)
bool S3CatalogTargetHasBeenSet() const
CodeGenConfigurationNode & WithSplitFields(SplitFieldsT &&value)
const SplitFields & GetSplitFields() const
void SetS3CsvSource(S3CsvSourceT &&value)
bool RedshiftTargetHasBeenSet() const
bool S3ExcelSourceHasBeenSet() const
CodeGenConfigurationNode & WithSelectFields(SelectFieldsT &&value)
CodeGenConfigurationNode & WithS3HudiSource(S3HudiSourceT &&value)
bool OracleSQLCatalogTargetHasBeenSet() const
void SetS3HudiSource(S3HudiSourceT &&value)
const CatalogHudiSource & GetCatalogHudiSource() const
Aws::Utils::Json::JsonValue JsonValue