@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CertificateDetail extends Object implements Serializable, Cloneable, StructuredPojo
Contains metadata about an ACM certificate. This structure is returned in the response to a DescribeCertificate request.
Constructor and Description |
---|
CertificateDetail() |
Modifier and Type | Method and Description |
---|---|
CertificateDetail |
clone() |
boolean |
equals(Object obj) |
String |
getCertificateArn()
The Amazon Resource Name (ARN) of the certificate.
|
Date |
getCreatedAt()
The time at which the certificate was requested.
|
String |
getDomainName()
The fully qualified domain name for the certificate, such as www.example.com or example.com.
|
List<DomainValidation> |
getDomainValidationOptions()
Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request.
|
String |
getFailureReason()
The reason the certificate request failed.
|
Date |
getImportedAt()
The date and time at which the certificate was imported.
|
List<String> |
getInUseBy()
A list of ARNs for the AWS resources that are using the certificate.
|
Date |
getIssuedAt()
The time at which the certificate was issued.
|
String |
getIssuer()
The name of the certificate authority that issued and signed the certificate.
|
String |
getKeyAlgorithm()
The algorithm that was used to generate the key pair (the public and private key).
|
Date |
getNotAfter()
The time after which the certificate is not valid.
|
Date |
getNotBefore()
The time before which the certificate is not valid.
|
RenewalSummary |
getRenewalSummary()
Contains information about the status of ACM's managed renewal for the certificate.
|
String |
getRevocationReason()
The reason the certificate was revoked.
|
Date |
getRevokedAt()
The time at which the certificate was revoked.
|
String |
getSerial()
The serial number of the certificate.
|
String |
getSignatureAlgorithm()
The algorithm that was used to sign the certificate.
|
String |
getStatus()
The status of the certificate.
|
String |
getSubject()
The name of the entity that is associated with the public key contained in the certificate.
|
List<String> |
getSubjectAlternativeNames()
One or more domain names (subject alternative names) included in the certificate.
|
String |
getType()
The source of the certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
void |
setCreatedAt(Date createdAt)
The time at which the certificate was requested.
|
void |
setDomainName(String domainName)
The fully qualified domain name for the certificate, such as www.example.com or example.com.
|
void |
setDomainValidationOptions(Collection<DomainValidation> domainValidationOptions)
Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request.
|
void |
setFailureReason(FailureReason failureReason)
The reason the certificate request failed.
|
void |
setFailureReason(String failureReason)
The reason the certificate request failed.
|
void |
setImportedAt(Date importedAt)
The date and time at which the certificate was imported.
|
void |
setInUseBy(Collection<String> inUseBy)
A list of ARNs for the AWS resources that are using the certificate.
|
void |
setIssuedAt(Date issuedAt)
The time at which the certificate was issued.
|
void |
setIssuer(String issuer)
The name of the certificate authority that issued and signed the certificate.
|
void |
setKeyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the key pair (the public and private key).
|
void |
setKeyAlgorithm(String keyAlgorithm)
The algorithm that was used to generate the key pair (the public and private key).
|
void |
setNotAfter(Date notAfter)
The time after which the certificate is not valid.
|
void |
setNotBefore(Date notBefore)
The time before which the certificate is not valid.
|
void |
setRenewalSummary(RenewalSummary renewalSummary)
Contains information about the status of ACM's managed renewal for the certificate.
|
void |
setRevocationReason(RevocationReason revocationReason)
The reason the certificate was revoked.
|
void |
setRevocationReason(String revocationReason)
The reason the certificate was revoked.
|
void |
setRevokedAt(Date revokedAt)
The time at which the certificate was revoked.
|
void |
setSerial(String serial)
The serial number of the certificate.
|
void |
setSignatureAlgorithm(String signatureAlgorithm)
The algorithm that was used to sign the certificate.
|
void |
setStatus(CertificateStatus status)
The status of the certificate.
|
void |
setStatus(String status)
The status of the certificate.
|
void |
setSubject(String subject)
The name of the entity that is associated with the public key contained in the certificate.
|
void |
setSubjectAlternativeNames(Collection<String> subjectAlternativeNames)
One or more domain names (subject alternative names) included in the certificate.
|
void |
setType(CertificateType type)
The source of the certificate.
|
void |
setType(String type)
The source of the certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CertificateDetail |
withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate.
|
CertificateDetail |
withCreatedAt(Date createdAt)
The time at which the certificate was requested.
|
CertificateDetail |
withDomainName(String domainName)
The fully qualified domain name for the certificate, such as www.example.com or example.com.
|
CertificateDetail |
withDomainValidationOptions(Collection<DomainValidation> domainValidationOptions)
Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request.
|
CertificateDetail |
withDomainValidationOptions(DomainValidation... domainValidationOptions)
Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request.
|
CertificateDetail |
withFailureReason(FailureReason failureReason)
The reason the certificate request failed.
|
CertificateDetail |
withFailureReason(String failureReason)
The reason the certificate request failed.
|
CertificateDetail |
withImportedAt(Date importedAt)
The date and time at which the certificate was imported.
|
CertificateDetail |
withInUseBy(Collection<String> inUseBy)
A list of ARNs for the AWS resources that are using the certificate.
|
CertificateDetail |
withInUseBy(String... inUseBy)
A list of ARNs for the AWS resources that are using the certificate.
|
CertificateDetail |
withIssuedAt(Date issuedAt)
The time at which the certificate was issued.
|
CertificateDetail |
withIssuer(String issuer)
The name of the certificate authority that issued and signed the certificate.
|
CertificateDetail |
withKeyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the key pair (the public and private key).
|
CertificateDetail |
withKeyAlgorithm(String keyAlgorithm)
The algorithm that was used to generate the key pair (the public and private key).
|
CertificateDetail |
withNotAfter(Date notAfter)
The time after which the certificate is not valid.
|
CertificateDetail |
withNotBefore(Date notBefore)
The time before which the certificate is not valid.
|
CertificateDetail |
withRenewalSummary(RenewalSummary renewalSummary)
Contains information about the status of ACM's managed renewal for the certificate.
|
CertificateDetail |
withRevocationReason(RevocationReason revocationReason)
The reason the certificate was revoked.
|
CertificateDetail |
withRevocationReason(String revocationReason)
The reason the certificate was revoked.
|
CertificateDetail |
withRevokedAt(Date revokedAt)
The time at which the certificate was revoked.
|
CertificateDetail |
withSerial(String serial)
The serial number of the certificate.
|
CertificateDetail |
withSignatureAlgorithm(String signatureAlgorithm)
The algorithm that was used to sign the certificate.
|
CertificateDetail |
withStatus(CertificateStatus status)
The status of the certificate.
|
CertificateDetail |
withStatus(String status)
The status of the certificate.
|
CertificateDetail |
withSubject(String subject)
The name of the entity that is associated with the public key contained in the certificate.
|
CertificateDetail |
withSubjectAlternativeNames(Collection<String> subjectAlternativeNames)
One or more domain names (subject alternative names) included in the certificate.
|
CertificateDetail |
withSubjectAlternativeNames(String... subjectAlternativeNames)
One or more domain names (subject alternative names) included in the certificate.
|
CertificateDetail |
withType(CertificateType type)
The source of the certificate.
|
CertificateDetail |
withType(String type)
The source of the certificate.
|
public void setCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
certificateArn
- The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names
(ARNs) and AWS Service Namespaces in the AWS General Reference.public String getCertificateArn()
The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
public CertificateDetail withCertificateArn(String certificateArn)
The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names (ARNs) and AWS Service Namespaces in the AWS General Reference.
certificateArn
- The Amazon Resource Name (ARN) of the certificate. For more information about ARNs, see Amazon Resource Names
(ARNs) and AWS Service Namespaces in the AWS General Reference.public void setDomainName(String domainName)
The fully qualified domain name for the certificate, such as www.example.com or example.com.
domainName
- The fully qualified domain name for the certificate, such as www.example.com or example.com.public String getDomainName()
The fully qualified domain name for the certificate, such as www.example.com or example.com.
public CertificateDetail withDomainName(String domainName)
The fully qualified domain name for the certificate, such as www.example.com or example.com.
domainName
- The fully qualified domain name for the certificate, such as www.example.com or example.com.public List<String> getSubjectAlternativeNames()
One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.
public void setSubjectAlternativeNames(Collection<String> subjectAlternativeNames)
One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.
subjectAlternativeNames
- One or more domain names (subject alternative names) included in the certificate. This list contains the
domain names that are bound to the public key that is contained in the certificate. The subject
alternative names include the canonical domain name (CN) of the certificate and additional domain names
that can be used to connect to the website.public CertificateDetail withSubjectAlternativeNames(String... subjectAlternativeNames)
One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.
NOTE: This method appends the values to the existing list (if any). Use
setSubjectAlternativeNames(java.util.Collection)
or
withSubjectAlternativeNames(java.util.Collection)
if you want to override the existing values.
subjectAlternativeNames
- One or more domain names (subject alternative names) included in the certificate. This list contains the
domain names that are bound to the public key that is contained in the certificate. The subject
alternative names include the canonical domain name (CN) of the certificate and additional domain names
that can be used to connect to the website.public CertificateDetail withSubjectAlternativeNames(Collection<String> subjectAlternativeNames)
One or more domain names (subject alternative names) included in the certificate. This list contains the domain names that are bound to the public key that is contained in the certificate. The subject alternative names include the canonical domain name (CN) of the certificate and additional domain names that can be used to connect to the website.
subjectAlternativeNames
- One or more domain names (subject alternative names) included in the certificate. This list contains the
domain names that are bound to the public key that is contained in the certificate. The subject
alternative names include the canonical domain name (CN) of the certificate and additional domain names
that can be used to connect to the website.public List<DomainValidation> getDomainValidationOptions()
Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED
.
AMAZON_ISSUED
.public void setDomainValidationOptions(Collection<DomainValidation> domainValidationOptions)
Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED
.
domainValidationOptions
- Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request. This field exists only when the certificate type is
AMAZON_ISSUED
.public CertificateDetail withDomainValidationOptions(DomainValidation... domainValidationOptions)
Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED
.
NOTE: This method appends the values to the existing list (if any). Use
setDomainValidationOptions(java.util.Collection)
or
withDomainValidationOptions(java.util.Collection)
if you want to override the existing values.
domainValidationOptions
- Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request. This field exists only when the certificate type is
AMAZON_ISSUED
.public CertificateDetail withDomainValidationOptions(Collection<DomainValidation> domainValidationOptions)
Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request. This field exists only when the certificate type is AMAZON_ISSUED
.
domainValidationOptions
- Contains information about the initial validation of each domain name that occurs as a result of the
RequestCertificate request. This field exists only when the certificate type is
AMAZON_ISSUED
.public void setSerial(String serial)
The serial number of the certificate.
serial
- The serial number of the certificate.public String getSerial()
The serial number of the certificate.
public CertificateDetail withSerial(String serial)
The serial number of the certificate.
serial
- The serial number of the certificate.public void setSubject(String subject)
The name of the entity that is associated with the public key contained in the certificate.
subject
- The name of the entity that is associated with the public key contained in the certificate.public String getSubject()
The name of the entity that is associated with the public key contained in the certificate.
public CertificateDetail withSubject(String subject)
The name of the entity that is associated with the public key contained in the certificate.
subject
- The name of the entity that is associated with the public key contained in the certificate.public void setIssuer(String issuer)
The name of the certificate authority that issued and signed the certificate.
issuer
- The name of the certificate authority that issued and signed the certificate.public String getIssuer()
The name of the certificate authority that issued and signed the certificate.
public CertificateDetail withIssuer(String issuer)
The name of the certificate authority that issued and signed the certificate.
issuer
- The name of the certificate authority that issued and signed the certificate.public void setCreatedAt(Date createdAt)
The time at which the certificate was requested. This value exists only when the certificate type is
AMAZON_ISSUED
.
createdAt
- The time at which the certificate was requested. This value exists only when the certificate type is
AMAZON_ISSUED
.public Date getCreatedAt()
The time at which the certificate was requested. This value exists only when the certificate type is
AMAZON_ISSUED
.
AMAZON_ISSUED
.public CertificateDetail withCreatedAt(Date createdAt)
The time at which the certificate was requested. This value exists only when the certificate type is
AMAZON_ISSUED
.
createdAt
- The time at which the certificate was requested. This value exists only when the certificate type is
AMAZON_ISSUED
.public void setIssuedAt(Date issuedAt)
The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED
.
issuedAt
- The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED
.public Date getIssuedAt()
The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED
.
AMAZON_ISSUED
.public CertificateDetail withIssuedAt(Date issuedAt)
The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED
.
issuedAt
- The time at which the certificate was issued. This value exists only when the certificate type is
AMAZON_ISSUED
.public void setImportedAt(Date importedAt)
The date and time at which the certificate was imported. This value exists only when the certificate type is
IMPORTED
.
importedAt
- The date and time at which the certificate was imported. This value exists only when the certificate type
is IMPORTED
.public Date getImportedAt()
The date and time at which the certificate was imported. This value exists only when the certificate type is
IMPORTED
.
IMPORTED
.public CertificateDetail withImportedAt(Date importedAt)
The date and time at which the certificate was imported. This value exists only when the certificate type is
IMPORTED
.
importedAt
- The date and time at which the certificate was imported. This value exists only when the certificate type
is IMPORTED
.public void setStatus(String status)
The status of the certificate.
status
- The status of the certificate.CertificateStatus
public String getStatus()
The status of the certificate.
CertificateStatus
public CertificateDetail withStatus(String status)
The status of the certificate.
status
- The status of the certificate.CertificateStatus
public void setStatus(CertificateStatus status)
The status of the certificate.
status
- The status of the certificate.CertificateStatus
public CertificateDetail withStatus(CertificateStatus status)
The status of the certificate.
status
- The status of the certificate.CertificateStatus
public void setRevokedAt(Date revokedAt)
The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
revokedAt
- The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED
.public Date getRevokedAt()
The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
REVOKED
.public CertificateDetail withRevokedAt(Date revokedAt)
The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
revokedAt
- The time at which the certificate was revoked. This value exists only when the certificate status is
REVOKED
.public void setRevocationReason(String revocationReason)
The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
revocationReason
- The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED
.RevocationReason
public String getRevocationReason()
The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
REVOKED
.RevocationReason
public CertificateDetail withRevocationReason(String revocationReason)
The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
revocationReason
- The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED
.RevocationReason
public void setRevocationReason(RevocationReason revocationReason)
The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
revocationReason
- The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED
.RevocationReason
public CertificateDetail withRevocationReason(RevocationReason revocationReason)
The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED
.
revocationReason
- The reason the certificate was revoked. This value exists only when the certificate status is
REVOKED
.RevocationReason
public void setNotBefore(Date notBefore)
The time before which the certificate is not valid.
notBefore
- The time before which the certificate is not valid.public Date getNotBefore()
The time before which the certificate is not valid.
public CertificateDetail withNotBefore(Date notBefore)
The time before which the certificate is not valid.
notBefore
- The time before which the certificate is not valid.public void setNotAfter(Date notAfter)
The time after which the certificate is not valid.
notAfter
- The time after which the certificate is not valid.public Date getNotAfter()
The time after which the certificate is not valid.
public CertificateDetail withNotAfter(Date notAfter)
The time after which the certificate is not valid.
notAfter
- The time after which the certificate is not valid.public void setKeyAlgorithm(String keyAlgorithm)
The algorithm that was used to generate the key pair (the public and private key).
keyAlgorithm
- The algorithm that was used to generate the key pair (the public and private key).KeyAlgorithm
public String getKeyAlgorithm()
The algorithm that was used to generate the key pair (the public and private key).
KeyAlgorithm
public CertificateDetail withKeyAlgorithm(String keyAlgorithm)
The algorithm that was used to generate the key pair (the public and private key).
keyAlgorithm
- The algorithm that was used to generate the key pair (the public and private key).KeyAlgorithm
public void setKeyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the key pair (the public and private key).
keyAlgorithm
- The algorithm that was used to generate the key pair (the public and private key).KeyAlgorithm
public CertificateDetail withKeyAlgorithm(KeyAlgorithm keyAlgorithm)
The algorithm that was used to generate the key pair (the public and private key).
keyAlgorithm
- The algorithm that was used to generate the key pair (the public and private key).KeyAlgorithm
public void setSignatureAlgorithm(String signatureAlgorithm)
The algorithm that was used to sign the certificate.
signatureAlgorithm
- The algorithm that was used to sign the certificate.public String getSignatureAlgorithm()
The algorithm that was used to sign the certificate.
public CertificateDetail withSignatureAlgorithm(String signatureAlgorithm)
The algorithm that was used to sign the certificate.
signatureAlgorithm
- The algorithm that was used to sign the certificate.public List<String> getInUseBy()
A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.
public void setInUseBy(Collection<String> inUseBy)
A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.
inUseBy
- A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple
AWS resources.public CertificateDetail withInUseBy(String... inUseBy)
A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.
NOTE: This method appends the values to the existing list (if any). Use
setInUseBy(java.util.Collection)
or withInUseBy(java.util.Collection)
if you want to override
the existing values.
inUseBy
- A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple
AWS resources.public CertificateDetail withInUseBy(Collection<String> inUseBy)
A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple AWS resources.
inUseBy
- A list of ARNs for the AWS resources that are using the certificate. A certificate can be used by multiple
AWS resources.public void setFailureReason(String failureReason)
The reason the certificate request failed. This value exists only when the certificate status is
FAILED
. For more information, see Certificate
Request Failed in the AWS Certificate Manager User Guide.
failureReason
- The reason the certificate request failed. This value exists only when the certificate status is
FAILED
. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.FailureReason
public String getFailureReason()
The reason the certificate request failed. This value exists only when the certificate status is
FAILED
. For more information, see Certificate
Request Failed in the AWS Certificate Manager User Guide.
FAILED
. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.FailureReason
public CertificateDetail withFailureReason(String failureReason)
The reason the certificate request failed. This value exists only when the certificate status is
FAILED
. For more information, see Certificate
Request Failed in the AWS Certificate Manager User Guide.
failureReason
- The reason the certificate request failed. This value exists only when the certificate status is
FAILED
. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.FailureReason
public void setFailureReason(FailureReason failureReason)
The reason the certificate request failed. This value exists only when the certificate status is
FAILED
. For more information, see Certificate
Request Failed in the AWS Certificate Manager User Guide.
failureReason
- The reason the certificate request failed. This value exists only when the certificate status is
FAILED
. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.FailureReason
public CertificateDetail withFailureReason(FailureReason failureReason)
The reason the certificate request failed. This value exists only when the certificate status is
FAILED
. For more information, see Certificate
Request Failed in the AWS Certificate Manager User Guide.
failureReason
- The reason the certificate request failed. This value exists only when the certificate status is
FAILED
. For more information, see Certificate Request Failed in the AWS Certificate Manager User Guide.FailureReason
public void setType(String type)
The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED
. For
certificates that you imported with ImportCertificate, this value is IMPORTED
. ACM does not
provide managed renewal for
imported certificates. For more information about the differences between certificates that you import and those
that ACM provides, see Importing Certificates in the
AWS Certificate Manager User Guide.
type
- The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED
.
For certificates that you imported with ImportCertificate, this value is IMPORTED
. ACM
does not provide managed
renewal for imported certificates. For more information about the differences between certificates
that you import and those that ACM provides, see Importing Certificates
in the AWS Certificate Manager User Guide.CertificateType
public String getType()
The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED
. For
certificates that you imported with ImportCertificate, this value is IMPORTED
. ACM does not
provide managed renewal for
imported certificates. For more information about the differences between certificates that you import and those
that ACM provides, see Importing Certificates in the
AWS Certificate Manager User Guide.
AMAZON_ISSUED
. For certificates that you imported with ImportCertificate, this value is IMPORTED
.
ACM does not provide managed
renewal for imported certificates. For more information about the differences between certificates
that you import and those that ACM provides, see Importing Certificates
in the AWS Certificate Manager User Guide.CertificateType
public CertificateDetail withType(String type)
The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED
. For
certificates that you imported with ImportCertificate, this value is IMPORTED
. ACM does not
provide managed renewal for
imported certificates. For more information about the differences between certificates that you import and those
that ACM provides, see Importing Certificates in the
AWS Certificate Manager User Guide.
type
- The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED
.
For certificates that you imported with ImportCertificate, this value is IMPORTED
. ACM
does not provide managed
renewal for imported certificates. For more information about the differences between certificates
that you import and those that ACM provides, see Importing Certificates
in the AWS Certificate Manager User Guide.CertificateType
public void setType(CertificateType type)
The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED
. For
certificates that you imported with ImportCertificate, this value is IMPORTED
. ACM does not
provide managed renewal for
imported certificates. For more information about the differences between certificates that you import and those
that ACM provides, see Importing Certificates in the
AWS Certificate Manager User Guide.
type
- The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED
.
For certificates that you imported with ImportCertificate, this value is IMPORTED
. ACM
does not provide managed
renewal for imported certificates. For more information about the differences between certificates
that you import and those that ACM provides, see Importing Certificates
in the AWS Certificate Manager User Guide.CertificateType
public CertificateDetail withType(CertificateType type)
The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED
. For
certificates that you imported with ImportCertificate, this value is IMPORTED
. ACM does not
provide managed renewal for
imported certificates. For more information about the differences between certificates that you import and those
that ACM provides, see Importing Certificates in the
AWS Certificate Manager User Guide.
type
- The source of the certificate. For certificates provided by ACM, this value is AMAZON_ISSUED
.
For certificates that you imported with ImportCertificate, this value is IMPORTED
. ACM
does not provide managed
renewal for imported certificates. For more information about the differences between certificates
that you import and those that ACM provides, see Importing Certificates
in the AWS Certificate Manager User Guide.CertificateType
public void setRenewalSummary(RenewalSummary renewalSummary)
Contains information about the status of ACM's managed renewal for the certificate.
This field exists only when the certificate type is AMAZON_ISSUED
.
renewalSummary
- Contains information about the status of ACM's managed renewal for the
certificate. This field exists only when the certificate type is AMAZON_ISSUED
.public RenewalSummary getRenewalSummary()
Contains information about the status of ACM's managed renewal for the certificate.
This field exists only when the certificate type is AMAZON_ISSUED
.
AMAZON_ISSUED
.public CertificateDetail withRenewalSummary(RenewalSummary renewalSummary)
Contains information about the status of ACM's managed renewal for the certificate.
This field exists only when the certificate type is AMAZON_ISSUED
.
renewalSummary
- Contains information about the status of ACM's managed renewal for the
certificate. This field exists only when the certificate type is AMAZON_ISSUED
.public String toString()
toString
in class Object
Object.toString()
public CertificateDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.