@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class WorkspaceStatus extends Object implements Serializable, Cloneable, StructuredPojo
The status of the workspace.
| Constructor and Description |
|---|
WorkspaceStatus() |
| Modifier and Type | Method and Description |
|---|---|
WorkspaceStatus |
clone() |
boolean |
equals(Object obj) |
String |
getStatusCode()
The current status of the workspace.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setStatusCode(String statusCode)
The current status of the workspace.
|
String |
toString()
Returns a string representation of this object.
|
WorkspaceStatus |
withStatusCode(String statusCode)
The current status of the workspace.
|
WorkspaceStatus |
withStatusCode(WorkspaceStatusCode statusCode)
The current status of the workspace.
|
public void setStatusCode(String statusCode)
The current status of the workspace.
statusCode - The current status of the workspace.WorkspaceStatusCodepublic String getStatusCode()
The current status of the workspace.
WorkspaceStatusCodepublic WorkspaceStatus withStatusCode(String statusCode)
The current status of the workspace.
statusCode - The current status of the workspace.WorkspaceStatusCodepublic WorkspaceStatus withStatusCode(WorkspaceStatusCode statusCode)
The current status of the workspace.
statusCode - The current status of the workspace.WorkspaceStatusCodepublic String toString()
toString in class ObjectObject.toString()public WorkspaceStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.