public class RebootRequest
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains information used with the RebootWorkspaces operation to reboot a WorkSpace.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
workspaceId
The identifier of the WorkSpace to reboot.
|
Constructor and Description |
---|
RebootRequest() |
Modifier and Type | Method and Description |
---|---|
RebootRequest |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getWorkspaceId()
The identifier of the WorkSpace to reboot.
|
int |
hashCode() |
void |
setWorkspaceId(java.lang.String workspaceId)
The identifier of the WorkSpace to reboot.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RebootRequest |
withWorkspaceId(java.lang.String workspaceId)
The identifier of the WorkSpace to reboot.
|
private java.lang.String workspaceId
The identifier of the WorkSpace to reboot.
public void setWorkspaceId(java.lang.String workspaceId)
The identifier of the WorkSpace to reboot.
workspaceId
- The identifier of the WorkSpace to reboot.public java.lang.String getWorkspaceId()
The identifier of the WorkSpace to reboot.
public RebootRequest withWorkspaceId(java.lang.String workspaceId)
The identifier of the WorkSpace to reboot.
workspaceId
- The identifier of the WorkSpace to reboot.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public RebootRequest clone()
clone
in class java.lang.Object