public class TerminateJobFlowsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Input to the TerminateJobFlows operation.
NOOP| Constructor and Description |
|---|
TerminateJobFlowsRequest()
Default constructor for TerminateJobFlowsRequest object.
|
TerminateJobFlowsRequest(List<String> jobFlowIds)
Constructs a new TerminateJobFlowsRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
TerminateJobFlowsRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getJobFlowIds()
A list of job flows to be shutdown.
|
int |
hashCode() |
void |
setJobFlowIds(Collection<String> jobFlowIds)
A list of job flows to be shutdown.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
TerminateJobFlowsRequest |
withJobFlowIds(Collection<String> jobFlowIds)
A list of job flows to be shutdown.
|
TerminateJobFlowsRequest |
withJobFlowIds(String... jobFlowIds)
A list of job flows to be shutdown.
|
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic TerminateJobFlowsRequest()
public TerminateJobFlowsRequest(List<String> jobFlowIds)
jobFlowIds - A list of job flows to be shutdown.public List<String> getJobFlowIds()
A list of job flows to be shutdown.
public void setJobFlowIds(Collection<String> jobFlowIds)
A list of job flows to be shutdown.
jobFlowIds - A list of job flows to be shutdown.public TerminateJobFlowsRequest withJobFlowIds(String... jobFlowIds)
A list of job flows to be shutdown.
NOTE: This method appends the values to the existing list (if
any). Use setJobFlowIds(java.util.Collection) or
withJobFlowIds(java.util.Collection) if you want to override the
existing values.
jobFlowIds - A list of job flows to be shutdown.public TerminateJobFlowsRequest withJobFlowIds(Collection<String> jobFlowIds)
A list of job flows to be shutdown.
jobFlowIds - A list of job flows to be shutdown.public String toString()
toString in class ObjectObject.toString()public TerminateJobFlowsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.