7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eks/EKSRequest.h>
10#include <aws/eks/EKS_EXPORTS.h>
11#include <aws/eks/model/LaunchTemplateSpecification.h>
39 template <
typename ClusterNameT = Aws::String>
41 m_clusterNameHasBeenSet =
true;
42 m_clusterName = std::forward<ClusterNameT>(value);
44 template <
typename ClusterNameT = Aws::String>
57 template <
typename NodegroupNameT = Aws::String>
59 m_nodegroupNameHasBeenSet =
true;
60 m_nodegroupName = std::forward<NodegroupNameT>(value);
62 template <
typename NodegroupNameT = Aws::String>
84 template <
typename VersionT = Aws::String>
86 m_versionHasBeenSet =
true;
87 m_version = std::forward<VersionT>(value);
89 template <
typename VersionT = Aws::String>
116 template <
typename ReleaseVersionT = Aws::String>
118 m_releaseVersionHasBeenSet =
true;
119 m_releaseVersion = std::forward<ReleaseVersionT>(value);
121 template <
typename ReleaseVersionT = Aws::String>
137 template <
typename LaunchTemplateT = LaunchTemplateSpecification>
139 m_launchTemplateHasBeenSet =
true;
140 m_launchTemplate = std::forward<LaunchTemplateT>(value);
142 template <
typename LaunchTemplateT = LaunchTemplateSpecification>
160 m_forceHasBeenSet =
true;
176 template <
typename ClientRequestTokenT = Aws::String>
178 m_clientRequestTokenHasBeenSet =
true;
179 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
181 template <
typename ClientRequestTokenT = Aws::String>
201 bool m_clusterNameHasBeenSet =
false;
202 bool m_nodegroupNameHasBeenSet =
false;
203 bool m_versionHasBeenSet =
false;
204 bool m_releaseVersionHasBeenSet =
false;
205 bool m_launchTemplateHasBeenSet =
false;
206 bool m_forceHasBeenSet =
false;
207 bool m_clientRequestTokenHasBeenSet =
true;
bool NodegroupNameHasBeenSet() const
UpdateNodegroupVersionRequest & WithForce(bool value)
bool LaunchTemplateHasBeenSet() const
const Aws::String & GetClusterName() const
const Aws::String & GetReleaseVersion() const
AWS_EKS_API Aws::String SerializePayload() const override
bool ClusterNameHasBeenSet() const
void SetVersion(VersionT &&value)
void SetNodegroupName(NodegroupNameT &&value)
bool ClientRequestTokenHasBeenSet() const
void SetForce(bool value)
UpdateNodegroupVersionRequest & WithClusterName(ClusterNameT &&value)
void SetLaunchTemplate(LaunchTemplateT &&value)
const Aws::String & GetNodegroupName() const
const LaunchTemplateSpecification & GetLaunchTemplate() const
UpdateNodegroupVersionRequest & WithNodegroupName(NodegroupNameT &&value)
UpdateNodegroupVersionRequest & WithVersion(VersionT &&value)
bool VersionHasBeenSet() const
const Aws::String & GetVersion() const
bool ForceHasBeenSet() const
void SetReleaseVersion(ReleaseVersionT &&value)
bool ReleaseVersionHasBeenSet() const
AWS_EKS_API UpdateNodegroupVersionRequest()=default
void SetClientRequestToken(ClientRequestTokenT &&value)
UpdateNodegroupVersionRequest & WithReleaseVersion(ReleaseVersionT &&value)
UpdateNodegroupVersionRequest & WithLaunchTemplate(LaunchTemplateT &&value)
UpdateNodegroupVersionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
virtual const char * GetServiceRequestName() const override
void SetClusterName(ClusterNameT &&value)
const Aws::String & GetClientRequestToken() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String