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>
38 template <
typename NameT = Aws::String>
40 m_nameHasBeenSet =
true;
41 m_name = std::forward<NameT>(value);
43 template <
typename NameT = Aws::String>
45 SetName(std::forward<NameT>(value));
56 template <
typename VersionT = Aws::String>
58 m_versionHasBeenSet =
true;
59 m_version = std::forward<VersionT>(value);
61 template <
typename VersionT = Aws::String>
75 template <
typename ClientRequestTokenT = Aws::String>
77 m_clientRequestTokenHasBeenSet =
true;
78 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
80 template <
typename ClientRequestTokenT = Aws::String>
92 inline bool GetForce()
const {
return m_force; }
95 m_forceHasBeenSet =
true;
111 bool m_nameHasBeenSet =
false;
112 bool m_versionHasBeenSet =
false;
113 bool m_clientRequestTokenHasBeenSet =
true;
114 bool m_forceHasBeenSet =
false;
void SetVersion(VersionT &&value)
virtual const char * GetServiceRequestName() const override
UpdateClusterVersionRequest & WithName(NameT &&value)
bool ForceHasBeenSet() const
void SetForce(bool value)
UpdateClusterVersionRequest & WithVersion(VersionT &&value)
AWS_EKS_API Aws::String SerializePayload() const override
void SetName(NameT &&value)
bool VersionHasBeenSet() const
bool NameHasBeenSet() const
AWS_EKS_API UpdateClusterVersionRequest()=default
bool ClientRequestTokenHasBeenSet() const
const Aws::String & GetVersion() const
UpdateClusterVersionRequest & WithClientRequestToken(ClientRequestTokenT &&value)
void SetClientRequestToken(ClientRequestTokenT &&value)
const Aws::String & GetName() const
UpdateClusterVersionRequest & WithForce(bool value)
const Aws::String & GetClientRequestToken() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String