@Generated(value="software.amazon.awssdk:codegen") public class DomainSummary extends Object implements StructuredPojo, ToCopyableBuilder<DomainSummary.Builder,DomainSummary>
Summary information about one domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
autoRenew()
Indicates whether the domain is automatically renewed upon expiration.
|
static DomainSummary.Builder |
builder() |
String |
domainName()
The name of the domain that the summary information applies to.
|
boolean |
equals(Object obj) |
Instant |
expiry()
Expiration date of the domain in Coordinated Universal Time (UTC).
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
static Class<? extends DomainSummary.Builder> |
serializableBuilderClass() |
DomainSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
Boolean |
transferLock()
Indicates whether a domain is locked from unauthorized transfer to another party.
|
copypublic String domainName()
The name of the domain that the summary information applies to.
public Boolean autoRenew()
Indicates whether the domain is automatically renewed upon expiration.
public Boolean transferLock()
Indicates whether a domain is locked from unauthorized transfer to another party.
public Instant expiry()
Expiration date of the domain in Coordinated Universal Time (UTC).
public DomainSummary.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DomainSummary.Builder,DomainSummary>public static DomainSummary.Builder builder()
public static Class<? extends DomainSummary.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.