StructuredPojo
, ToCopyableBuilder<DomainSummary.Builder,DomainSummary>
@Generated("software.amazon.awssdk:codegen") public class DomainSummary extends Object implements StructuredPojo, ToCopyableBuilder<DomainSummary.Builder,DomainSummary>
Summary information about one domain.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DomainSummary.Builder |
Modifier and Type | Method | 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) |
|
Date |
expiry() |
Expiration date of the domain in Coordinated Universal Time (UTC).
|
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.
|
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 Date 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.