7#include <aws/supplychain/SupplyChain_EXPORTS.h>
8#include <aws/supplychain/model/DataIntegrationFlowTransformationType.h>
9#include <aws/supplychain/model/DataIntegrationFlowSQLTransformationConfiguration.h>
58 template<
typename SqlTransformationT = DataIntegrationFlowSQLTransformationConfiguration>
59 void SetSqlTransformation(SqlTransformationT&& value) { m_sqlTransformationHasBeenSet =
true; m_sqlTransformation = std::forward<SqlTransformationT>(value); }
60 template<
typename SqlTransformationT = DataIntegrationFlowSQLTransformationConfiguration>
66 bool m_transformationTypeHasBeenSet =
false;
68 DataIntegrationFlowSQLTransformationConfiguration m_sqlTransformation;
69 bool m_sqlTransformationHasBeenSet =
false;
DataIntegrationFlowTransformationType
Aws::Utils::Json::JsonValue JsonValue