@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)
Marshalls this structured data using the given
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.
|
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.LoadBalancerTlsCertificateRenewalStatus
public String getRenewalStatus()
The status of Lightsail's managed renewal of the certificate. Valid values are listed below.
LoadBalancerTlsCertificateRenewalStatus
public 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.LoadBalancerTlsCertificateRenewalStatus
public 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.LoadBalancerTlsCertificateRenewalStatus
public 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 Object
Object.toString()
public LoadBalancerTlsCertificateRenewalSummary 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.