@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LoadBalancerTlsCertificateRenewalSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the status of Lightsail's managed renewal for the certificate.
| Constructor and Description |
|---|
LoadBalancerTlsCertificateRenewalSummary() |
| Modifier and Type | Method and Description |
|---|---|
LoadBalancerTlsCertificateRenewalSummary |
clone() |
boolean |
equals(Object obj) |
List<LoadBalancerTlsCertificateDomainValidationOption> |
getDomainValidationOptions()
Contains information about the validation of each domain name in the certificate, as it pertains to Lightsail's
managed renewal.
|
String |
getRenewalStatus()
The status of Lightsail's managed renewal of the certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setDomainValidationOptions(Collection<LoadBalancerTlsCertificateDomainValidationOption> domainValidationOptions)
Contains information about the validation of each domain name in the certificate, as it pertains to Lightsail's
managed renewal.
|
void |
setRenewalStatus(String renewalStatus)
The status of Lightsail's managed renewal of the certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
LoadBalancerTlsCertificateRenewalSummary |
withDomainValidationOptions(Collection<LoadBalancerTlsCertificateDomainValidationOption> domainValidationOptions)
Contains information about the validation of each domain name in the certificate, as it pertains to Lightsail's
managed renewal.
|
LoadBalancerTlsCertificateRenewalSummary |
withDomainValidationOptions(LoadBalancerTlsCertificateDomainValidationOption... domainValidationOptions)
Contains information about the validation of each domain name in the certificate, as it pertains to Lightsail's
managed renewal.
|
LoadBalancerTlsCertificateRenewalSummary |
withRenewalStatus(LoadBalancerTlsCertificateRenewalStatus renewalStatus)
The status of Lightsail's managed renewal of the certificate.
|
LoadBalancerTlsCertificateRenewalSummary |
withRenewalStatus(String renewalStatus)
The status of Lightsail's managed renewal of the certificate.
|
public LoadBalancerTlsCertificateRenewalSummary()
public void setRenewalStatus(String renewalStatus)
The status of Lightsail's managed renewal of the certificate. Valid values are listed below.
renewalStatus - The status of Lightsail's managed renewal of the certificate. Valid values are listed below.LoadBalancerTlsCertificateRenewalStatuspublic String getRenewalStatus()
The status of Lightsail's managed renewal of the certificate. Valid values are listed below.
LoadBalancerTlsCertificateRenewalStatuspublic LoadBalancerTlsCertificateRenewalSummary withRenewalStatus(String renewalStatus)
The status of Lightsail's managed renewal of the certificate. Valid values are listed below.
renewalStatus - The status of Lightsail's managed renewal of the certificate. Valid values are listed below.LoadBalancerTlsCertificateRenewalStatuspublic LoadBalancerTlsCertificateRenewalSummary withRenewalStatus(LoadBalancerTlsCertificateRenewalStatus renewalStatus)
The status of Lightsail's managed renewal of the certificate. Valid values are listed below.
renewalStatus - The status of Lightsail's managed renewal of the certificate. Valid values are listed below.LoadBalancerTlsCertificateRenewalStatuspublic List<LoadBalancerTlsCertificateDomainValidationOption> getDomainValidationOptions()
Contains information about the validation of each domain name in the certificate, as it pertains to Lightsail's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request.
public void setDomainValidationOptions(Collection<LoadBalancerTlsCertificateDomainValidationOption> domainValidationOptions)
Contains information about the validation of each domain name in the certificate, as it pertains to Lightsail's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request.
domainValidationOptions - Contains information about the validation of each domain name in the certificate, as it pertains to
Lightsail's managed renewal. This is different from the initial validation that occurs as a result of the
RequestCertificate request.public LoadBalancerTlsCertificateRenewalSummary withDomainValidationOptions(LoadBalancerTlsCertificateDomainValidationOption... domainValidationOptions)
Contains information about the validation of each domain name in the certificate, as it pertains to Lightsail's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request.
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 validation of each domain name in the certificate, as it pertains to
Lightsail's managed renewal. This is different from the initial validation that occurs as a result of the
RequestCertificate request.public LoadBalancerTlsCertificateRenewalSummary withDomainValidationOptions(Collection<LoadBalancerTlsCertificateDomainValidationOption> domainValidationOptions)
Contains information about the validation of each domain name in the certificate, as it pertains to Lightsail's managed renewal. This is different from the initial validation that occurs as a result of the RequestCertificate request.
domainValidationOptions - Contains information about the validation of each domain name in the certificate, as it pertains to
Lightsail's managed renewal. This is different from the initial validation that occurs as a result of the
RequestCertificate request.public String toString()
toString in class ObjectObject.toString()public LoadBalancerTlsCertificateRenewalSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.