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>
45 m_enabledHasBeenSet =
true;
62 template <
typename NodePoolsT = Aws::Vector<Aws::String>>
64 m_nodePoolsHasBeenSet =
true;
65 m_nodePools = std::forward<NodePoolsT>(value);
67 template <
typename NodePoolsT = Aws::Vector<Aws::String>>
72 template <
typename NodePoolsT = Aws::String>
74 m_nodePoolsHasBeenSet =
true;
75 m_nodePools.emplace_back(std::forward<NodePoolsT>(value));
87 template <
typename NodeRoleArnT = Aws::String>
89 m_nodeRoleArnHasBeenSet =
true;
90 m_nodeRoleArn = std::forward<NodeRoleArnT>(value);
92 template <
typename NodeRoleArnT = Aws::String>
99 bool m_enabled{
false};
104 bool m_enabledHasBeenSet =
false;
105 bool m_nodePoolsHasBeenSet =
false;
106 bool m_nodeRoleArnHasBeenSet =
false;
const Aws::Vector< Aws::String > & GetNodePools() const
bool NodeRoleArnHasBeenSet() const
void SetNodePools(NodePoolsT &&value)
AWS_EKS_API ComputeConfigResponse(Aws::Utils::Json::JsonView jsonValue)
ComputeConfigResponse & WithEnabled(bool value)
bool EnabledHasBeenSet() const
const Aws::String & GetNodeRoleArn() const
bool NodePoolsHasBeenSet() const
void SetEnabled(bool value)
ComputeConfigResponse & AddNodePools(NodePoolsT &&value)
AWS_EKS_API ComputeConfigResponse()=default
ComputeConfigResponse & WithNodeRoleArn(NodeRoleArnT &&value)
ComputeConfigResponse & WithNodePools(NodePoolsT &&value)
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_EKS_API ComputeConfigResponse & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetNodeRoleArn(NodeRoleArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue