AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
DataSourceConfigurationInput.h
1
6#pragma once
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>
11#include <utility>
12
13namespace Aws
14{
15namespace Utils
16{
17namespace Json
18{
19 class JsonValue;
20 class JsonView;
21} // namespace Json
22} // namespace Utils
23namespace DataZone
24{
25namespace Model
26{
27
34 {
35 public:
36 AWS_DATAZONE_API DataSourceConfigurationInput() = default;
39 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const GlueRunConfigurationInput& GetGlueRunConfiguration() const { return m_glueRunConfiguration; }
47 inline bool GlueRunConfigurationHasBeenSet() const { return m_glueRunConfigurationHasBeenSet; }
48 template<typename GlueRunConfigurationT = GlueRunConfigurationInput>
49 void SetGlueRunConfiguration(GlueRunConfigurationT&& value) { m_glueRunConfigurationHasBeenSet = true; m_glueRunConfiguration = std::forward<GlueRunConfigurationT>(value); }
50 template<typename GlueRunConfigurationT = GlueRunConfigurationInput>
51 DataSourceConfigurationInput& WithGlueRunConfiguration(GlueRunConfigurationT&& value) { SetGlueRunConfiguration(std::forward<GlueRunConfigurationT>(value)); return *this;}
53
55
58 inline const RedshiftRunConfigurationInput& GetRedshiftRunConfiguration() const { return m_redshiftRunConfiguration; }
59 inline bool RedshiftRunConfigurationHasBeenSet() const { return m_redshiftRunConfigurationHasBeenSet; }
60 template<typename RedshiftRunConfigurationT = RedshiftRunConfigurationInput>
61 void SetRedshiftRunConfiguration(RedshiftRunConfigurationT&& value) { m_redshiftRunConfigurationHasBeenSet = true; m_redshiftRunConfiguration = std::forward<RedshiftRunConfigurationT>(value); }
62 template<typename RedshiftRunConfigurationT = RedshiftRunConfigurationInput>
63 DataSourceConfigurationInput& WithRedshiftRunConfiguration(RedshiftRunConfigurationT&& value) { SetRedshiftRunConfiguration(std::forward<RedshiftRunConfigurationT>(value)); return *this;}
65
67
70 inline const SageMakerRunConfigurationInput& GetSageMakerRunConfiguration() const { return m_sageMakerRunConfiguration; }
71 inline bool SageMakerRunConfigurationHasBeenSet() const { return m_sageMakerRunConfigurationHasBeenSet; }
72 template<typename SageMakerRunConfigurationT = SageMakerRunConfigurationInput>
73 void SetSageMakerRunConfiguration(SageMakerRunConfigurationT&& value) { m_sageMakerRunConfigurationHasBeenSet = true; m_sageMakerRunConfiguration = std::forward<SageMakerRunConfigurationT>(value); }
74 template<typename SageMakerRunConfigurationT = SageMakerRunConfigurationInput>
75 DataSourceConfigurationInput& WithSageMakerRunConfiguration(SageMakerRunConfigurationT&& value) { SetSageMakerRunConfiguration(std::forward<SageMakerRunConfigurationT>(value)); return *this;}
77 private:
78
79 GlueRunConfigurationInput m_glueRunConfiguration;
80 bool m_glueRunConfigurationHasBeenSet = false;
81
82 RedshiftRunConfigurationInput m_redshiftRunConfiguration;
83 bool m_redshiftRunConfigurationHasBeenSet = false;
84
85 SageMakerRunConfigurationInput m_sageMakerRunConfiguration;
86 bool m_sageMakerRunConfigurationHasBeenSet = false;
87 };
88
89} // namespace Model
90} // namespace DataZone
91} // namespace Aws
DataSourceConfigurationInput & WithRedshiftRunConfiguration(RedshiftRunConfigurationT &&value)
DataSourceConfigurationInput & WithSageMakerRunConfiguration(SageMakerRunConfigurationT &&value)
void SetSageMakerRunConfiguration(SageMakerRunConfigurationT &&value)
void SetRedshiftRunConfiguration(RedshiftRunConfigurationT &&value)
const SageMakerRunConfigurationInput & GetSageMakerRunConfiguration() const
AWS_DATAZONE_API DataSourceConfigurationInput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API DataSourceConfigurationInput()=default
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
DataSourceConfigurationInput & WithGlueRunConfiguration(GlueRunConfigurationT &&value)
AWS_DATAZONE_API DataSourceConfigurationInput(Aws::Utils::Json::JsonView jsonValue)
const RedshiftRunConfigurationInput & GetRedshiftRunConfiguration() const
const GlueRunConfigurationInput & GetGlueRunConfiguration() const
Aws::Utils::Json::JsonValue JsonValue