7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/model/CertificateType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
53 m_typeHasBeenSet =
true;
70 template <
typename CustomCertificateArnT = Aws::String>
72 m_customCertificateArnHasBeenSet =
true;
73 m_customCertificateArn = std::forward<CustomCertificateArnT>(value);
75 template <
typename CustomCertificateArnT = Aws::String>
88 template <
typename CertificateVerificationDNSRecordT = Aws::String>
90 m_certificateVerificationDNSRecordHasBeenSet =
true;
91 m_certificateVerificationDNSRecord = std::forward<CertificateVerificationDNSRecordT>(value);
93 template <
typename CertificateVerificationDNSRecordT = Aws::String>
105 bool m_typeHasBeenSet =
false;
106 bool m_customCertificateArnHasBeenSet =
false;
107 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