@Generated(value="software.amazon.awssdk:codegen") public final class DomainSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainSummary.Builder,DomainSummary>
A summary of a Amazon DataZone domain.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DomainSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
arn()
The ARN of the Amazon DataZone domain.
|
static DomainSummary.Builder |
builder() |
Instant |
createdAt()
A timestamp of when a Amazon DataZone domain was created.
|
String |
description()
A description of an Amazon DataZone domain.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the Amazon DataZone domain.
|
Instant |
lastUpdatedAt()
A timestamp of when a Amazon DataZone domain was last updated.
|
String |
managedAccountId()
The identifier of the Amazon Web Services account that manages the domain.
|
String |
name()
A name of an Amazon DataZone domain.
|
String |
portalUrl()
The data portal URL for the Amazon DataZone domain.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DomainSummary.Builder> |
serializableBuilderClass() |
DomainStatus |
status()
The status of the Amazon DataZone domain.
|
String |
statusAsString()
The status of the Amazon DataZone domain.
|
DomainSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String arn()
The ARN of the Amazon DataZone domain.
public final Instant createdAt()
A timestamp of when a Amazon DataZone domain was created.
public final String description()
A description of an Amazon DataZone domain.
public final String id()
The ID of the Amazon DataZone domain.
public final Instant lastUpdatedAt()
A timestamp of when a Amazon DataZone domain was last updated.
public final String managedAccountId()
The identifier of the Amazon Web Services account that manages the domain.
public final String name()
A name of an Amazon DataZone domain.
public final String portalUrl()
The data portal URL for the Amazon DataZone domain.
public final DomainStatus status()
The status of the Amazon DataZone domain.
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().
DomainStatuspublic final String statusAsString()
The status of the Amazon DataZone domain.
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().
DomainStatuspublic 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.