AWS SDK for C++

AWS SDK for C++ Version 1.11.743

Loading...
Searching...
No Matches
DataSourceConfigurationOutput.h
1
6#pragma once
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>
11
12#include <utility>
13
14namespace Aws {
15namespace Utils {
16namespace Json {
17class JsonValue;
18class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace DataZone {
22namespace Model {
23
30 public:
31 AWS_DATAZONE_API DataSourceConfigurationOutput() = default;
34 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const GlueRunConfigurationOutput& GetGlueRunConfiguration() const { return m_glueRunConfiguration; }
41 inline bool GlueRunConfigurationHasBeenSet() const { return m_glueRunConfigurationHasBeenSet; }
42 template <typename GlueRunConfigurationT = GlueRunConfigurationOutput>
43 void SetGlueRunConfiguration(GlueRunConfigurationT&& value) {
44 m_glueRunConfigurationHasBeenSet = true;
45 m_glueRunConfiguration = std::forward<GlueRunConfigurationT>(value);
46 }
47 template <typename GlueRunConfigurationT = GlueRunConfigurationOutput>
49 SetGlueRunConfiguration(std::forward<GlueRunConfigurationT>(value));
50 return *this;
51 }
53
55
58 inline const RedshiftRunConfigurationOutput& GetRedshiftRunConfiguration() const { return m_redshiftRunConfiguration; }
59 inline bool RedshiftRunConfigurationHasBeenSet() const { return m_redshiftRunConfigurationHasBeenSet; }
60 template <typename RedshiftRunConfigurationT = RedshiftRunConfigurationOutput>
61 void SetRedshiftRunConfiguration(RedshiftRunConfigurationT&& value) {
62 m_redshiftRunConfigurationHasBeenSet = true;
63 m_redshiftRunConfiguration = std::forward<RedshiftRunConfigurationT>(value);
64 }
65 template <typename RedshiftRunConfigurationT = RedshiftRunConfigurationOutput>
66 DataSourceConfigurationOutput& WithRedshiftRunConfiguration(RedshiftRunConfigurationT&& value) {
67 SetRedshiftRunConfiguration(std::forward<RedshiftRunConfigurationT>(value));
68 return *this;
69 }
71
73
76 inline const SageMakerRunConfigurationOutput& GetSageMakerRunConfiguration() const { return m_sageMakerRunConfiguration; }
77 inline bool SageMakerRunConfigurationHasBeenSet() const { return m_sageMakerRunConfigurationHasBeenSet; }
78 template <typename SageMakerRunConfigurationT = SageMakerRunConfigurationOutput>
79 void SetSageMakerRunConfiguration(SageMakerRunConfigurationT&& value) {
80 m_sageMakerRunConfigurationHasBeenSet = true;
81 m_sageMakerRunConfiguration = std::forward<SageMakerRunConfigurationT>(value);
82 }
83 template <typename SageMakerRunConfigurationT = SageMakerRunConfigurationOutput>
84 DataSourceConfigurationOutput& WithSageMakerRunConfiguration(SageMakerRunConfigurationT&& value) {
85 SetSageMakerRunConfiguration(std::forward<SageMakerRunConfigurationT>(value));
86 return *this;
87 }
89 private:
90 GlueRunConfigurationOutput m_glueRunConfiguration;
91
92 RedshiftRunConfigurationOutput m_redshiftRunConfiguration;
93
94 SageMakerRunConfigurationOutput m_sageMakerRunConfiguration;
95 bool m_glueRunConfigurationHasBeenSet = false;
96 bool m_redshiftRunConfigurationHasBeenSet = false;
97 bool m_sageMakerRunConfigurationHasBeenSet = false;
98};
99
100} // namespace Model
101} // namespace DataZone
102} // namespace Aws
void SetRedshiftRunConfiguration(RedshiftRunConfigurationT &&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)
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