@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntitySummary extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains information about an entity.
Constructor and Description |
---|
EntitySummary() |
Modifier and Type | Method and Description |
---|---|
EntitySummary |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The ARN of the entity.
|
Date |
getCreationDateTime()
The date and time when the entity was created.
|
String |
getDescription()
The description of the entity.
|
String |
getEntityId()
The ID of the entity.
|
String |
getEntityName()
The name of the entity.
|
Boolean |
getHasChildEntities()
An eventual Boolean value that specifies whether the entity has child entities or not.
|
String |
getParentEntityId()
The ID of the parent entity.
|
Status |
getStatus()
The current status of the entity.
|
Date |
getUpdateDateTime()
The last date and time when the entity was updated.
|
int |
hashCode() |
Boolean |
isHasChildEntities()
An eventual Boolean value that specifies whether the entity has child entities or not.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The ARN of the entity.
|
void |
setCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
|
void |
setDescription(String description)
The description of the entity.
|
void |
setEntityId(String entityId)
The ID of the entity.
|
void |
setEntityName(String entityName)
The name of the entity.
|
void |
setHasChildEntities(Boolean hasChildEntities)
An eventual Boolean value that specifies whether the entity has child entities or not.
|
void |
setParentEntityId(String parentEntityId)
The ID of the parent entity.
|
void |
setStatus(Status status)
The current status of the entity.
|
void |
setUpdateDateTime(Date updateDateTime)
The last date and time when the entity was updated.
|
String |
toString()
Returns a string representation of this object.
|
EntitySummary |
withArn(String arn)
The ARN of the entity.
|
EntitySummary |
withCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
|
EntitySummary |
withDescription(String description)
The description of the entity.
|
EntitySummary |
withEntityId(String entityId)
The ID of the entity.
|
EntitySummary |
withEntityName(String entityName)
The name of the entity.
|
EntitySummary |
withHasChildEntities(Boolean hasChildEntities)
An eventual Boolean value that specifies whether the entity has child entities or not.
|
EntitySummary |
withParentEntityId(String parentEntityId)
The ID of the parent entity.
|
EntitySummary |
withStatus(Status status)
The current status of the entity.
|
EntitySummary |
withUpdateDateTime(Date updateDateTime)
The last date and time when the entity was updated.
|
public void setEntityId(String entityId)
The ID of the entity.
entityId
- The ID of the entity.public String getEntityId()
The ID of the entity.
public EntitySummary withEntityId(String entityId)
The ID of the entity.
entityId
- The ID of the entity.public void setEntityName(String entityName)
The name of the entity.
entityName
- The name of the entity.public String getEntityName()
The name of the entity.
public EntitySummary withEntityName(String entityName)
The name of the entity.
entityName
- The name of the entity.public void setArn(String arn)
The ARN of the entity.
arn
- The ARN of the entity.public String getArn()
The ARN of the entity.
public EntitySummary withArn(String arn)
The ARN of the entity.
arn
- The ARN of the entity.public void setParentEntityId(String parentEntityId)
The ID of the parent entity.
parentEntityId
- The ID of the parent entity.public String getParentEntityId()
The ID of the parent entity.
public EntitySummary withParentEntityId(String parentEntityId)
The ID of the parent entity.
parentEntityId
- The ID of the parent entity.public void setStatus(Status status)
The current status of the entity.
status
- The current status of the entity.public Status getStatus()
The current status of the entity.
public EntitySummary withStatus(Status status)
The current status of the entity.
status
- The current status of the entity.public void setDescription(String description)
The description of the entity.
description
- The description of the entity.public String getDescription()
The description of the entity.
public EntitySummary withDescription(String description)
The description of the entity.
description
- The description of the entity.public void setHasChildEntities(Boolean hasChildEntities)
An eventual Boolean value that specifies whether the entity has child entities or not.
hasChildEntities
- An eventual Boolean value that specifies whether the entity has child entities or not.public Boolean getHasChildEntities()
An eventual Boolean value that specifies whether the entity has child entities or not.
public EntitySummary withHasChildEntities(Boolean hasChildEntities)
An eventual Boolean value that specifies whether the entity has child entities or not.
hasChildEntities
- An eventual Boolean value that specifies whether the entity has child entities or not.public Boolean isHasChildEntities()
An eventual Boolean value that specifies whether the entity has child entities or not.
public void setCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
creationDateTime
- The date and time when the entity was created.public Date getCreationDateTime()
The date and time when the entity was created.
public EntitySummary withCreationDateTime(Date creationDateTime)
The date and time when the entity was created.
creationDateTime
- The date and time when the entity was created.public void setUpdateDateTime(Date updateDateTime)
The last date and time when the entity was updated.
updateDateTime
- The last date and time when the entity was updated.public Date getUpdateDateTime()
The last date and time when the entity was updated.
public EntitySummary withUpdateDateTime(Date updateDateTime)
The last date and time when the entity was updated.
updateDateTime
- The last date and time when the entity was updated.public String toString()
toString
in class Object
Object.toString()
public EntitySummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.