@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntitySummary extends Object implements Serializable, Cloneable, StructuredPojo
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.
| Constructor and Description |
|---|
EntitySummary() |
| Modifier and Type | Method and Description |
|---|---|
EntitySummary |
clone() |
boolean |
equals(Object obj) |
String |
getEntityArn()
The ARN associated with the unique identifier for the entity.
|
String |
getEntityId()
The unique identifier for the entity.
|
String |
getEntityType()
The type of the entity.
|
String |
getLastModifiedDate()
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
|
String |
getName()
The name for the entity.
|
String |
getVisibility()
The visibility status of the entity to subscribers.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEntityArn(String entityArn)
The ARN associated with the unique identifier for the entity.
|
void |
setEntityId(String entityId)
The unique identifier for the entity.
|
void |
setEntityType(String entityType)
The type of the entity.
|
void |
setLastModifiedDate(String lastModifiedDate)
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
|
void |
setName(String name)
The name for the entity.
|
void |
setVisibility(String visibility)
The visibility status of the entity to subscribers.
|
String |
toString()
Returns a string representation of this object.
|
EntitySummary |
withEntityArn(String entityArn)
The ARN associated with the unique identifier for the entity.
|
EntitySummary |
withEntityId(String entityId)
The unique identifier for the entity.
|
EntitySummary |
withEntityType(String entityType)
The type of the entity.
|
EntitySummary |
withLastModifiedDate(String lastModifiedDate)
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
|
EntitySummary |
withName(String name)
The name for the entity.
|
EntitySummary |
withVisibility(String visibility)
The visibility status of the entity to subscribers.
|
public void setName(String name)
The name for the entity. This value is not unique. It is defined by the provider.
name - The name for the entity. This value is not unique. It is defined by the provider.public String getName()
The name for the entity. This value is not unique. It is defined by the provider.
public EntitySummary withName(String name)
The name for the entity. This value is not unique. It is defined by the provider.
name - The name for the entity. This value is not unique. It is defined by the provider.public void setEntityType(String entityType)
The type of the entity.
entityType - The type of the entity.public String getEntityType()
The type of the entity.
public EntitySummary withEntityType(String entityType)
The type of the entity.
entityType - The type of the entity.public void setEntityId(String entityId)
The unique identifier for the entity.
entityId - The unique identifier for the entity.public String getEntityId()
The unique identifier for the entity.
public EntitySummary withEntityId(String entityId)
The unique identifier for the entity.
entityId - The unique identifier for the entity.public void setEntityArn(String entityArn)
The ARN associated with the unique identifier for the entity.
entityArn - The ARN associated with the unique identifier for the entity.public String getEntityArn()
The ARN associated with the unique identifier for the entity.
public EntitySummary withEntityArn(String entityArn)
The ARN associated with the unique identifier for the entity.
entityArn - The ARN associated with the unique identifier for the entity.public void setLastModifiedDate(String lastModifiedDate)
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
lastModifiedDate - The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).public String getLastModifiedDate()
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
public EntitySummary withLastModifiedDate(String lastModifiedDate)
The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).
lastModifiedDate - The last time the entity was published, using ISO 8601 format (2018-02-27T13:45:22Z).public void setVisibility(String visibility)
The visibility status of the entity to subscribers. 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 subscribers can view it).
visibility - The visibility status of the entity to subscribers. 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 subscribers can
view it).public String getVisibility()
The visibility status of the entity to subscribers. 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 subscribers 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 subscribers can
view it).public EntitySummary withVisibility(String visibility)
The visibility status of the entity to subscribers. 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 subscribers can view it).
visibility - The visibility status of the entity to subscribers. 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 subscribers can
view it).public String toString()
toString in class ObjectObject.toString()public EntitySummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2020. All rights reserved.