7#include <aws/acm/ACM_EXPORTS.h>
8#include <aws/acm/model/CertificateKeyPairOrigin.h>
9#include <aws/acm/model/CertificateManagedBy.h>
10#include <aws/acm/model/CertificateOptions.h>
11#include <aws/acm/model/CertificateStatus.h>
12#include <aws/acm/model/CertificateType.h>
13#include <aws/acm/model/DomainValidation.h>
14#include <aws/acm/model/ExtendedKeyUsage.h>
15#include <aws/acm/model/FailureReason.h>
16#include <aws/acm/model/KeyAlgorithm.h>
17#include <aws/acm/model/KeyUsage.h>
18#include <aws/acm/model/RenewalEligibility.h>
19#include <aws/acm/model/RenewalSummary.h>
20#include <aws/acm/model/RevocationReason.h>
21#include <aws/core/utils/DateTime.h>
22#include <aws/core/utils/memory/stl/AWSString.h>
23#include <aws/core/utils/memory/stl/AWSVector.h>
60 template <
typename CertificateArnT = Aws::String>
62 m_certificateArnHasBeenSet =
true;
63 m_certificateArn = std::forward<CertificateArnT>(value);
65 template <
typename CertificateArnT = Aws::String>
79 template <
typename DomainNameT = Aws::String>
81 m_domainNameHasBeenSet =
true;
82 m_domainName = std::forward<DomainNameT>(value);
84 template <
typename DomainNameT = Aws::String>
101 template <
typename SubjectAlternativeNamesT = Aws::Vector<Aws::String>>
103 m_subjectAlternativeNamesHasBeenSet =
true;
104 m_subjectAlternativeNames = std::forward<SubjectAlternativeNamesT>(value);
106 template <
typename SubjectAlternativeNamesT = Aws::Vector<Aws::String>>
111 template <
typename SubjectAlternativeNamesT = Aws::String>
113 m_subjectAlternativeNamesHasBeenSet =
true;
114 m_subjectAlternativeNames.emplace_back(std::forward<SubjectAlternativeNamesT>(value));
127 m_managedByHasBeenSet =
true;
144 template <
typename DomainVal
idationOptionsT = Aws::Vector<DomainVal
idation>>
146 m_domainValidationOptionsHasBeenSet =
true;
147 m_domainValidationOptions = std::forward<DomainValidationOptionsT>(value);
149 template <
typename DomainVal
idationOptionsT = Aws::Vector<DomainVal
idation>>
154 template <
typename DomainVal
idationOptionsT = DomainVal
idation>
156 m_domainValidationOptionsHasBeenSet =
true;
157 m_domainValidationOptions.emplace_back(std::forward<DomainValidationOptionsT>(value));
168 template <
typename SerialT = Aws::String>
170 m_serialHasBeenSet =
true;
171 m_serial = std::forward<SerialT>(value);
173 template <
typename SerialT = Aws::String>
187 template <
typename SubjectT = Aws::String>
189 m_subjectHasBeenSet =
true;
190 m_subject = std::forward<SubjectT>(value);
192 template <
typename SubjectT = Aws::String>
206 template <
typename IssuerT = Aws::String>
208 m_issuerHasBeenSet =
true;
209 m_issuer = std::forward<IssuerT>(value);
211 template <
typename IssuerT = Aws::String>
224 template <
typename CreatedAtT = Aws::Utils::DateTime>
226 m_createdAtHasBeenSet =
true;
227 m_createdAt = std::forward<CreatedAtT>(value);
229 template <
typename CreatedAtT = Aws::Utils::DateTime>
243 template <
typename IssuedAtT = Aws::Utils::DateTime>
245 m_issuedAtHasBeenSet =
true;
246 m_issuedAt = std::forward<IssuedAtT>(value);
248 template <
typename IssuedAtT = Aws::Utils::DateTime>
262 template <
typename ImportedAtT = Aws::Utils::DateTime>
264 m_importedAtHasBeenSet =
true;
265 m_importedAt = std::forward<ImportedAtT>(value);
267 template <
typename ImportedAtT = Aws::Utils::DateTime>
292 m_statusHasBeenSet =
true;
308 template <
typename RevokedAtT = Aws::Utils::DateTime>
310 m_revokedAtHasBeenSet =
true;
311 m_revokedAt = std::forward<RevokedAtT>(value);
313 template <
typename RevokedAtT = Aws::Utils::DateTime>
328 m_revocationReasonHasBeenSet =
true;
329 m_revocationReason = value;
343 template <
typename NotBeforeT = Aws::Utils::DateTime>
345 m_notBeforeHasBeenSet =
true;
346 m_notBefore = std::forward<NotBeforeT>(value);
348 template <
typename NotBeforeT = Aws::Utils::DateTime>
361 template <
typename NotAfterT = Aws::Utils::DateTime>
363 m_notAfterHasBeenSet =
true;
364 m_notAfter = std::forward<NotAfterT>(value);
366 template <
typename NotAfterT = Aws::Utils::DateTime>
380 m_keyAlgorithmHasBeenSet =
true;
381 m_keyAlgorithm = value;
395 template <
typename SignatureAlgorithmT = Aws::String>
397 m_signatureAlgorithmHasBeenSet =
true;
398 m_signatureAlgorithm = std::forward<SignatureAlgorithmT>(value);
400 template <
typename SignatureAlgorithmT = Aws::String>
415 template <
typename InUseByT = Aws::Vector<Aws::String>>
417 m_inUseByHasBeenSet =
true;
418 m_inUseBy = std::forward<InUseByT>(value);
420 template <
typename InUseByT = Aws::Vector<Aws::String>>
425 template <
typename InUseByT = Aws::String>
427 m_inUseByHasBeenSet =
true;
428 m_inUseBy.emplace_back(std::forward<InUseByT>(value));
443 m_failureReasonHasBeenSet =
true;
444 m_failureReason = value;
468 m_typeHasBeenSet =
true;
486 template <
typename RenewalSummaryT = RenewalSummary>
488 m_renewalSummaryHasBeenSet =
true;
489 m_renewalSummary = std::forward<RenewalSummaryT>(value);
491 template <
typename RenewalSummaryT = RenewalSummary>
507 template <
typename KeyUsagesT = Aws::Vector<KeyUsage>>
509 m_keyUsagesHasBeenSet =
true;
510 m_keyUsages = std::forward<KeyUsagesT>(value);
512 template <
typename KeyUsagesT = Aws::Vector<KeyUsage>>
517 template <
typename KeyUsagesT = KeyUsage>
519 m_keyUsagesHasBeenSet =
true;
520 m_keyUsages.emplace_back(std::forward<KeyUsagesT>(value));
533 template <
typename ExtendedKeyUsagesT = Aws::Vector<ExtendedKeyUsage>>
535 m_extendedKeyUsagesHasBeenSet =
true;
536 m_extendedKeyUsages = std::forward<ExtendedKeyUsagesT>(value);
538 template <
typename ExtendedKeyUsagesT = Aws::Vector<ExtendedKeyUsage>>
543 template <
typename ExtendedKeyUsagesT = ExtendedKeyUsage>
545 m_extendedKeyUsagesHasBeenSet =
true;
546 m_extendedKeyUsages.emplace_back(std::forward<ExtendedKeyUsagesT>(value));
560 template <
typename CertificateAuthorityArnT = Aws::String>
562 m_certificateAuthorityArnHasBeenSet =
true;
563 m_certificateAuthorityArn = std::forward<CertificateAuthorityArnT>(value);
565 template <
typename CertificateAuthorityArnT = Aws::String>
581 m_renewalEligibilityHasBeenSet =
true;
582 m_renewalEligibility = value;
598 template <
typename OptionsT = CertificateOptions>
600 m_optionsHasBeenSet =
true;
601 m_options = std::forward<OptionsT>(value);
603 template <
typename OptionsT = CertificateOptions>
617 m_certificateKeyPairOriginHasBeenSet =
true;
618 m_certificateKeyPairOrigin = value;
632 template <
typename AcmeEndpo
intArnT = Aws::String>
634 m_acmeEndpointArnHasBeenSet =
true;
635 m_acmeEndpointArn = std::forward<AcmeEndpointArnT>(value);
637 template <
typename AcmeEndpo
intArnT = Aws::String>
650 template <
typename AcmeAccountIdT = Aws::String>
652 m_acmeAccountIdHasBeenSet =
true;
653 m_acmeAccountId = std::forward<AcmeAccountIdT>(value);
655 template <
typename AcmeAccountIdT = Aws::String>
704 RenewalSummary m_renewalSummary;
714 CertificateOptions m_options;
721 bool m_certificateArnHasBeenSet =
false;
722 bool m_domainNameHasBeenSet =
false;
723 bool m_subjectAlternativeNamesHasBeenSet =
false;
724 bool m_managedByHasBeenSet =
false;
725 bool m_domainValidationOptionsHasBeenSet =
false;
726 bool m_serialHasBeenSet =
false;
727 bool m_subjectHasBeenSet =
false;
728 bool m_issuerHasBeenSet =
false;
729 bool m_createdAtHasBeenSet =
false;
730 bool m_issuedAtHasBeenSet =
false;
731 bool m_importedAtHasBeenSet =
false;
732 bool m_statusHasBeenSet =
false;
733 bool m_revokedAtHasBeenSet =
false;
734 bool m_revocationReasonHasBeenSet =
false;
735 bool m_notBeforeHasBeenSet =
false;
736 bool m_notAfterHasBeenSet =
false;
737 bool m_keyAlgorithmHasBeenSet =
false;
738 bool m_signatureAlgorithmHasBeenSet =
false;
739 bool m_inUseByHasBeenSet =
false;
740 bool m_failureReasonHasBeenSet =
false;
741 bool m_typeHasBeenSet =
false;
742 bool m_renewalSummaryHasBeenSet =
false;
743 bool m_keyUsagesHasBeenSet =
false;
744 bool m_extendedKeyUsagesHasBeenSet =
false;
745 bool m_certificateAuthorityArnHasBeenSet =
false;
746 bool m_renewalEligibilityHasBeenSet =
false;
747 bool m_optionsHasBeenSet =
false;
748 bool m_certificateKeyPairOriginHasBeenSet =
false;
749 bool m_acmeEndpointArnHasBeenSet =
false;
750 bool m_acmeAccountIdHasBeenSet =
false;
CertificateDetail & WithType(CertificateType value)
const Aws::Utils::DateTime & GetImportedAt() const
void SetSignatureAlgorithm(SignatureAlgorithmT &&value)
AWS_ACM_API Aws::Utils::Json::JsonValue Jsonize() const
AWS_ACM_API CertificateDetail & operator=(Aws::Utils::Json::JsonView jsonValue)
bool SubjectAlternativeNamesHasBeenSet() const
bool ExtendedKeyUsagesHasBeenSet() const
bool NotBeforeHasBeenSet() const
bool DomainValidationOptionsHasBeenSet() const
bool CreatedAtHasBeenSet() const
CertificateDetail & WithCreatedAt(CreatedAtT &&value)
void SetCertificateArn(CertificateArnT &&value)
const Aws::Vector< Aws::String > & GetSubjectAlternativeNames() const
const Aws::String & GetSignatureAlgorithm() const
CertificateKeyPairOrigin GetCertificateKeyPairOrigin() const
CertificateDetail & WithCertificateArn(CertificateArnT &&value)
void SetRevocationReason(RevocationReason value)
AWS_ACM_API CertificateDetail(Aws::Utils::Json::JsonView jsonValue)
bool RenewalEligibilityHasBeenSet() const
CertificateDetail & WithDomainName(DomainNameT &&value)
bool AcmeEndpointArnHasBeenSet() const
CertificateDetail & WithImportedAt(ImportedAtT &&value)
bool SignatureAlgorithmHasBeenSet() const
CertificateDetail & WithKeyAlgorithm(KeyAlgorithm value)
CertificateDetail & WithSubject(SubjectT &&value)
CertificateDetail & AddKeyUsages(KeyUsagesT &&value)
const Aws::String & GetIssuer() const
CertificateDetail & WithNotAfter(NotAfterT &&value)
bool StatusHasBeenSet() const
CertificateDetail & WithKeyUsages(KeyUsagesT &&value)
bool CertificateAuthorityArnHasBeenSet() const
void SetKeyAlgorithm(KeyAlgorithm value)
bool RevokedAtHasBeenSet() const
bool RevocationReasonHasBeenSet() const
RenewalEligibility GetRenewalEligibility() const
void SetCreatedAt(CreatedAtT &&value)
void SetIssuedAt(IssuedAtT &&value)
void SetDomainName(DomainNameT &&value)
const Aws::String & GetDomainName() const
CertificateDetail & WithNotBefore(NotBeforeT &&value)
CertificateDetail & WithStatus(CertificateStatus value)
bool FailureReasonHasBeenSet() const
void SetExtendedKeyUsages(ExtendedKeyUsagesT &&value)
bool KeyAlgorithmHasBeenSet() const
CertificateDetail & WithRenewalSummary(RenewalSummaryT &&value)
void SetSubject(SubjectT &&value)
const Aws::Vector< ExtendedKeyUsage > & GetExtendedKeyUsages() const
bool CertificateArnHasBeenSet() const
bool RenewalSummaryHasBeenSet() const
CertificateDetail & WithInUseBy(InUseByT &&value)
bool TypeHasBeenSet() const
CertificateManagedBy GetManagedBy() const
const Aws::Vector< Aws::String > & GetInUseBy() const
CertificateDetail & WithRevokedAt(RevokedAtT &&value)
void SetRevokedAt(RevokedAtT &&value)
CertificateDetail & WithDomainValidationOptions(DomainValidationOptionsT &&value)
void SetFailureReason(FailureReason value)
const RenewalSummary & GetRenewalSummary() const
void SetInUseBy(InUseByT &&value)
CertificateDetail & WithRevocationReason(RevocationReason value)
const Aws::String & GetAcmeAccountId() const
void SetType(CertificateType value)
void SetNotBefore(NotBeforeT &&value)
bool OptionsHasBeenSet() const
void SetRenewalEligibility(RenewalEligibility value)
const CertificateOptions & GetOptions() const
bool IssuedAtHasBeenSet() const
void SetImportedAt(ImportedAtT &&value)
bool DomainNameHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool SubjectHasBeenSet() const
CertificateDetail & WithCertificateAuthorityArn(CertificateAuthorityArnT &&value)
const Aws::Utils::DateTime & GetRevokedAt() const
CertificateDetail & WithManagedBy(CertificateManagedBy value)
const Aws::Utils::DateTime & GetNotBefore() const
void SetNotAfter(NotAfterT &&value)
const Aws::Utils::DateTime & GetNotAfter() const
bool NotAfterHasBeenSet() const
bool ImportedAtHasBeenSet() const
CertificateDetail & WithCertificateKeyPairOrigin(CertificateKeyPairOrigin value)
const Aws::Utils::DateTime & GetIssuedAt() const
bool CertificateKeyPairOriginHasBeenSet() const
CertificateDetail & WithExtendedKeyUsages(ExtendedKeyUsagesT &&value)
const Aws::String & GetCertificateArn() const
bool IssuerHasBeenSet() const
const Aws::String & GetAcmeEndpointArn() const
AWS_ACM_API CertificateDetail()=default
const Aws::String & GetSerial() const
void SetOptions(OptionsT &&value)
CertificateDetail & AddSubjectAlternativeNames(SubjectAlternativeNamesT &&value)
void SetSubjectAlternativeNames(SubjectAlternativeNamesT &&value)
KeyAlgorithm GetKeyAlgorithm() const
void SetManagedBy(CertificateManagedBy value)
void SetSerial(SerialT &&value)
void SetAcmeEndpointArn(AcmeEndpointArnT &&value)
FailureReason GetFailureReason() const
CertificateDetail & WithSignatureAlgorithm(SignatureAlgorithmT &&value)
bool AcmeAccountIdHasBeenSet() const
CertificateDetail & WithAcmeAccountId(AcmeAccountIdT &&value)
void SetStatus(CertificateStatus value)
CertificateDetail & WithIssuedAt(IssuedAtT &&value)
bool ManagedByHasBeenSet() const
CertificateDetail & WithSerial(SerialT &&value)
CertificateDetail & AddExtendedKeyUsages(ExtendedKeyUsagesT &&value)
const Aws::String & GetSubject() const
void SetCertificateAuthorityArn(CertificateAuthorityArnT &&value)
void SetCertificateKeyPairOrigin(CertificateKeyPairOrigin value)
CertificateDetail & AddInUseBy(InUseByT &&value)
CertificateDetail & AddDomainValidationOptions(DomainValidationOptionsT &&value)
void SetDomainValidationOptions(DomainValidationOptionsT &&value)
CertificateDetail & WithFailureReason(FailureReason value)
CertificateType GetType() const
const Aws::String & GetCertificateAuthorityArn() const
CertificateDetail & WithAcmeEndpointArn(AcmeEndpointArnT &&value)
CertificateDetail & WithRenewalEligibility(RenewalEligibility value)
bool SerialHasBeenSet() const
void SetRenewalSummary(RenewalSummaryT &&value)
const Aws::Vector< DomainValidation > & GetDomainValidationOptions() const
bool KeyUsagesHasBeenSet() const
CertificateStatus GetStatus() const
void SetIssuer(IssuerT &&value)
bool InUseByHasBeenSet() const
CertificateDetail & WithOptions(OptionsT &&value)
CertificateDetail & WithIssuer(IssuerT &&value)
RevocationReason GetRevocationReason() const
void SetKeyUsages(KeyUsagesT &&value)
void SetAcmeAccountId(AcmeAccountIdT &&value)
const Aws::Vector< KeyUsage > & GetKeyUsages() const
CertificateDetail & WithSubjectAlternativeNames(SubjectAlternativeNamesT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue