7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template <
typename RESULT_TYPE>
14class AmazonWebServiceResult;
34 template <
typename CertificateT = Aws::String>
36 m_certificateHasBeenSet =
true;
37 m_certificate = std::forward<CertificateT>(value);
39 template <
typename CertificateT = Aws::String>
52 template <
typename CertificateChainT = Aws::String>
54 m_certificateChainHasBeenSet =
true;
55 m_certificateChain = std::forward<CertificateChainT>(value);
57 template <
typename CertificateChainT = Aws::String>
70 template <
typename PrivateKeyT = Aws::String>
72 m_privateKeyHasBeenSet =
true;
73 m_privateKey = std::forward<PrivateKeyT>(value);
75 template <
typename PrivateKeyT = Aws::String>
85 template <
typename RequestIdT = Aws::String>
87 m_requestIdHasBeenSet =
true;
88 m_requestId = std::forward<RequestIdT>(value);
90 template <
typename RequestIdT = Aws::String>
104 bool m_certificateHasBeenSet =
false;
105 bool m_certificateChainHasBeenSet =
false;
106 bool m_privateKeyHasBeenSet =
false;
107 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)
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