AWS SDK for C++

AWS SDK for C++ Version 1.11.608

Loading...
Searching...
No Matches
GetSolVnfcResourceInfoMetadata.h
1
6#pragma once
7#include <aws/tnb/Tnb_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <utility>
10
11namespace Aws
12{
13namespace Utils
14{
15namespace Json
16{
17 class JsonValue;
18 class JsonView;
19} // namespace Json
20} // namespace Utils
21namespace tnb
22{
23namespace Model
24{
25
35 {
36 public:
37 AWS_TNB_API GetSolVnfcResourceInfoMetadata() = default;
41
42
44
47 inline const Aws::String& GetCluster() const { return m_cluster; }
48 inline bool ClusterHasBeenSet() const { return m_clusterHasBeenSet; }
49 template<typename ClusterT = Aws::String>
50 void SetCluster(ClusterT&& value) { m_clusterHasBeenSet = true; m_cluster = std::forward<ClusterT>(value); }
51 template<typename ClusterT = Aws::String>
52 GetSolVnfcResourceInfoMetadata& WithCluster(ClusterT&& value) { SetCluster(std::forward<ClusterT>(value)); return *this;}
54
56
59 inline const Aws::String& GetHelmChart() const { return m_helmChart; }
60 inline bool HelmChartHasBeenSet() const { return m_helmChartHasBeenSet; }
61 template<typename HelmChartT = Aws::String>
62 void SetHelmChart(HelmChartT&& value) { m_helmChartHasBeenSet = true; m_helmChart = std::forward<HelmChartT>(value); }
63 template<typename HelmChartT = Aws::String>
64 GetSolVnfcResourceInfoMetadata& WithHelmChart(HelmChartT&& value) { SetHelmChart(std::forward<HelmChartT>(value)); return *this;}
66
68
71 inline const Aws::String& GetNodeGroup() const { return m_nodeGroup; }
72 inline bool NodeGroupHasBeenSet() const { return m_nodeGroupHasBeenSet; }
73 template<typename NodeGroupT = Aws::String>
74 void SetNodeGroup(NodeGroupT&& value) { m_nodeGroupHasBeenSet = true; m_nodeGroup = std::forward<NodeGroupT>(value); }
75 template<typename NodeGroupT = Aws::String>
76 GetSolVnfcResourceInfoMetadata& WithNodeGroup(NodeGroupT&& value) { SetNodeGroup(std::forward<NodeGroupT>(value)); return *this;}
78 private:
79
80 Aws::String m_cluster;
81 bool m_clusterHasBeenSet = false;
82
83 Aws::String m_helmChart;
84 bool m_helmChartHasBeenSet = false;
85
86 Aws::String m_nodeGroup;
87 bool m_nodeGroupHasBeenSet = false;
88 };
89
90} // namespace Model
91} // namespace tnb
92} // namespace Aws
AWS_TNB_API Aws::Utils::Json::JsonValue Jsonize() const
GetSolVnfcResourceInfoMetadata & WithCluster(ClusterT &&value)
AWS_TNB_API GetSolVnfcResourceInfoMetadata(Aws::Utils::Json::JsonView jsonValue)
GetSolVnfcResourceInfoMetadata & WithNodeGroup(NodeGroupT &&value)
GetSolVnfcResourceInfoMetadata & WithHelmChart(HelmChartT &&value)
AWS_TNB_API GetSolVnfcResourceInfoMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue