Class RebuildRequest
java.lang.Object
com.amazonaws.services.workspaces.model.RebuildRequest
- All Implemented Interfaces:
Serializable
,Cloneable
Contains information used with the RebuildWorkspaces operation to rebuild a WorkSpace.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The identifier of the WorkSpace to rebuild.int
hashCode()
void
setWorkspaceId
(String workspaceId) The identifier of the WorkSpace to rebuild.toString()
Returns a string representation of this object; useful for testing and debugging.withWorkspaceId
(String workspaceId) The identifier of the WorkSpace to rebuild.
-
Constructor Details
-
RebuildRequest
public RebuildRequest()
-
-
Method Details
-
setWorkspaceId
The identifier of the WorkSpace to rebuild.
- Parameters:
workspaceId
- The identifier of the WorkSpace to rebuild.
-
getWorkspaceId
The identifier of the WorkSpace to rebuild.
- Returns:
- The identifier of the WorkSpace to rebuild.
-
withWorkspaceId
The identifier of the WorkSpace to rebuild.
- Parameters:
workspaceId
- The identifier of the WorkSpace to rebuild.- 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
-