7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
35 template <
typename CertificateT = Aws::String>
37 m_certificateHasBeenSet =
true;
38 m_certificate = std::forward<CertificateT>(value);
40 template <
typename CertificateT = Aws::String>
53 template <
typename CertificateChainT = Aws::String>
55 m_certificateChainHasBeenSet =
true;
56 m_certificateChain = std::forward<CertificateChainT>(value);
58 template <
typename CertificateChainT = Aws::String>
71 template <
typename PrivateKeyT = Aws::String>
73 m_privateKeyHasBeenSet =
true;
74 m_privateKey = std::forward<PrivateKeyT>(value);
76 template <
typename PrivateKeyT = Aws::String>
86 template <
typename RequestIdT = Aws::String>
88 m_requestIdHasBeenSet =
true;
89 m_requestId = std::forward<RequestIdT>(value);
91 template <
typename RequestIdT = Aws::String>
108 bool m_certificateHasBeenSet =
false;
109 bool m_certificateChainHasBeenSet =
false;
110 bool m_privateKeyHasBeenSet =
false;
111 bool m_requestIdHasBeenSet =
false;
ExportCertificateResult & WithCertificateChain(CertificateChainT &&value)
const Aws::String & GetRequestId() const
void SetCertificate(CertificateT &&value)
ExportCertificateResult & WithPrivateKey(PrivateKeyT &&value)
const Aws::String & GetCertificateChain() const
ExportCertificateResult & WithRequestId(RequestIdT &&value)
AWS_ACM_API ExportCertificateResult()=default
ExportCertificateResult & WithCertificate(CertificateT &&value)
const Aws::String & GetCertificate() const
void SetPrivateKey(PrivateKeyT &&value)
AWS_ACM_API ExportCertificateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetCertificateChain(CertificateChainT &&value)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
void SetRequestId(RequestIdT &&value)
AWS_ACM_API ExportCertificateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
const Aws::String & GetPrivateKey() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue