7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/GlueRunConfigurationInput.h>
9#include <aws/datazone/model/RedshiftRunConfigurationInput.h>
10#include <aws/datazone/model/SageMakerRunConfigurationInput.h>
48 template<
typename GlueRunConfigurationT = GlueRunConfigurationInput>
49 void SetGlueRunConfiguration(GlueRunConfigurationT&& value) { m_glueRunConfigurationHasBeenSet =
true; m_glueRunConfiguration = std::forward<GlueRunConfigurationT>(value); }
50 template<
typename GlueRunConfigurationT = GlueRunConfigurationInput>
60 template<
typename RedshiftRunConfigurationT = RedshiftRunConfigurationInput>
61 void SetRedshiftRunConfiguration(RedshiftRunConfigurationT&& value) { m_redshiftRunConfigurationHasBeenSet =
true; m_redshiftRunConfiguration = std::forward<RedshiftRunConfigurationT>(value); }
62 template<
typename RedshiftRunConfigurationT = RedshiftRunConfigurationInput>
72 template<
typename SageMakerRunConfigurationT = SageMakerRunConfigurationInput>
73 void SetSageMakerRunConfiguration(SageMakerRunConfigurationT&& value) { m_sageMakerRunConfigurationHasBeenSet =
true; m_sageMakerRunConfiguration = std::forward<SageMakerRunConfigurationT>(value); }
74 template<
typename SageMakerRunConfigurationT = SageMakerRunConfigurationInput>
80 bool m_glueRunConfigurationHasBeenSet =
false;
83 bool m_redshiftRunConfigurationHasBeenSet =
false;
86 bool m_sageMakerRunConfigurationHasBeenSet =
false;
Aws::Utils::Json::JsonValue JsonValue