Class EntitySummary

    • Method Detail

      • name

        public final String name()

        The name for the entity. This value is not unique. It is defined by the seller.

        Returns:
        The name for the entity. This value is not unique. It is defined by the seller.
      • entityType

        public final String entityType()

        The type of the entity.

        Returns:
        The type of the entity.
      • entityId

        public final String entityId()

        The unique identifier for the entity.

        Returns:
        The unique identifier for the entity.
      • entityArn

        public final String entityArn()

        The ARN associated with the unique identifier for the entity.

        Returns:
        The ARN associated with the unique identifier for the entity.
      • lastModifiedDate

        public final String lastModifiedDate()

        The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).

        Returns:
        The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
      • visibility

        public final String visibility()

        The visibility status of the entity to buyers. This value can be Public (everyone can view the entity), Limited (the entity is visible to limited accounts only), or Restricted (the entity was published and then unpublished and only existing buyers can view it).

        Returns:
        The visibility status of the entity to buyers. This value can be Public (everyone can view the entity), Limited (the entity is visible to limited accounts only), or Restricted (the entity was published and then unpublished and only existing buyers can view it).
      • amiProductSummary

        public final AmiProductSummary amiProductSummary()

        An object that contains summary information about the AMI product.

        Returns:
        An object that contains summary information about the AMI product.
      • containerProductSummary

        public final ContainerProductSummary containerProductSummary()

        An object that contains summary information about the container product.

        Returns:
        An object that contains summary information about the container product.
      • dataProductSummary

        public final DataProductSummary dataProductSummary()

        An object that contains summary information about the data product.

        Returns:
        An object that contains summary information about the data product.
      • saaSProductSummary

        public final SaaSProductSummary saaSProductSummary()

        An object that contains summary information about the SaaS product.

        Returns:
        An object that contains summary information about the SaaS product.
      • offerSummary

        public final OfferSummary offerSummary()

        An object that contains summary information about the offer.

        Returns:
        An object that contains summary information about the offer.
      • resaleAuthorizationSummary

        public final ResaleAuthorizationSummary resaleAuthorizationSummary()

        An object that contains summary information about the Resale Authorization.

        Returns:
        An object that contains summary information about the Resale Authorization.
      • 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)