AWS SDK for C++

AWS SDK for C++ Version 1.11.744

Loading...
Searching...
No Matches
HyperPodPropertiesOutput.h
1
6#pragma once
7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/datazone/DataZone_EXPORTS.h>
9#include <aws/datazone/model/HyperPodOrchestrator.h>
10
11#include <utility>
12
13namespace Aws {
14namespace Utils {
15namespace Json {
16class JsonValue;
17class JsonView;
18} // namespace Json
19} // namespace Utils
20namespace DataZone {
21namespace Model {
22
30 public:
31 AWS_DATAZONE_API HyperPodPropertiesOutput() = default;
34 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
35
37
40 inline const Aws::String& GetClusterName() const { return m_clusterName; }
41 inline bool ClusterNameHasBeenSet() const { return m_clusterNameHasBeenSet; }
42 template <typename ClusterNameT = Aws::String>
43 void SetClusterName(ClusterNameT&& value) {
44 m_clusterNameHasBeenSet = true;
45 m_clusterName = std::forward<ClusterNameT>(value);
46 }
47 template <typename ClusterNameT = Aws::String>
49 SetClusterName(std::forward<ClusterNameT>(value));
50 return *this;
51 }
53
55
58 inline const Aws::String& GetClusterArn() const { return m_clusterArn; }
59 inline bool ClusterArnHasBeenSet() const { return m_clusterArnHasBeenSet; }
60 template <typename ClusterArnT = Aws::String>
61 void SetClusterArn(ClusterArnT&& value) {
62 m_clusterArnHasBeenSet = true;
63 m_clusterArn = std::forward<ClusterArnT>(value);
64 }
65 template <typename ClusterArnT = Aws::String>
67 SetClusterArn(std::forward<ClusterArnT>(value));
68 return *this;
69 }
71
73
76 inline HyperPodOrchestrator GetOrchestrator() const { return m_orchestrator; }
77 inline bool OrchestratorHasBeenSet() const { return m_orchestratorHasBeenSet; }
79 m_orchestratorHasBeenSet = true;
80 m_orchestrator = value;
81 }
83 SetOrchestrator(value);
84 return *this;
85 }
87 private:
88 Aws::String m_clusterName;
89
90 Aws::String m_clusterArn;
91
93 bool m_clusterNameHasBeenSet = false;
94 bool m_clusterArnHasBeenSet = false;
95 bool m_orchestratorHasBeenSet = false;
96};
97
98} // namespace Model
99} // namespace DataZone
100} // namespace Aws
AWS_DATAZONE_API HyperPodPropertiesOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API HyperPodPropertiesOutput(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API HyperPodPropertiesOutput()=default
HyperPodPropertiesOutput & WithClusterArn(ClusterArnT &&value)
HyperPodPropertiesOutput & WithOrchestrator(HyperPodOrchestrator value)
HyperPodPropertiesOutput & WithClusterName(ClusterNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue