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