@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.WorkspaceStatusCode
public String getStatusCode()
The current status of the workspace.
WorkspaceStatusCode
public WorkspaceStatus withStatusCode(String statusCode)
The current status of the workspace.
statusCode
- The current status of the workspace.WorkspaceStatusCode
public WorkspaceStatus withStatusCode(WorkspaceStatusCode statusCode)
The current status of the workspace.
statusCode
- The current status of the workspace.WorkspaceStatusCode
public String toString()
toString
in class Object
Object.toString()
public WorkspaceStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.