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;
35 template <
typename AssociationT = PodIdentityAssociation>
37 m_associationHasBeenSet =
true;
38 m_association = std::forward<AssociationT>(value);
40 template <
typename AssociationT = PodIdentityAssociation>
50 template <
typename RequestIdT = Aws::String>
52 m_requestIdHasBeenSet =
true;
53 m_requestId = std::forward<RequestIdT>(value);
55 template <
typename RequestIdT = Aws::String>
65 bool m_associationHasBeenSet =
false;
66 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
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue