7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/EKSRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
41 template<
typename ClusterNameT = Aws::String>
42 void SetClusterName(ClusterNameT&& value) { m_clusterNameHasBeenSet =
true; m_clusterName = std::forward<ClusterNameT>(value); }
43 template<
typename ClusterNameT = Aws::String>
53 template<
typename PrincipalArnT = Aws::String>
54 void SetPrincipalArn(PrincipalArnT&& value) { m_principalArnHasBeenSet =
true; m_principalArn = std::forward<PrincipalArnT>(value); }
55 template<
typename PrincipalArnT = Aws::String>
61 bool m_clusterNameHasBeenSet =
false;
64 bool m_principalArnHasBeenSet =
false;
DescribeAccessEntryRequest & WithPrincipalArn(PrincipalArnT &&value)
virtual const char * GetServiceRequestName() const override
bool PrincipalArnHasBeenSet() const
DescribeAccessEntryRequest & WithClusterName(ClusterNameT &&value)
const Aws::String & GetPrincipalArn() const
AWS_EKS_API DescribeAccessEntryRequest()=default
bool ClusterNameHasBeenSet() const
const Aws::String & GetClusterName() const
AWS_EKS_API Aws::String SerializePayload() const override
void SetClusterName(ClusterNameT &&value)
void SetPrincipalArn(PrincipalArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String