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 ClusterNameT = Aws::String>
40 m_clusterNameHasBeenSet =
true;
41 m_clusterName = std::forward<ClusterNameT>(value);
43 template <
typename ClusterNameT = Aws::String>
56 template <
typename AssociationIdT = Aws::String>
58 m_associationIdHasBeenSet =
true;
59 m_associationId = std::forward<AssociationIdT>(value);
61 template <
typename AssociationIdT = Aws::String>
74 template <
typename RoleArnT = Aws::String>
76 m_roleArnHasBeenSet =
true;
77 m_roleArn = std::forward<RoleArnT>(value);
79 template <
typename RoleArnT = Aws::String>
93 template <
typename ClientRequestTokenT = Aws::String>
95 m_clientRequestTokenHasBeenSet =
true;
96 m_clientRequestToken = std::forward<ClientRequestTokenT>(value);
98 template <
typename ClientRequestTokenT = Aws::String>
125 m_disableSessionTagsHasBeenSet =
true;
126 m_disableSessionTags = value;
154 template <
typename TargetRoleArnT = Aws::String>
156 m_targetRoleArnHasBeenSet =
true;
157 m_targetRoleArn = std::forward<TargetRoleArnT>(value);
159 template <
typename TargetRoleArnT = Aws::String>
174 bool m_disableSessionTags{
false};
177 bool m_clusterNameHasBeenSet =
false;
178 bool m_associationIdHasBeenSet =
false;
179 bool m_roleArnHasBeenSet =
false;
180 bool m_clientRequestTokenHasBeenSet =
true;
181 bool m_disableSessionTagsHasBeenSet =
false;
182 bool m_targetRoleArnHasBeenSet =
false;
void SetClientRequestToken(ClientRequestTokenT &&value)
AWS_EKS_API Aws::String SerializePayload() const override
const Aws::String & GetRoleArn() const
void SetRoleArn(RoleArnT &&value)
void SetAssociationId(AssociationIdT &&value)
virtual const char * GetServiceRequestName() const override
UpdatePodIdentityAssociationRequest & WithClusterName(ClusterNameT &&value)
const Aws::String & GetAssociationId() const
bool TargetRoleArnHasBeenSet() const
bool ClusterNameHasBeenSet() const
void SetDisableSessionTags(bool value)
UpdatePodIdentityAssociationRequest & WithAssociationId(AssociationIdT &&value)
bool DisableSessionTagsHasBeenSet() const
void SetClusterName(ClusterNameT &&value)
bool ClientRequestTokenHasBeenSet() const
bool AssociationIdHasBeenSet() const
UpdatePodIdentityAssociationRequest & WithClientRequestToken(ClientRequestTokenT &&value)
UpdatePodIdentityAssociationRequest & WithDisableSessionTags(bool value)
bool GetDisableSessionTags() const
UpdatePodIdentityAssociationRequest & WithRoleArn(RoleArnT &&value)
UpdatePodIdentityAssociationRequest & WithTargetRoleArn(TargetRoleArnT &&value)
void SetTargetRoleArn(TargetRoleArnT &&value)
const Aws::String & GetClusterName() const
const Aws::String & GetTargetRoleArn() const
const Aws::String & GetClientRequestToken() const
AWS_EKS_API UpdatePodIdentityAssociationRequest()=default
bool RoleArnHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String