AWS SDK for C++

AWS SDK for C++ Version 1.11.606

Loading...
Searching...
No Matches
HyperPodPropertiesOutput.h
1
6#pragma once
7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/HyperPodOrchestrator.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
34 {
35 public:
36 AWS_DATAZONE_API HyperPodPropertiesOutput() = default;
39 AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const;
40
41
43
46 inline const Aws::String& GetClusterArn() const { return m_clusterArn; }
47 inline bool ClusterArnHasBeenSet() const { return m_clusterArnHasBeenSet; }
48 template<typename ClusterArnT = Aws::String>
49 void SetClusterArn(ClusterArnT&& value) { m_clusterArnHasBeenSet = true; m_clusterArn = std::forward<ClusterArnT>(value); }
50 template<typename ClusterArnT = Aws::String>
51 HyperPodPropertiesOutput& WithClusterArn(ClusterArnT&& value) { SetClusterArn(std::forward<ClusterArnT>(value)); return *this;}
53
55
58 inline const Aws::String& GetClusterName() const { return m_clusterName; }
59 inline bool ClusterNameHasBeenSet() const { return m_clusterNameHasBeenSet; }
60 template<typename ClusterNameT = Aws::String>
61 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet = true; m_clusterName = std::forward<ClusterNameT>(value); }
62 template<typename ClusterNameT = Aws::String>
63 HyperPodPropertiesOutput& WithClusterName(ClusterNameT&& value) { SetClusterName(std::forward<ClusterNameT>(value)); return *this;}
65
67
70 inline HyperPodOrchestrator GetOrchestrator() const { return m_orchestrator; }
71 inline bool OrchestratorHasBeenSet() const { return m_orchestratorHasBeenSet; }
72 inline void SetOrchestrator(HyperPodOrchestrator value) { m_orchestratorHasBeenSet = true; m_orchestrator = value; }
75 private:
76
77 Aws::String m_clusterArn;
78 bool m_clusterArnHasBeenSet = false;
79
80 Aws::String m_clusterName;
81 bool m_clusterNameHasBeenSet = false;
82
84 bool m_orchestratorHasBeenSet = false;
85 };
86
87} // namespace Model
88} // namespace DataZone
89} // 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