7#include <aws/datazone/DataZone_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/datazone/model/HyperPodOrchestrator.h>
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>
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>
78 bool m_clusterArnHasBeenSet =
false;
81 bool m_clusterNameHasBeenSet =
false;
84 bool m_orchestratorHasBeenSet =
false;
AWS_DATAZONE_API HyperPodPropertiesOutput & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_DATAZONE_API HyperPodPropertiesOutput(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetClusterName() const
bool ClusterArnHasBeenSet() const
bool ClusterNameHasBeenSet() const
void SetClusterArn(ClusterArnT &&value)
const Aws::String & GetClusterArn() const
AWS_DATAZONE_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_DATAZONE_API HyperPodPropertiesOutput()=default
void SetClusterName(ClusterNameT &&value)
HyperPodPropertiesOutput & WithClusterArn(ClusterArnT &&value)
HyperPodOrchestrator GetOrchestrator() const
HyperPodPropertiesOutput & WithOrchestrator(HyperPodOrchestrator value)
bool OrchestratorHasBeenSet() const
HyperPodPropertiesOutput & WithClusterName(ClusterNameT &&value)
void SetOrchestrator(HyperPodOrchestrator value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue