7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
13template<
typename RESULT_TYPE>
14class AmazonWebServiceResult;
40 template<
typename CertificateT = Aws::String>
41 void SetCertificate(CertificateT&& value) { m_certificateHasBeenSet =
true; m_certificate = std::forward<CertificateT>(value); }
42 template<
typename CertificateT = Aws::String>
52 template<
typename CertificateChainT = Aws::String>
53 void SetCertificateChain(CertificateChainT&& value) { m_certificateChainHasBeenSet =
true; m_certificateChain = std::forward<CertificateChainT>(value); }
54 template<
typename CertificateChainT = Aws::String>
64 template<
typename PrivateKeyT = Aws::String>
65 void SetPrivateKey(PrivateKeyT&& value) { m_privateKeyHasBeenSet =
true; m_privateKey = std::forward<PrivateKeyT>(value); }
66 template<
typename PrivateKeyT = Aws::String>
73 template<
typename RequestIdT = Aws::String>
74 void SetRequestId(RequestIdT&& value) { m_requestIdHasBeenSet =
true; m_requestId = std::forward<RequestIdT>(value); }
75 template<
typename RequestIdT = Aws::String>
81 bool m_certificateHasBeenSet =
false;
84 bool m_certificateChainHasBeenSet =
false;
87 bool m_privateKeyHasBeenSet =
false;
90 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