Class EntitySummary
- java.lang.Object
-
- software.amazon.awssdk.services.marketplacecatalog.model.EntitySummary
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<EntitySummary.Builder,EntitySummary>
@Generated("software.amazon.awssdk:codegen") public final class EntitySummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<EntitySummary.Builder,EntitySummary>
This object is a container for common summary information about the entity. The summary doesn't contain the whole entity structure, but it does contain information common across all entities.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceEntitySummary.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description AmiProductSummaryamiProductSummary()An object that contains summary information about the AMI product.static EntitySummary.Builderbuilder()ContainerProductSummarycontainerProductSummary()An object that contains summary information about the container product.DataProductSummarydataProductSummary()An object that contains summary information about the data product.StringentityArn()The ARN associated with the unique identifier for the entity.StringentityId()The unique identifier for the entity.StringentityType()The type of the entity.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringlastModifiedDate()The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).Stringname()The name for the entity.OfferSummaryofferSummary()An object that contains summary information about the offer.ResaleAuthorizationSummaryresaleAuthorizationSummary()An object that contains summary information about the Resale Authorization.SaaSProductSummarysaaSProductSummary()An object that contains summary information about the SaaS product.List<SdkField<?>>sdkFields()static Class<? extends EntitySummary.Builder>serializableBuilderClass()EntitySummary.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringvisibility()The visibility status of the entity to buyers.-
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
-
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), orRestricted(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), orRestricted(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.
-
toBuilder
public EntitySummary.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<EntitySummary.Builder,EntitySummary>
-
builder
public static EntitySummary.Builder builder()
-
serializableBuilderClass
public static Class<? extends EntitySummary.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.
-
-