7#include <aws/eks/EKS_EXPORTS.h>
8#include <aws/eks/model/PodIdentityAssociation.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template<
typename RESULT_TYPE>
15class AmazonWebServiceResult;
42 template<
typename AssociationT = PodIdentityAssociation>
43 void SetAssociation(AssociationT&& value) { m_associationHasBeenSet =
true; m_association = std::forward<AssociationT>(value); }
44 template<
typename AssociationT = PodIdentityAssociation>
51 template<
typename RequestIdT = Aws::String>
52 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
53 template<
typename RequestIdT = Aws::String>
59 bool m_associationHasBeenSet =
false;
62 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