@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) |
boolean |
equalsBySdkFields(Object obj) |
Instant |
expiry()
Expiration date of the domain in Unix time format and 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() |
String |
toString()
Returns a string representation of this object.
|
Boolean |
transferLock()
Indicates whether a domain is locked from unauthorized transfer to another party.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String domainName()
The name of the domain that the summary information applies to.
public final Boolean autoRenew()
Indicates whether the domain is automatically renewed upon expiration.
public final Boolean transferLock()
Indicates whether a domain is locked from unauthorized transfer to another party.
public final Instant expiry()
Expiration date of the domain in Unix time format and Coordinated Universal Time (UTC).
public DomainSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DomainSummary.Builder,DomainSummary>public static DomainSummary.Builder builder()
public static Class<? extends DomainSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.