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/CertificateAuthority.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
37 template <
typename CertificateAuthorityT = CertificateAuthority>
39 m_certificateAuthorityHasBeenSet =
true;
40 m_certificateAuthority = std::forward<CertificateAuthorityT>(value);
42 template <
typename CertificateAuthorityT = CertificateAuthority>
52 template <
typename RequestIdT = Aws::String>
54 m_requestIdHasBeenSet =
true;
55 m_requestId = std::forward<RequestIdT>(value);
57 template <
typename RequestIdT = Aws::String>
70 bool m_certificateAuthorityHasBeenSet =
false;
71 bool m_requestIdHasBeenSet =
false;
DescribeCertificateAuthorityResult & WithRequestId(RequestIdT &&value)
void SetRequestId(RequestIdT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const CertificateAuthority & GetCertificateAuthority() const
AWS_EKS_API DescribeCertificateAuthorityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCertificateAuthority(CertificateAuthorityT &&value)
DescribeCertificateAuthorityResult & WithCertificateAuthority(CertificateAuthorityT &&value)
AWS_EKS_API DescribeCertificateAuthorityResult()=default
const Aws::String & GetRequestId() const
AWS_EKS_API DescribeCertificateAuthorityResult(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