Class DomainSummary
- java.lang.Object
-
- software.amazon.awssdk.services.datazone.model.DomainSummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DomainSummary.Builder,DomainSummary>
@Generated("software.amazon.awssdk:codegen") public final class DomainSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DomainSummary.Builder,DomainSummary>
A summary of a Amazon DataZone domain.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDomainSummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringarn()The ARN of the Amazon DataZone domain.static DomainSummary.Builderbuilder()InstantcreatedAt()A timestamp of when a Amazon DataZone domain was created.Stringdescription()A description of an Amazon DataZone domain.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The ID of the Amazon DataZone domain.InstantlastUpdatedAt()A timestamp of when a Amazon DataZone domain was last updated.StringmanagedAccountId()The identifier of the Amazon Web Services account that manages the domain.Stringname()A name of an Amazon DataZone domain.StringportalUrl()The data portal URL for the Amazon DataZone domain.List<SdkField<?>>sdkFields()static Class<? extends DomainSummary.Builder>serializableBuilderClass()DomainStatusstatus()The status of the Amazon DataZone domain.StringstatusAsString()The status of the Amazon DataZone domain.DomainSummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
arn
public final String arn()
The ARN of the Amazon DataZone domain.
- Returns:
- The ARN of the Amazon DataZone domain.
-
createdAt
public final Instant createdAt()
A timestamp of when a Amazon DataZone domain was created.
- Returns:
- A timestamp of when a Amazon DataZone domain was created.
-
description
public final String description()
A description of an Amazon DataZone domain.
- Returns:
- A description of an Amazon DataZone domain.
-
id
public final String id()
The ID of the Amazon DataZone domain.
- Returns:
- The ID of the Amazon DataZone domain.
-
lastUpdatedAt
public final Instant lastUpdatedAt()
A timestamp of when a Amazon DataZone domain was last updated.
- Returns:
- A timestamp of when a Amazon DataZone domain was last updated.
-
managedAccountId
public final String managedAccountId()
The identifier of the Amazon Web Services account that manages the domain.
- Returns:
- The identifier of the Amazon Web Services account that manages the domain.
-
name
public final String name()
A name of an Amazon DataZone domain.
- Returns:
- A name of an Amazon DataZone domain.
-
portalUrl
public final String portalUrl()
The data portal URL for the Amazon DataZone domain.
- Returns:
- The data portal URL for the Amazon DataZone domain.
-
status
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,
statuswill returnDomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the Amazon DataZone domain.
- See Also:
DomainStatus
-
statusAsString
public 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,
statuswill returnDomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the Amazon DataZone domain.
- See Also:
DomainStatus
-
toBuilder
public DomainSummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DomainSummary.Builder,DomainSummary>
-
builder
public static DomainSummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends DomainSummary.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-