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>
42 template <
typename GlueRunConfigurationT = GlueRunConfigurationOutput>
44 m_glueRunConfigurationHasBeenSet =
true;
45 m_glueRunConfiguration = std::forward<GlueRunConfigurationT>(value);
47 template <
typename GlueRunConfigurationT = GlueRunConfigurationOutput>
60 template <
typename RedshiftRunConfigurationT = RedshiftRunConfigurationOutput>
62 m_redshiftRunConfigurationHasBeenSet =
true;
63 m_redshiftRunConfiguration = std::forward<RedshiftRunConfigurationT>(value);
65 template <
typename RedshiftRunConfigurationT = RedshiftRunConfigurationOutput>
78 template <
typename SageMakerRunConfigurationT = SageMakerRunConfigurationOutput>
80 m_sageMakerRunConfigurationHasBeenSet =
true;
81 m_sageMakerRunConfiguration = std::forward<SageMakerRunConfigurationT>(value);
83 template <
typename SageMakerRunConfigurationT = SageMakerRunConfigurationOutput>
95 bool m_glueRunConfigurationHasBeenSet =
false;
96 bool m_redshiftRunConfigurationHasBeenSet =
false;
97 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