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;
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>
69 bool m_associationHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
void SetAssociation(AssociationT &&value)
AWS_EKS_API UpdatePodIdentityAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_EKS_API UpdatePodIdentityAssociationResult()=default
UpdatePodIdentityAssociationResult & WithRequestId(RequestIdT &&value)
UpdatePodIdentityAssociationResult & WithAssociation(AssociationT &&value)
AWS_EKS_API UpdatePodIdentityAssociationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const PodIdentityAssociation & GetAssociation() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue