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>
52 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
64 template<
typename NodePoolsT = Aws::Vector<Aws::String>>
65 void SetNodePools(NodePoolsT&& value) { m_nodePoolsHasBeenSet =
true; m_nodePools = std::forward<NodePoolsT>(value); }
66 template<
typename NodePoolsT = Aws::Vector<Aws::String>>
68 template<
typename NodePoolsT = Aws::String>
81 template<
typename NodeRoleArnT = Aws::String>
82 void SetNodeRoleArn(NodeRoleArnT&& value) { m_nodeRoleArnHasBeenSet =
true; m_nodeRoleArn = std::forward<NodeRoleArnT>(value); }
83 template<
typename NodeRoleArnT = Aws::String>
88 bool m_enabled{
false};
89 bool m_enabledHasBeenSet =
false;
92 bool m_nodePoolsHasBeenSet =
false;
95 bool m_nodeRoleArnHasBeenSet =
false;
ComputeConfigRequest & WithEnabled(bool value)
AWS_EKS_API ComputeConfigRequest(Aws::Utils::Json::JsonView jsonValue)
void SetEnabled(bool value)
void SetNodePools(NodePoolsT &&value)
const Aws::String & GetNodeRoleArn() const
void SetNodeRoleArn(NodeRoleArnT &&value)
ComputeConfigRequest & WithNodePools(NodePoolsT &&value)
const Aws::Vector< Aws::String > & GetNodePools() const
AWS_EKS_API ComputeConfigRequest & operator=(Aws::Utils::Json::JsonView jsonValue)
ComputeConfigRequest & AddNodePools(NodePoolsT &&value)
AWS_EKS_API ComputeConfigRequest()=default
bool NodePoolsHasBeenSet() const
ComputeConfigRequest & WithNodeRoleArn(NodeRoleArnT &&value)
bool EnabledHasBeenSet() const
AWS_EKS_API Aws::Utils::Json::JsonValue Jsonize() const
bool NodeRoleArnHasBeenSet() 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