7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/EKSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ClusterNameT = Aws::String>
42 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
43 template<
typename ClusterNameT = Aws::String>
53 template<
typename NodegroupNameT = Aws::String>
54 void SetNodegroupName(NodegroupNameT&& value) { m_nodegroupNameHasBeenSet =
true; m_nodegroupName = std::forward<NodegroupNameT>(value); }
55 template<
typename NodegroupNameT = Aws::String>
61 bool m_clusterNameHasBeenSet =
false;
64 bool m_nodegroupNameHasBeenSet =
false;
AWS_EKS_API Aws::String SerializePayload() const override
AWS_EKS_API DescribeNodegroupRequest()=default
bool ClusterNameHasBeenSet() const
void SetNodegroupName(NodegroupNameT &&value)
bool NodegroupNameHasBeenSet() const
const Aws::String & GetClusterName() const
DescribeNodegroupRequest & WithNodegroupName(NodegroupNameT &&value)
void SetClusterName(ClusterNameT &&value)
DescribeNodegroupRequest & WithClusterName(ClusterNameT &&value)
const Aws::String & GetNodegroupName() const
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String