7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSVector.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
50 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
62 template<
typename NodePoolsT = Aws::Vector<Aws::String>>
63 void SetNodePools(NodePoolsT&& value) { m_nodePoolsHasBeenSet =
true; m_nodePools = std::forward<NodePoolsT>(value); }
64 template<
typename NodePoolsT = Aws::Vector<Aws::String>>
66 template<
typename NodePoolsT = Aws::String>
77 template<
typename NodeRoleArnT = Aws::String>
78 void SetNodeRoleArn(NodeRoleArnT&& value) { m_nodeRoleArnHasBeenSet =
true; m_nodeRoleArn = std::forward<NodeRoleArnT>(value); }
79 template<
typename NodeRoleArnT = Aws::String>
84 bool m_enabled{
false};
85 bool m_enabledHasBeenSet =
false;
88 bool m_nodePoolsHasBeenSet =
false;
91 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