7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/model/CertificateType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
70 template<
typename CustomCertificateArnT = Aws::String>
71 void SetCustomCertificateArn(CustomCertificateArnT&& value) { m_customCertificateArnHasBeenSet =
true; m_customCertificateArn = std::forward<CustomCertificateArnT>(value); }
72 template<
typename CustomCertificateArnT = Aws::String>
82 template<
typename CertificateVerificationDNSRecordT = Aws::String>
83 void SetCertificateVerificationDNSRecord(CertificateVerificationDNSRecordT&& value) { m_certificateVerificationDNSRecordHasBeenSet =
true; m_certificateVerificationDNSRecord = std::forward<CertificateVerificationDNSRecordT>(value); }
84 template<
typename CertificateVerificationDNSRecordT = Aws::String>
90 bool m_typeHasBeenSet =
false;
93 bool m_customCertificateArnHasBeenSet =
false;
96 bool m_certificateVerificationDNSRecordHasBeenSet =
false;
Certificate & WithType(CertificateType value)
Certificate & WithCertificateVerificationDNSRecord(CertificateVerificationDNSRecordT &&value)
AWS_AMPLIFY_API Aws::Utils::Json::JsonValue Jsonize() const
CertificateType GetType() const
void SetCustomCertificateArn(CustomCertificateArnT &&value)
AWS_AMPLIFY_API Certificate(Aws::Utils::Json::JsonView jsonValue)
bool TypeHasBeenSet() const
const Aws::String & GetCustomCertificateArn() const
AWS_AMPLIFY_API Certificate & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetType(CertificateType value)
void SetCertificateVerificationDNSRecord(CertificateVerificationDNSRecordT &&value)
bool CertificateVerificationDNSRecordHasBeenSet() const
AWS_AMPLIFY_API Certificate()=default
const Aws::String & GetCertificateVerificationDNSRecord() const
Certificate & WithCustomCertificateArn(CustomCertificateArnT &&value)
bool CustomCertificateArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue