7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/EKSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSVector.h>
12#include <aws/core/utils/UUID.h>
43 template<
typename ClusterNameT = Aws::String>
44 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
45 template<
typename ClusterNameT = Aws::String>
55 template<
typename PrincipalArnT = Aws::String>
56 void SetPrincipalArn(PrincipalArnT&& value) { m_principalArnHasBeenSet =
true; m_principalArn = std::forward<PrincipalArnT>(value); }
57 template<
typename PrincipalArnT = Aws::String>
86 template<
typename KubernetesGroupsT = Aws::Vector<Aws::String>>
87 void SetKubernetesGroups(KubernetesGroupsT&& value) { m_kubernetesGroupsHasBeenSet =
true; m_kubernetesGroups = std::forward<KubernetesGroupsT>(value); }
88 template<
typename KubernetesGroupsT = Aws::Vector<Aws::String>>
90 template<
typename KubernetesGroupsT = Aws::String>
101 template<
typename ClientRequestTokenT = Aws::String>
102 void SetClientRequestToken(ClientRequestTokenT&& value) { m_clientRequestTokenHasBeenSet =
true; m_clientRequestToken = std::forward<ClientRequestTokenT>(value); }
103 template<
typename ClientRequestTokenT = Aws::String>
118 template<
typename UsernameT = Aws::String>
119 void SetUsername(UsernameT&& value) { m_usernameHasBeenSet =
true; m_username = std::forward<UsernameT>(value); }
120 template<
typename UsernameT = Aws::String>
126 bool m_clusterNameHasBeenSet =
false;
129 bool m_principalArnHasBeenSet =
false;
132 bool m_kubernetesGroupsHasBeenSet =
false;
135 bool m_clientRequestTokenHasBeenSet =
true;
138 bool m_usernameHasBeenSet =
false;
UpdateAccessEntryRequest & WithPrincipalArn(PrincipalArnT &&value)
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClientRequestToken() const
const Aws::String & GetUsername() const
AWS_EKS_API Aws::String SerializePayload() const override
AWS_EKS_API UpdateAccessEntryRequest()=default
UpdateAccessEntryRequest & AddKubernetesGroups(KubernetesGroupsT &&value)
bool PrincipalArnHasBeenSet() const
const Aws::Vector< Aws::String > & GetKubernetesGroups() const
void SetClusterName(ClusterNameT &&value)
UpdateAccessEntryRequest & WithKubernetesGroups(KubernetesGroupsT &&value)
UpdateAccessEntryRequest & WithUsername(UsernameT &&value)
void SetUsername(UsernameT &&value)
bool KubernetesGroupsHasBeenSet() const
bool UsernameHasBeenSet() const
UpdateAccessEntryRequest & WithClientRequestToken(ClientRequestTokenT &&value)
UpdateAccessEntryRequest & WithClusterName(ClusterNameT &&value)
void SetPrincipalArn(PrincipalArnT &&value)
void SetKubernetesGroups(KubernetesGroupsT &&value)
bool ClusterNameHasBeenSet() const
void SetClientRequestToken(ClientRequestTokenT &&value)
bool ClientRequestTokenHasBeenSet() const
const Aws::String & GetPrincipalArn() const
const Aws::String & GetClusterName() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector