public class RebootRequest extends Object implements Serializable, Cloneable
Contains information used with the RebootWorkspaces operation to reboot a WorkSpace.
Constructor and Description |
---|
RebootRequest() |
Modifier and Type | Method and Description |
---|---|
RebootRequest |
clone() |
boolean |
equals(Object obj) |
String |
getWorkspaceId()
The identifier of the WorkSpace to reboot.
|
int |
hashCode() |
void |
setWorkspaceId(String workspaceId)
The identifier of the WorkSpace to reboot.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
RebootRequest |
withWorkspaceId(String workspaceId)
The identifier of the WorkSpace to reboot.
|
public String getWorkspaceId()
Constraints:
Pattern: ^ws-[0-9a-z]{8,63}$
public void setWorkspaceId(String workspaceId)
Constraints:
Pattern: ^ws-[0-9a-z]{8,63}$
workspaceId
- The identifier of the WorkSpace to reboot.public RebootRequest withWorkspaceId(String workspaceId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^ws-[0-9a-z]{8,63}$
workspaceId
- The identifier of the WorkSpace to reboot.public String toString()
toString
in class Object
Object.toString()
public RebootRequest clone()
Copyright © 2015. All rights reserved.