7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKSRequest.h>
9#include <aws/eks/EKS_EXPORTS.h>
37 template <
typename ClusterNameT = Aws::String>
39 m_clusterNameHasBeenSet =
true;
40 m_clusterName = std::forward<ClusterNameT>(value);
42 template <
typename ClusterNameT = Aws::String>
55 template <
typename PrincipalArnT = Aws::String>
57 m_principalArnHasBeenSet =
true;
58 m_principalArn = std::forward<PrincipalArnT>(value);
60 template <
typename PrincipalArnT = Aws::String>
74 template <
typename PolicyArnT = Aws::String>
76 m_policyArnHasBeenSet =
true;
77 m_policyArn = std::forward<PolicyArnT>(value);
79 template <
typename PolicyArnT = Aws::String>
91 bool m_clusterNameHasBeenSet =
false;
92 bool m_principalArnHasBeenSet =
false;
93 bool m_policyArnHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
AWS_EKS_API Aws::String SerializePayload() const override
void SetPolicyArn(PolicyArnT &&value)
void SetPrincipalArn(PrincipalArnT &&value)
const Aws::String & GetClusterName() const
bool PolicyArnHasBeenSet() const
DisassociateAccessPolicyRequest & WithPolicyArn(PolicyArnT &&value)
const Aws::String & GetPrincipalArn() const
void SetClusterName(ClusterNameT &&value)
DisassociateAccessPolicyRequest & WithClusterName(ClusterNameT &&value)
bool PrincipalArnHasBeenSet() const
DisassociateAccessPolicyRequest & WithPrincipalArn(PrincipalArnT &&value)
bool ClusterNameHasBeenSet() const
AWS_EKS_API DisassociateAccessPolicyRequest()=default
const Aws::String & GetPolicyArn() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String