@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
EntitySummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static EntitySummary.Builder |
builder() |
String |
entityArn()
The ARN associated with the unique identifier for the entity.
|
String |
entityId()
The unique identifier for the entity.
|
String |
entityType()
The type of the entity.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
lastModifiedDate()
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
|
String |
name()
The name for the entity.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends EntitySummary.Builder> |
serializableBuilderClass() |
EntitySummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
visibility()
The visibility status of the entity to buyers.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name for the entity. This value is not unique. It is defined by the seller.
public final String entityType()
The type of the entity.
public final String entityId()
The unique identifier for the entity.
public final String entityArn()
The ARN associated with the unique identifier for the entity.
public final String lastModifiedDate()
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
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).
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).public EntitySummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<EntitySummary.Builder,EntitySummary>public static EntitySummary.Builder builder()
public static Class<? extends EntitySummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.