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/CertificateAuthoritySummary.h>
11#include <aws/eks/model/Update.h>
16template <
typename RESULT_TYPE>
17class AmazonWebServiceResult;
38 template <
typename UpdateT = Update>
40 m_updateHasBeenSet =
true;
41 m_update = std::forward<UpdateT>(value);
43 template <
typename UpdateT = Update>
56 template <
typename CertificateAuthorityT = CertificateAuthoritySummary>
58 m_certificateAuthorityHasBeenSet =
true;
59 m_certificateAuthority = std::forward<CertificateAuthorityT>(value);
61 template <
typename CertificateAuthorityT = CertificateAuthoritySummary>
71 template <
typename RequestIdT = Aws::String>
73 m_requestIdHasBeenSet =
true;
74 m_requestId = std::forward<RequestIdT>(value);
76 template <
typename RequestIdT = Aws::String>
91 bool m_updateHasBeenSet =
false;
92 bool m_certificateAuthorityHasBeenSet =
false;
93 bool m_requestIdHasBeenSet =
false;
CreateCertificateAuthorityResult & WithRequestId(RequestIdT &&value)
void SetUpdate(UpdateT &&value)
void SetRequestId(RequestIdT &&value)
const Update & GetUpdate() const
AWS_EKS_API CreateCertificateAuthorityResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const CertificateAuthoritySummary & GetCertificateAuthority() const
CreateCertificateAuthorityResult & WithCertificateAuthority(CertificateAuthorityT &&value)
AWS_EKS_API CreateCertificateAuthorityResult()=default
Aws::Http::HttpResponseCode GetHttpResponseCode() const
const Aws::String & GetRequestId() const
CreateCertificateAuthorityResult & WithUpdate(UpdateT &&value)
void SetCertificateAuthority(CertificateAuthorityT &&value)
AWS_EKS_API CreateCertificateAuthorityResult(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