@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RenewalSummary extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the status of ACM's managed renewal for the certificate. This
structure exists only when the certificate type is AMAZON_ISSUED
.
Constructor and Description |
---|
RenewalSummary() |
Modifier and Type | Method and Description |
---|---|
RenewalSummary |
clone() |
boolean |
equals(Object obj) |
List<DomainValidation> |
getDomainValidationOptions()
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal.
|
String |
getRenewalStatus()
The status of ACM's managed
renewal of the certificate.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDomainValidationOptions(Collection<DomainValidation> domainValidationOptions)
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal.
|
void |
setRenewalStatus(RenewalStatus renewalStatus)
The status of ACM's managed
renewal of the certificate.
|
void |
setRenewalStatus(String renewalStatus)
The status of ACM's managed
renewal of the certificate.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
RenewalSummary |
withDomainValidationOptions(Collection<DomainValidation> domainValidationOptions)
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal.
|
RenewalSummary |
withDomainValidationOptions(DomainValidation... domainValidationOptions)
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal.
|
RenewalSummary |
withRenewalStatus(RenewalStatus renewalStatus)
The status of ACM's managed
renewal of the certificate.
|
RenewalSummary |
withRenewalStatus(String renewalStatus)
The status of ACM's managed
renewal of the certificate.
|
public void setRenewalStatus(String renewalStatus)
The status of ACM's managed renewal of the certificate.
renewalStatus
- The status of ACM's managed
renewal of the certificate.RenewalStatus
public String getRenewalStatus()
The status of ACM's managed renewal of the certificate.
RenewalStatus
public RenewalSummary withRenewalStatus(String renewalStatus)
The status of ACM's managed renewal of the certificate.
renewalStatus
- The status of ACM's managed
renewal of the certificate.RenewalStatus
public void setRenewalStatus(RenewalStatus renewalStatus)
The status of ACM's managed renewal of the certificate.
renewalStatus
- The status of ACM's managed
renewal of the certificate.RenewalStatus
public RenewalSummary withRenewalStatus(RenewalStatus renewalStatus)
The status of ACM's managed renewal of the certificate.
renewalStatus
- The status of ACM's managed
renewal of the certificate.RenewalStatus
public List<DomainValidation> getDomainValidationOptions()
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different
from the initial validation 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 validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different
from the initial validation 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 validation of each domain name in the certificate, as it pertains to ACM's
managed renewal. This is
different from the initial validation that occurs as a result of the RequestCertificate request.
This field exists only when the certificate type is AMAZON_ISSUED
.public RenewalSummary withDomainValidationOptions(DomainValidation... domainValidationOptions)
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different
from the initial validation 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 validation of each domain name in the certificate, as it pertains to ACM's
managed renewal. This is
different from the initial validation that occurs as a result of the RequestCertificate request.
This field exists only when the certificate type is AMAZON_ISSUED
.public RenewalSummary withDomainValidationOptions(Collection<DomainValidation> domainValidationOptions)
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal. This is different
from the initial validation 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 validation of each domain name in the certificate, as it pertains to ACM's
managed renewal. This is
different from the initial validation that occurs as a result of the RequestCertificate request.
This field exists only when the certificate type is AMAZON_ISSUED
.public String toString()
toString
in class Object
Object.toString()
public RenewalSummary 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.