7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKSRequest.h>
9#include <aws/eks/EKS_EXPORTS.h>
37 template <
typename ClusterNameT = Aws::String>
39 m_clusterNameHasBeenSet =
true;
40 m_clusterName = std::forward<ClusterNameT>(value);
42 template <
typename ClusterNameT = Aws::String>
55 template <
typename NodegroupNameT = Aws::String>
57 m_nodegroupNameHasBeenSet =
true;
58 m_nodegroupName = std::forward<NodegroupNameT>(value);
60 template <
typename NodegroupNameT = Aws::String>
70 bool m_clusterNameHasBeenSet =
false;
71 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