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;
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>
67 bool m_associationHasBeenSet =
false;
68 bool m_requestIdHasBeenSet =
false;
AWS_EKS_API CreatePodIdentityAssociationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const PodIdentityAssociation & GetAssociation() const
const Aws::String & GetRequestId() const
CreatePodIdentityAssociationResult & WithRequestId(RequestIdT &&value)
CreatePodIdentityAssociationResult & WithAssociation(AssociationT &&value)
AWS_EKS_API CreatePodIdentityAssociationResult()=default
void SetRequestId(RequestIdT &&value)
void SetAssociation(AssociationT &&value)
AWS_EKS_API CreatePodIdentityAssociationResult & operator=(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