AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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 <utility>
11
12namespace Aws
13{
14namespace Utils
15{
16namespace Json
17{
18 class JsonValue;
19 class JsonView;
20} // namespace Json
21} // namespace Utils
22namespace DataZone
23{
24namespace Model
25{
26
33 {
34 public:
38 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
39
40
42
45 inline const GlueRunConfigurationOutput& GetGlueRunConfiguration() const{ return m_glueRunConfiguration; }
46 inline bool GlueRunConfigurationHasBeenSet() const { return m_glueRunConfigurationHasBeenSet; }
47 inline void SetGlueRunConfiguration(const GlueRunConfigurationOutput& value) { m_glueRunConfigurationHasBeenSet = true; m_glueRunConfiguration = value; }
48 inline void SetGlueRunConfiguration(GlueRunConfigurationOutput&& value) { m_glueRunConfigurationHasBeenSet = true; m_glueRunConfiguration = std::move(value); }
52
54
57 inline const RedshiftRunConfigurationOutput& GetRedshiftRunConfiguration() const{ return m_redshiftRunConfiguration; }
58 inline bool RedshiftRunConfigurationHasBeenSet() const { return m_redshiftRunConfigurationHasBeenSet; }
59 inline void SetRedshiftRunConfiguration(const RedshiftRunConfigurationOutput& value) { m_redshiftRunConfigurationHasBeenSet = true; m_redshiftRunConfiguration = value; }
60 inline void SetRedshiftRunConfiguration(RedshiftRunConfigurationOutput&& value) { m_redshiftRunConfigurationHasBeenSet = true; m_redshiftRunConfiguration = std::move(value); }
64 private:
65
66 GlueRunConfigurationOutput m_glueRunConfiguration;
67 bool m_glueRunConfigurationHasBeenSet = false;
68
69 RedshiftRunConfigurationOutput m_redshiftRunConfiguration;
70 bool m_redshiftRunConfigurationHasBeenSet = false;
71 };
72
73} // namespace Model
74} // namespace DataZone
75} // namespace Aws
DataSourceConfigurationOutput & WithRedshiftRunConfiguration(RedshiftRunConfigurationOutput &&value)
DataSourceConfigurationOutput & WithGlueRunConfiguration(const GlueRunConfigurationOutput &value)
void SetGlueRunConfiguration(GlueRunConfigurationOutput &&value)
const RedshiftRunConfigurationOutput & GetRedshiftRunConfiguration() const
DataSourceConfigurationOutput & WithGlueRunConfiguration(GlueRunConfigurationOutput &&value)
AWS_DATAZONE_API DataSourceConfigurationOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetRedshiftRunConfiguration(const RedshiftRunConfigurationOutput &value)
DataSourceConfigurationOutput & WithRedshiftRunConfiguration(const RedshiftRunConfigurationOutput &value)
AWS_DATAZONE_API DataSourceConfigurationOutput(Aws::Utils::Json::JsonView jsonValue)
void SetRedshiftRunConfiguration(RedshiftRunConfigurationOutput &&value)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
const GlueRunConfigurationOutput & GetGlueRunConfiguration() const
void SetGlueRunConfiguration(const GlueRunConfigurationOutput &value)
Aws::Utils::Json::JsonValue JsonValue