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