@Generated(value="software.amazon.awssdk:codegen") public final class DomainSummary extends Object implements SdkPojo, Serializable, 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() |
List<SdkField<?>> |
sdkFields() |
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.
|
copy
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DomainSummary.Builder,DomainSummary>
public static DomainSummary.Builder builder()
public static Class<? extends DomainSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.