StructuredPojo, ToCopyableBuilder<RenewalSummary.Builder,RenewalSummary>@Generated("software.amazon.awssdk:codegen") public class RenewalSummary extends Object implements StructuredPojo, ToCopyableBuilder<RenewalSummary.Builder,RenewalSummary>
Contains information about the status of ACM's managed renewal for the certificate. This
structure exists only when the certificate type is AMAZON_ISSUED.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
RenewalSummary.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static RenewalSummary.Builder |
builder() |
|
List<DomainValidation> |
domainValidationOptions() |
Contains information about the validation of each domain name in the certificate, as it pertains to ACM's managed renewal.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller. |
String |
renewalStatus() |
The status of ACM's managed
renewal of the certificate.
|
static Class<? extends RenewalSummary.Builder> |
serializableBuilderClass() |
|
RenewalSummary.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String renewalStatus()
The status of ACM's managed renewal of the certificate.
RenewalStatuspublic List<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.
AMAZON_ISSUED.public RenewalSummary.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<RenewalSummary.Builder,RenewalSummary>public static RenewalSummary.Builder builder()
public static Class<? extends RenewalSummary.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.