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