@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeEntityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DescribeEntityResult() |
Modifier and Type | Method and Description |
---|---|
DescribeEntityResult |
clone() |
boolean |
equals(Object obj) |
String |
getDetails()
This stringified JSON object includes the details of the entity.
|
String |
getEntityArn()
The ARN associated to the unique identifier for the entity referenced in this request.
|
String |
getEntityIdentifier()
The identifier of the entity, in the format of
EntityId@RevisionId . |
String |
getEntityType()
The named type of the entity, in the format of
EntityType@Version . |
String |
getLastModifiedDate()
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
|
int |
hashCode() |
void |
setDetails(String details)
This stringified JSON object includes the details of the entity.
|
void |
setEntityArn(String entityArn)
The ARN associated to the unique identifier for the entity referenced in this request.
|
void |
setEntityIdentifier(String entityIdentifier)
The identifier of the entity, in the format of
EntityId@RevisionId . |
void |
setEntityType(String entityType)
The named type of the entity, in the format of
EntityType@Version . |
void |
setLastModifiedDate(String lastModifiedDate)
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
|
String |
toString()
Returns a string representation of this object.
|
DescribeEntityResult |
withDetails(String details)
This stringified JSON object includes the details of the entity.
|
DescribeEntityResult |
withEntityArn(String entityArn)
The ARN associated to the unique identifier for the entity referenced in this request.
|
DescribeEntityResult |
withEntityIdentifier(String entityIdentifier)
The identifier of the entity, in the format of
EntityId@RevisionId . |
DescribeEntityResult |
withEntityType(String entityType)
The named type of the entity, in the format of
EntityType@Version . |
DescribeEntityResult |
withLastModifiedDate(String lastModifiedDate)
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setEntityType(String entityType)
The named type of the entity, in the format of EntityType@Version
.
entityType
- The named type of the entity, in the format of EntityType@Version
.public String getEntityType()
The named type of the entity, in the format of EntityType@Version
.
EntityType@Version
.public DescribeEntityResult withEntityType(String entityType)
The named type of the entity, in the format of EntityType@Version
.
entityType
- The named type of the entity, in the format of EntityType@Version
.public void setEntityIdentifier(String entityIdentifier)
The identifier of the entity, in the format of EntityId@RevisionId
.
entityIdentifier
- The identifier of the entity, in the format of EntityId@RevisionId
.public String getEntityIdentifier()
The identifier of the entity, in the format of EntityId@RevisionId
.
EntityId@RevisionId
.public DescribeEntityResult withEntityIdentifier(String entityIdentifier)
The identifier of the entity, in the format of EntityId@RevisionId
.
entityIdentifier
- The identifier of the entity, in the format of EntityId@RevisionId
.public void setEntityArn(String entityArn)
The ARN associated to the unique identifier for the entity referenced in this request.
entityArn
- The ARN associated to the unique identifier for the entity referenced in this request.public String getEntityArn()
The ARN associated to the unique identifier for the entity referenced in this request.
public DescribeEntityResult withEntityArn(String entityArn)
The ARN associated to the unique identifier for the entity referenced in this request.
entityArn
- The ARN associated to the unique identifier for the entity referenced in this request.public void setLastModifiedDate(String lastModifiedDate)
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
lastModifiedDate
- The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).public String getLastModifiedDate()
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
public DescribeEntityResult withLastModifiedDate(String lastModifiedDate)
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
lastModifiedDate
- The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).public void setDetails(String details)
This stringified JSON object includes the details of the entity.
details
- This stringified JSON object includes the details of the entity.public String getDetails()
This stringified JSON object includes the details of the entity.
public DescribeEntityResult withDetails(String details)
This stringified JSON object includes the details of the entity.
details
- This stringified JSON object includes the details of the entity.public String toString()
toString
in class Object
Object.toString()
public DescribeEntityResult clone()