Class DescribeEntityResponse

    • Method Detail

      • entityType

        public final String entityType()

        The named type of the entity, in the format of EntityType@Version.

        Returns:
        The named type of the entity, in the format of EntityType@Version.
      • entityIdentifier

        public final String entityIdentifier()

        The identifier of the entity, in the format of EntityId@RevisionId.

        Returns:
        The identifier of the entity, in the format of EntityId@RevisionId.
      • entityArn

        public final String entityArn()

        The ARN associated to the unique identifier for the entity referenced in this request.

        Returns:
        The ARN associated to the unique identifier for the entity referenced in this request.
      • lastModifiedDate

        public final String lastModifiedDate()

        The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).

        Returns:
        The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
      • details

        public final String details()

        This stringified JSON object includes the details of the entity.

        Returns:
        This stringified JSON object includes the details of the entity.
      • detailsDocument

        public final Document detailsDocument()

        The JSON value of the details specific to the entity.

        Returns:
        The JSON value of the details specific to the entity.
      • 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