7#include <aws/tnb/Tnb_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
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>
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>
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>
81 bool m_clusterHasBeenSet =
false;
84 bool m_helmChartHasBeenSet =
false;
87 bool m_nodeGroupHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue