7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/eks/EKS_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename NodegroupsT = Aws::Vector<Aws::String>>
37 m_nodegroupsHasBeenSet =
true;
38 m_nodegroups = std::forward<NodegroupsT>(value);
40 template <
typename NodegroupsT = Aws::Vector<Aws::String>>
45 template <
typename NodegroupsT = Aws::String>
47 m_nodegroupsHasBeenSet =
true;
48 m_nodegroups.emplace_back(std::forward<NodegroupsT>(value));
64 template <
typename NextTokenT = Aws::String>
66 m_nextTokenHasBeenSet =
true;
67 m_nextToken = std::forward<NextTokenT>(value);
69 template <
typename NextTokenT = Aws::String>
79 template <
typename RequestIdT = Aws::String>
81 m_requestIdHasBeenSet =
true;
82 m_requestId = std::forward<RequestIdT>(value);
84 template <
typename RequestIdT = Aws::String>
96 bool m_nodegroupsHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
98 bool m_requestIdHasBeenSet =
false;
AWS_EKS_API ListNodegroupsResult()=default
void SetNodegroups(NodegroupsT &&value)
void SetNextToken(NextTokenT &&value)
const Aws::Vector< Aws::String > & GetNodegroups() const
AWS_EKS_API ListNodegroupsResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
ListNodegroupsResult & WithNodegroups(NodegroupsT &&value)
const Aws::String & GetNextToken() const
ListNodegroupsResult & WithRequestId(RequestIdT &&value)
ListNodegroupsResult & WithNextToken(NextTokenT &&value)
ListNodegroupsResult & AddNodegroups(NodegroupsT &&value)
void SetRequestId(RequestIdT &&value)
AWS_EKS_API ListNodegroupsResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue