@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityDetail extends Object implements Serializable, Cloneable, StructuredPojo
An object that contains metadata and details about the entity.
Constructor and Description |
---|
EntityDetail() |
Modifier and Type | Method and Description |
---|---|
EntityDetail |
clone() |
boolean |
equals(Object obj) |
String |
getEntityArn()
The Amazon Resource Name (ARN) of the entity.
|
String |
getEntityIdentifier()
The ID of the entity, in the format of
EntityId@RevisionId . |
String |
getEntityType()
The entity type of the entity, in the format of
EntityType@Version . |
String |
getLastModifiedDate()
The last time the entity was modified.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEntityArn(String entityArn)
The Amazon Resource Name (ARN) of the entity.
|
void |
setEntityIdentifier(String entityIdentifier)
The ID of the entity, in the format of
EntityId@RevisionId . |
void |
setEntityType(String entityType)
The entity type of the entity, in the format of
EntityType@Version . |
void |
setLastModifiedDate(String lastModifiedDate)
The last time the entity was modified.
|
String |
toString()
Returns a string representation of this object.
|
EntityDetail |
withEntityArn(String entityArn)
The Amazon Resource Name (ARN) of the entity.
|
EntityDetail |
withEntityIdentifier(String entityIdentifier)
The ID of the entity, in the format of
EntityId@RevisionId . |
EntityDetail |
withEntityType(String entityType)
The entity type of the entity, in the format of
EntityType@Version . |
EntityDetail |
withLastModifiedDate(String lastModifiedDate)
The last time the entity was modified.
|
public void setEntityType(String entityType)
The entity type of the entity, in the format of EntityType@Version
.
entityType
- The entity type of the entity, in the format of EntityType@Version
.public String getEntityType()
The entity type of the entity, in the format of EntityType@Version
.
EntityType@Version
.public EntityDetail withEntityType(String entityType)
The entity type of the entity, in the format of EntityType@Version
.
entityType
- The entity type of the entity, in the format of EntityType@Version
.public void setEntityArn(String entityArn)
The Amazon Resource Name (ARN) of the entity.
entityArn
- The Amazon Resource Name (ARN) of the entity.public String getEntityArn()
The Amazon Resource Name (ARN) of the entity.
public EntityDetail withEntityArn(String entityArn)
The Amazon Resource Name (ARN) of the entity.
entityArn
- The Amazon Resource Name (ARN) of the entity.public void setEntityIdentifier(String entityIdentifier)
The ID of the entity, in the format of EntityId@RevisionId
.
entityIdentifier
- The ID of the entity, in the format of EntityId@RevisionId
.public String getEntityIdentifier()
The ID of the entity, in the format of EntityId@RevisionId
.
EntityId@RevisionId
.public EntityDetail withEntityIdentifier(String entityIdentifier)
The ID of the entity, in the format of EntityId@RevisionId
.
entityIdentifier
- The ID of the entity, in the format of EntityId@RevisionId
.public void setLastModifiedDate(String lastModifiedDate)
The last time the entity was modified.
lastModifiedDate
- The last time the entity was modified.public String getLastModifiedDate()
The last time the entity was modified.
public EntityDetail withLastModifiedDate(String lastModifiedDate)
The last time the entity was modified.
lastModifiedDate
- The last time the entity was modified.public String toString()
toString
in class Object
Object.toString()
public EntityDetail clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.