7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/eks/EKS_EXPORTS.h>
10#include <aws/eks/model/PodIdentityAssociation.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename AssociationT = PodIdentityAssociation>
39 m_associationHasBeenSet =
true;
40 m_association = std::forward<AssociationT>(value);
42 template <
typename AssociationT = PodIdentityAssociation>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_associationHasBeenSet =
false;
71 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::Http::HttpResponseCode GetHttpResponseCode() 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