Class GetListingResponse

    • Method Detail

      • createdAt

        public final Instant createdAt()

        The timestamp of when the listing was created.

        Returns:
        The timestamp of when the listing was created.
      • createdBy

        public final String createdBy()

        The Amazon DataZone user who created the listing.

        Returns:
        The Amazon DataZone user who created the listing.
      • description

        public final String description()

        The description of the listing.

        Returns:
        The description of the listing.
      • domainId

        public final String domainId()

        The ID of the Amazon DataZone domain.

        Returns:
        The ID of the Amazon DataZone domain.
      • id

        public final String id()

        The ID of the listing.

        Returns:
        The ID of the listing.
      • item

        public final ListingItem item()

        The details of a listing.

        Returns:
        The details of a listing.
      • listingRevision

        public final String listingRevision()

        The revision of a listing.

        Returns:
        The revision of a listing.
      • name

        public final String name()

        The name of the listing.

        Returns:
        The name of the listing.
      • statusAsString

        public final String statusAsString()

        The status of the listing.

        If the service returns an enum value that is not available in the current SDK version, status will return ListingStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from statusAsString().

        Returns:
        The status of the listing.
        See Also:
        ListingStatus
      • updatedAt

        public final Instant updatedAt()

        The timestamp of when the listing was updated.

        Returns:
        The timestamp of when the listing was updated.
      • updatedBy

        public final String updatedBy()

        The Amazon DataZone user who updated the listing.

        Returns:
        The Amazon DataZone user who updated the listing.
      • 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