public class TerminateWorkspacesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Contains the inputs for the TerminateWorkspaces operation.
NOOP
Constructor and Description |
---|
TerminateWorkspacesRequest() |
Modifier and Type | Method and Description |
---|---|
TerminateWorkspacesRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<TerminateRequest> |
getTerminateWorkspaceRequests()
An array of structures that specify the WorkSpaces to terminate.
|
int |
hashCode() |
void |
setTerminateWorkspaceRequests(Collection<TerminateRequest> terminateWorkspaceRequests)
An array of structures that specify the WorkSpaces to terminate.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TerminateWorkspacesRequest |
withTerminateWorkspaceRequests(Collection<TerminateRequest> terminateWorkspaceRequests)
An array of structures that specify the WorkSpaces to terminate.
|
TerminateWorkspacesRequest |
withTerminateWorkspaceRequests(TerminateRequest... terminateWorkspaceRequests)
An array of structures that specify the WorkSpaces to terminate.
|
copyBaseTo, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public List<TerminateRequest> getTerminateWorkspaceRequests()
An array of structures that specify the WorkSpaces to terminate.
public void setTerminateWorkspaceRequests(Collection<TerminateRequest> terminateWorkspaceRequests)
An array of structures that specify the WorkSpaces to terminate.
terminateWorkspaceRequests
- An array of structures that specify the WorkSpaces to terminate.public TerminateWorkspacesRequest withTerminateWorkspaceRequests(TerminateRequest... terminateWorkspaceRequests)
An array of structures that specify the WorkSpaces to terminate.
NOTE: This method appends the values to the existing list (if
any). Use setTerminateWorkspaceRequests(java.util.Collection)
or
withTerminateWorkspaceRequests(java.util.Collection)
if you want
to override the existing values.
terminateWorkspaceRequests
- An array of structures that specify the WorkSpaces to terminate.public TerminateWorkspacesRequest withTerminateWorkspaceRequests(Collection<TerminateRequest> terminateWorkspaceRequests)
An array of structures that specify the WorkSpaces to terminate.
terminateWorkspaceRequests
- An array of structures that specify the WorkSpaces to terminate.public String toString()
toString
in class Object
Object.toString()
public TerminateWorkspacesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.