@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) |
WorkspaceDescription |
getWorkspace()
A structure containing information about the workspace that was deleted.
|
int |
hashCode() |
void |
setWorkspace(WorkspaceDescription workspace)
A structure containing information about the workspace that was deleted.
|
String |
toString()
Returns a string representation of this object.
|
DeleteWorkspaceResult |
withWorkspace(WorkspaceDescription workspace)
A structure containing information about the workspace that was deleted.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWorkspace(WorkspaceDescription workspace)
A structure containing information about the workspace that was deleted.
workspace
- A structure containing information about the workspace that was deleted.public WorkspaceDescription getWorkspace()
A structure containing information about the workspace that was deleted.
public DeleteWorkspaceResult withWorkspace(WorkspaceDescription workspace)
A structure containing information about the workspace that was deleted.
workspace
- A structure containing information about the workspace that was deleted.public String toString()
toString
in class Object
Object.toString()
public DeleteWorkspaceResult clone()