@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEntityResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
UpdateEntityResult() |
| Modifier and Type | Method and Description |
|---|---|
UpdateEntityResult |
clone() |
boolean |
equals(Object obj) |
String |
getState()
The current state of the entity update.
|
Date |
getUpdateDateTime()
The date and time when the entity was last updated.
|
int |
hashCode() |
void |
setState(String state)
The current state of the entity update.
|
void |
setUpdateDateTime(Date updateDateTime)
The date and time when the entity was last updated.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEntityResult |
withState(State state)
The current state of the entity update.
|
UpdateEntityResult |
withState(String state)
The current state of the entity update.
|
UpdateEntityResult |
withUpdateDateTime(Date updateDateTime)
The date and time when the entity was last updated.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setUpdateDateTime(Date updateDateTime)
The date and time when the entity was last updated.
updateDateTime - The date and time when the entity was last updated.public Date getUpdateDateTime()
The date and time when the entity was last updated.
public UpdateEntityResult withUpdateDateTime(Date updateDateTime)
The date and time when the entity was last updated.
updateDateTime - The date and time when the entity was last updated.public void setState(String state)
The current state of the entity update.
state - The current state of the entity update.Statepublic String getState()
The current state of the entity update.
Statepublic UpdateEntityResult withState(String state)
The current state of the entity update.
state - The current state of the entity update.Statepublic UpdateEntityResult withState(State state)
The current state of the entity update.
state - The current state of the entity update.Statepublic String toString()
toString in class ObjectObject.toString()public UpdateEntityResult clone()