Class DomainSummary

    • 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, status will return DomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        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, status will return DomainStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the Amazon DataZone domain.
        See Also:
        DomainStatus
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)