com.amazonaws.services.elasticmapreduce.model
Class TerminateJobFlowsRequest

java.lang.Object
  extended by com.amazonaws.AmazonWebServiceRequest
      extended by com.amazonaws.services.elasticmapreduce.model.TerminateJobFlowsRequest

public class TerminateJobFlowsRequest
extends AmazonWebServiceRequest

Terminate Job Flows Request


Constructor Summary
TerminateJobFlowsRequest()
           
 
Method Summary
 List<String> getJobFlowIds()
          Returns the value of the JobFlowIds property for this object.
 void setJobFlowIds(Collection<String> jobFlowIds)
          Sets the value of the JobFlowIds property for this object.
 TerminateJobFlowsRequest withJobFlowIds(Collection<String> jobFlowIds)
          Sets the value of the JobFlowIds property for this object.
 TerminateJobFlowsRequest withJobFlowIds(String... jobFlowIds)
          Sets the value of the JobFlowIds property for this object.
 
Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyPrivateRequestParameters
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TerminateJobFlowsRequest

public TerminateJobFlowsRequest()
Method Detail

getJobFlowIds

public List<String> getJobFlowIds()
Returns the value of the JobFlowIds property for this object.

Returns:
The value of the JobFlowIds property for this object.

setJobFlowIds

public void setJobFlowIds(Collection<String> jobFlowIds)
Sets the value of the JobFlowIds property for this object.

Parameters:
jobFlowIds - The new value for the JobFlowIds property for this object.

withJobFlowIds

public TerminateJobFlowsRequest withJobFlowIds(String... jobFlowIds)
Sets the value of the JobFlowIds property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
jobFlowIds - The new value for the JobFlowIds property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.

withJobFlowIds

public TerminateJobFlowsRequest withJobFlowIds(Collection<String> jobFlowIds)
Sets the value of the JobFlowIds property for this object.

Returns a reference to this object so that method calls can be chained together.

Parameters:
jobFlowIds - The new value for the JobFlowIds property for this object.
Returns:
A reference to this updated object so that method calls can be chained together.


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.