@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeWorkspaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the output of a DescribeWorkspace operation.
| Constructor and Description |
|---|
DescribeWorkspaceResult() |
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceResult |
clone() |
boolean |
equals(Object obj) |
WorkspaceDescription |
getWorkspace()
The properties of the selected workspace.
|
int |
hashCode() |
void |
setWorkspace(WorkspaceDescription workspace)
The properties of the selected workspace.
|
String |
toString()
Returns a string representation of this object.
|
DescribeWorkspaceResult |
withWorkspace(WorkspaceDescription workspace)
The properties of the selected workspace.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setWorkspace(WorkspaceDescription workspace)
The properties of the selected workspace.
workspace - The properties of the selected workspace.public WorkspaceDescription getWorkspace()
The properties of the selected workspace.
public DescribeWorkspaceResult withWorkspace(WorkspaceDescription workspace)
The properties of the selected workspace.
workspace - The properties of the selected workspace.public String toString()
toString in class ObjectObject.toString()public DescribeWorkspaceResult clone()
Copyright © 2022. All rights reserved.