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 AssociationIdT = Aws::String>
57 m_associationIdHasBeenSet =
true;
58 m_associationId = std::forward<AssociationIdT>(value);
60 template <
typename AssociationIdT = Aws::String>
70 bool m_clusterNameHasBeenSet =
false;
71 bool m_associationIdHasBeenSet =
false;
bool AssociationIdHasBeenSet() const
const Aws::String & GetClusterName() const
AWS_EKS_API DeletePodIdentityAssociationRequest()=default
void SetClusterName(ClusterNameT &&value)
bool ClusterNameHasBeenSet() const
DeletePodIdentityAssociationRequest & WithAssociationId(AssociationIdT &&value)
AWS_EKS_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
void SetAssociationId(AssociationIdT &&value)
const Aws::String & GetAssociationId() const
DeletePodIdentityAssociationRequest & WithClusterName(ClusterNameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String