@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()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getJobFlowIds()
A list of job flows to be shut down.
|
int |
hashCode() |
void |
setJobFlowIds(Collection<String> jobFlowIds)
A list of job flows to be shut down.
|
String |
toString()
Returns a string representation of this object.
|
TerminateJobFlowsRequest |
withJobFlowIds(Collection<String> jobFlowIds)
A list of job flows to be shut down.
|
TerminateJobFlowsRequest |
withJobFlowIds(String... jobFlowIds)
A list of job flows to be shut down.
|
addHandlerContext, 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, withSdkRequestTimeout
public TerminateJobFlowsRequest()
public TerminateJobFlowsRequest(List<String> jobFlowIds)
jobFlowIds
- A list of job flows to be shut down.public List<String> getJobFlowIds()
A list of job flows to be shut down.
public void setJobFlowIds(Collection<String> jobFlowIds)
A list of job flows to be shut down.
jobFlowIds
- A list of job flows to be shut down.public TerminateJobFlowsRequest withJobFlowIds(String... jobFlowIds)
A list of job flows to be shut down.
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 shut down.public TerminateJobFlowsRequest withJobFlowIds(Collection<String> jobFlowIds)
A list of job flows to be shut down.
jobFlowIds
- A list of job flows to be shut down.public String toString()
toString
in class Object
Object.toString()
public TerminateJobFlowsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()