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;
41 template<
typename AssociationT = PodIdentityAssociation>
42 void SetAssociation(AssociationT&& value) { m_associationHasBeenSet =
true; m_association = std::forward<AssociationT>(value); }
43 template<
typename AssociationT = PodIdentityAssociation>
50 template<
typename RequestIdT = Aws::String>
51 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
52 template<
typename RequestIdT = Aws::String>
58 bool m_associationHasBeenSet =
false;
61 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