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 String getWorkspaceId()
Constraints:
Pattern: ^ws-[0-9a-z]{8,63}$
public void setWorkspaceId(String workspaceId)
Constraints:
Pattern: ^ws-[0-9a-z]{8,63}$
workspaceId - The identifier of the WorkSpace to terminate.public TerminateRequest withWorkspaceId(String workspaceId)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Pattern: ^ws-[0-9a-z]{8,63}$
workspaceId - The identifier of the WorkSpace to terminate.public String toString()
toString in class ObjectObject.toString()public TerminateRequest clone()
Copyright © 2015. All rights reserved.