7#include <aws/amplify/Amplify_EXPORTS.h>
8#include <aws/amplify/model/CertificateType.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
74 inline void SetCustomCertificateArn(
const char* value) { m_customCertificateArnHasBeenSet =
true; m_customCertificateArn.assign(value); }
96 bool m_typeHasBeenSet =
false;
99 bool m_customCertificateArnHasBeenSet =
false;
102 bool m_certificateVerificationDNSRecordHasBeenSet =
false;
void SetCustomCertificateArn(const char *value)
void SetCertificateVerificationDNSRecord(const Aws::String &value)
Certificate & WithCertificateVerificationDNSRecord(const Aws::String &value)
Certificate & WithCustomCertificateArn(const char *value)
const CertificateType & GetType() const
AWS_AMPLIFY_API Aws::Utils::Json::JsonValue Jsonize() const
void SetCustomCertificateArn(Aws::String &&value)
void SetCertificateVerificationDNSRecord(const char *value)
void SetCustomCertificateArn(const Aws::String &value)
AWS_AMPLIFY_API Certificate(Aws::Utils::Json::JsonView jsonValue)
Certificate & WithType(CertificateType &&value)
Certificate & WithCertificateVerificationDNSRecord(Aws::String &&value)
Certificate & WithCustomCertificateArn(const Aws::String &value)
bool TypeHasBeenSet() const
Certificate & WithCertificateVerificationDNSRecord(const char *value)
void SetType(const CertificateType &value)
const Aws::String & GetCustomCertificateArn() const
Certificate & WithType(const CertificateType &value)
AWS_AMPLIFY_API Certificate & operator=(Aws::Utils::Json::JsonView jsonValue)
bool CertificateVerificationDNSRecordHasBeenSet() const
Certificate & WithCustomCertificateArn(Aws::String &&value)
void SetCertificateVerificationDNSRecord(Aws::String &&value)
const Aws::String & GetCertificateVerificationDNSRecord() const
void SetType(CertificateType &&value)
AWS_AMPLIFY_API Certificate()
bool CustomCertificateArnHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue