7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/datazone/model/GlueRunConfigurationOutput.h>
9#include <aws/datazone/model/RedshiftRunConfigurationOutput.h>
10#include <aws/datazone/model/SageMakerRunConfigurationOutput.h>
48 template<
typename GlueRunConfigurationT = GlueRunConfigurationOutput>
49 void SetGlueRunConfiguration(GlueRunConfigurationT&& value) { m_glueRunConfigurationHasBeenSet =
true; m_glueRunConfiguration = std::forward<GlueRunConfigurationT>(value); }
50 template<
typename GlueRunConfigurationT = GlueRunConfigurationOutput>
60 template<
typename RedshiftRunConfigurationT = RedshiftRunConfigurationOutput>
61 void SetRedshiftRunConfiguration(RedshiftRunConfigurationT&& value) { m_redshiftRunConfigurationHasBeenSet =
true; m_redshiftRunConfiguration = std::forward<RedshiftRunConfigurationT>(value); }
62 template<
typename RedshiftRunConfigurationT = RedshiftRunConfigurationOutput>
72 template<
typename SageMakerRunConfigurationT = SageMakerRunConfigurationOutput>
73 void SetSageMakerRunConfiguration(SageMakerRunConfigurationT&& value) { m_sageMakerRunConfigurationHasBeenSet =
true; m_sageMakerRunConfiguration = std::forward<SageMakerRunConfigurationT>(value); }
74 template<
typename SageMakerRunConfigurationT = SageMakerRunConfigurationOutput>
80 bool m_glueRunConfigurationHasBeenSet =
false;
83 bool m_redshiftRunConfigurationHasBeenSet =
false;
86 bool m_sageMakerRunConfigurationHasBeenSet =
false;
void SetRedshiftRunConfiguration(RedshiftRunConfigurationT &&value)
bool RedshiftRunConfigurationHasBeenSet() const
bool GlueRunConfigurationHasBeenSet() const
void SetGlueRunConfiguration(GlueRunConfigurationT &&value)
const SageMakerRunConfigurationOutput & GetSageMakerRunConfiguration() const
AWS_DATAZONE_API DataSourceConfigurationOutput()=default
const RedshiftRunConfigurationOutput & GetRedshiftRunConfiguration() const
DataSourceConfigurationOutput & WithGlueRunConfiguration(GlueRunConfigurationT &&value)
AWS_DATAZONE_API DataSourceConfigurationOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SageMakerRunConfigurationHasBeenSet() const
DataSourceConfigurationOutput & WithRedshiftRunConfiguration(RedshiftRunConfigurationT &&value)
AWS_DATAZONE_API DataSourceConfigurationOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const GlueRunConfigurationOutput & GetGlueRunConfiguration() const
DataSourceConfigurationOutput & WithSageMakerRunConfiguration(SageMakerRunConfigurationT &&value)
void SetSageMakerRunConfiguration(SageMakerRunConfigurationT &&value)
Aws::Utils::Json::JsonValue JsonValue