7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/eks/EKS_EXPORTS.h>
9#include <aws/eks/model/PodIdentityAssociation.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename AssociationT = PodIdentityAssociation>
38 m_associationHasBeenSet =
true;
39 m_association = std::forward<AssociationT>(value);
41 template <
typename AssociationT = PodIdentityAssociation>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
66 bool m_associationHasBeenSet =
false;
67 bool m_requestIdHasBeenSet =
false;
void SetRequestId(RequestIdT &&value)
void SetAssociation(AssociationT &&value)
AWS_EKS_API DeletePodIdentityAssociationResult()=default
DeletePodIdentityAssociationResult & WithRequestId(RequestIdT &&value)
AWS_EKS_API DeletePodIdentityAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DeletePodIdentityAssociationResult & WithAssociation(AssociationT &&value)
const PodIdentityAssociation & GetAssociation() const
const Aws::String & GetRequestId() const
AWS_EKS_API DeletePodIdentityAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue