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>
53 template <
typename CertificateChainT = Aws::String>
55 m_certificateChainHasBeenSet =
true;
56 m_certificateChain = std::forward<CertificateChainT>(value);
58 template <
typename CertificateChainT = Aws::String>
68 template <
typename RequestIdT = Aws::String>
70 m_requestIdHasBeenSet =
true;
71 m_requestId = std::forward<RequestIdT>(value);
73 template <
typename RequestIdT = Aws::String>
85 bool m_certificateHasBeenSet =
false;
86 bool m_certificateChainHasBeenSet =
false;
87 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetCertificateChain() const
AWS_ACM_API GetCertificateResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_ACM_API GetCertificateResult()=default
GetCertificateResult & WithCertificate(CertificateT &&value)
const Aws::String & GetCertificate() const
GetCertificateResult & WithCertificateChain(CertificateChainT &&value)
GetCertificateResult & WithRequestId(RequestIdT &&value)
const Aws::String & GetRequestId() const
void SetCertificate(CertificateT &&value)
AWS_ACM_API GetCertificateResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(RequestIdT &&value)
void SetCertificateChain(CertificateChainT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue