AWS SDK for C++

AWS SDK for C++ Version 1.11.440

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:
41
42
44
47 inline const Aws::String& GetCluster() const{ return m_cluster; }
48 inline bool ClusterHasBeenSet() const { return m_clusterHasBeenSet; }
49 inline void SetCluster(const Aws::String& value) { m_clusterHasBeenSet = true; m_cluster = value; }
50 inline void SetCluster(Aws::String&& value) { m_clusterHasBeenSet = true; m_cluster = std::move(value); }
51 inline void SetCluster(const char* value) { m_clusterHasBeenSet = true; m_cluster.assign(value); }
52 inline GetSolVnfcResourceInfoMetadata& WithCluster(const Aws::String& value) { SetCluster(value); return *this;}
53 inline GetSolVnfcResourceInfoMetadata& WithCluster(Aws::String&& value) { SetCluster(std::move(value)); return *this;}
54 inline GetSolVnfcResourceInfoMetadata& WithCluster(const char* value) { SetCluster(value); return *this;}
56
58
61 inline const Aws::String& GetHelmChart() const{ return m_helmChart; }
62 inline bool HelmChartHasBeenSet() const { return m_helmChartHasBeenSet; }
63 inline void SetHelmChart(const Aws::String& value) { m_helmChartHasBeenSet = true; m_helmChart = value; }
64 inline void SetHelmChart(Aws::String&& value) { m_helmChartHasBeenSet = true; m_helmChart = std::move(value); }
65 inline void SetHelmChart(const char* value) { m_helmChartHasBeenSet = true; m_helmChart.assign(value); }
66 inline GetSolVnfcResourceInfoMetadata& WithHelmChart(const Aws::String& value) { SetHelmChart(value); return *this;}
67 inline GetSolVnfcResourceInfoMetadata& WithHelmChart(Aws::String&& value) { SetHelmChart(std::move(value)); return *this;}
68 inline GetSolVnfcResourceInfoMetadata& WithHelmChart(const char* value) { SetHelmChart(value); return *this;}
70
72
75 inline const Aws::String& GetNodeGroup() const{ return m_nodeGroup; }
76 inline bool NodeGroupHasBeenSet() const { return m_nodeGroupHasBeenSet; }
77 inline void SetNodeGroup(const Aws::String& value) { m_nodeGroupHasBeenSet = true; m_nodeGroup = value; }
78 inline void SetNodeGroup(Aws::String&& value) { m_nodeGroupHasBeenSet = true; m_nodeGroup = std::move(value); }
79 inline void SetNodeGroup(const char* value) { m_nodeGroupHasBeenSet = true; m_nodeGroup.assign(value); }
80 inline GetSolVnfcResourceInfoMetadata& WithNodeGroup(const Aws::String& value) { SetNodeGroup(value); return *this;}
81 inline GetSolVnfcResourceInfoMetadata& WithNodeGroup(Aws::String&& value) { SetNodeGroup(std::move(value)); return *this;}
82 inline GetSolVnfcResourceInfoMetadata& WithNodeGroup(const char* value) { SetNodeGroup(value); return *this;}
84 private:
85
86 Aws::String m_cluster;
87 bool m_clusterHasBeenSet = false;
88
89 Aws::String m_helmChart;
90 bool m_helmChartHasBeenSet = false;
91
92 Aws::String m_nodeGroup;
93 bool m_nodeGroupHasBeenSet = false;
94 };
95
96} // namespace Model
97} // namespace tnb
98} // namespace Aws
AWS_TNB_API Aws::Utils::Json::JsonValue Jsonize() const
GetSolVnfcResourceInfoMetadata & WithNodeGroup(const char *value)
GetSolVnfcResourceInfoMetadata & WithNodeGroup(Aws::String &&value)
AWS_TNB_API GetSolVnfcResourceInfoMetadata(Aws::Utils::Json::JsonView jsonValue)
GetSolVnfcResourceInfoMetadata & WithHelmChart(Aws::String &&value)
GetSolVnfcResourceInfoMetadata & WithCluster(Aws::String &&value)
GetSolVnfcResourceInfoMetadata & WithHelmChart(const Aws::String &value)
GetSolVnfcResourceInfoMetadata & WithCluster(const Aws::String &value)
GetSolVnfcResourceInfoMetadata & WithHelmChart(const char *value)
GetSolVnfcResourceInfoMetadata & WithNodeGroup(const Aws::String &value)
AWS_TNB_API GetSolVnfcResourceInfoMetadata & operator=(Aws::Utils::Json::JsonView jsonValue)
GetSolVnfcResourceInfoMetadata & WithCluster(const char *value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue