@Generated(value="software.amazon.awssdk:codegen") public final class DomainSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainSummary.Builder,DomainSummary>
Information about a domain, including its name, Amazon Resource Name (ARN), and status. The ListDomains operation
returns a list of DomainSummary objects.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the domain.
|
static DomainSummary.Builder |
builder() |
Instant |
createdTime()
A timestamp that contains the date and time the domain was created.
|
String |
encryptionKey()
The key used to encrypt the domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the domain.
|
String |
owner()
The 12-digit account number of the AWS account that owns the domain.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DomainSummary.Builder> |
serializableBuilderClass() |
DomainStatus |
status()
A string that contains the status of the domain.
|
String |
statusAsString()
A string that contains the status of the domain.
|
DomainSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the domain.
public final String owner()
The 12-digit account number of the AWS account that owns the domain. It does not include dashes or spaces.
public final String arn()
The ARN of the domain.
public final DomainStatus status()
A string that contains the status of the domain. The valid values are:
Active
Deleted
If the service returns an enum value that is not available in the current SDK version, status will
return DomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Active
Deleted
DomainStatuspublic final String statusAsString()
A string that contains the status of the domain. The valid values are:
Active
Deleted
If the service returns an enum value that is not available in the current SDK version, status will
return DomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
statusAsString().
Active
Deleted
DomainStatuspublic final Instant createdTime()
A timestamp that contains the date and time the domain was created.
public final String encryptionKey()
The key used to encrypt the domain.
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 © 2021. All rights reserved.