public class TerminateRequest extends Object implements Serializable, Cloneable
Contains information used with the TerminateWorkspaces operation to terminate a WorkSpace.
| Constructor and Description |
|---|
TerminateRequest() |
| Modifier and Type | Method and Description |
|---|---|
TerminateRequest |
clone() |
boolean |
equals(Object obj) |
String |
getWorkspaceId()
The identifier of the WorkSpace to terminate.
|
int |
hashCode() |
void |
setWorkspaceId(String workspaceId)
The identifier of the WorkSpace to terminate.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TerminateRequest |
withWorkspaceId(String workspaceId)
The identifier of the WorkSpace to terminate.
|
public void setWorkspaceId(String workspaceId)
The identifier of the WorkSpace to terminate.
workspaceId - The identifier of the WorkSpace to terminate.public String getWorkspaceId()
The identifier of the WorkSpace to terminate.
public TerminateRequest withWorkspaceId(String workspaceId)
The identifier of the WorkSpace to terminate.
workspaceId - The identifier of the WorkSpace to terminate.public String toString()
toString in class ObjectObject.toString()public TerminateRequest clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.