Class RebootRequest
java.lang.Object
com.amazonaws.services.workspaces.model.RebootRequest
- All Implemented Interfaces:
Serializable
,Cloneable
Contains information used with the RebootWorkspaces operation to reboot a WorkSpace.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The identifier of the WorkSpace to reboot.int
hashCode()
void
setWorkspaceId
(String workspaceId) The identifier of the WorkSpace to reboot.toString()
Returns a string representation of this object; useful for testing and debugging.withWorkspaceId
(String workspaceId) The identifier of the WorkSpace to reboot.
-
Constructor Details
-
RebootRequest
public RebootRequest()
-
-
Method Details
-
setWorkspaceId
The identifier of the WorkSpace to reboot.
- Parameters:
workspaceId
- The identifier of the WorkSpace to reboot.
-
getWorkspaceId
The identifier of the WorkSpace to reboot.
- Returns:
- The identifier of the WorkSpace to reboot.
-
withWorkspaceId
The identifier of the WorkSpace to reboot.
- Parameters:
workspaceId
- The identifier of the WorkSpace to reboot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-