@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteWorkspaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
DeleteWorkspaceResult() |
| Modifier and Type | Method and Description |
|---|---|
DeleteWorkspaceResult |
clone() |
boolean |
equals(Object obj) |
String |
getMessage()
The string that specifies the delete result for the workspace.
|
int |
hashCode() |
void |
setMessage(String message)
The string that specifies the delete result for the workspace.
|
String |
toString()
Returns a string representation of this object.
|
DeleteWorkspaceResult |
withMessage(String message)
The string that specifies the delete result for the workspace.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setMessage(String message)
The string that specifies the delete result for the workspace.
message - The string that specifies the delete result for the workspace.public String getMessage()
The string that specifies the delete result for the workspace.
public DeleteWorkspaceResult withMessage(String message)
The string that specifies the delete result for the workspace.
message - The string that specifies the delete result for the workspace.public String toString()
toString in class ObjectObject.toString()public DeleteWorkspaceResult clone()