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 AssociationIdT = Aws::String>
54 void SetAssociationId(AssociationIdT&& value) { m_associationIdHasBeenSet =
true; m_associationId = std::forward<AssociationIdT>(value); }
55 template<
typename AssociationIdT = Aws::String>
61 bool m_clusterNameHasBeenSet =
false;
64 bool m_associationIdHasBeenSet =
false;
bool ClusterNameHasBeenSet() const
bool AssociationIdHasBeenSet() const
DescribePodIdentityAssociationRequest & WithAssociationId(AssociationIdT &&value)
void SetAssociationId(AssociationIdT &&value)
AWS_EKS_API Aws::String SerializePayload() const override
const Aws::String & GetAssociationId() const
void SetClusterName(ClusterNameT &&value)
DescribePodIdentityAssociationRequest & WithClusterName(ClusterNameT &&value)
AWS_EKS_API DescribePodIdentityAssociationRequest()=default
virtual const char * GetServiceRequestName() const override
const Aws::String & GetClusterName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String