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>
70 bool m_clusterNameHasBeenSet =
false;
71 bool m_principalArnHasBeenSet =
false;
const Aws::String & GetPrincipalArn() const
bool ClusterNameHasBeenSet() const
AWS_EKS_API Aws::String SerializePayload() const override
bool PrincipalArnHasBeenSet() const
const Aws::String & GetClusterName() const
AWS_EKS_API DeleteAccessEntryRequest()=default
void SetClusterName(ClusterNameT &&value)
void SetPrincipalArn(PrincipalArnT &&value)
DeleteAccessEntryRequest & WithPrincipalArn(PrincipalArnT &&value)
DeleteAccessEntryRequest & WithClusterName(ClusterNameT &&value)
virtual const char * GetServiceRequestName() const override
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String