@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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() | 
| 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. | 
| 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. | 
addHandlerContext, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, 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()
clone in class AmazonWebServiceRequestCopyright © 2018. All rights reserved.