com.amazonaws.services.elasticmapreduce.model
Class DescribeJobFlowsRequest

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

public class DescribeJobFlowsRequest
extends AmazonWebServiceRequest

Describe Job Flows Request


Constructor Summary
DescribeJobFlowsRequest()
           
 
Method Summary
 Date getCreatedAfter()
          Returns the value of the CreatedAfter property for this object.
 Date getCreatedBefore()
          Returns the value of the CreatedBefore property for this object.
 List<String> getJobFlowIds()
          Returns the value of the JobFlowIds property for this object.
 List<String> getJobFlowStates()
          Returns the value of the JobFlowStates property for this object.
 void setCreatedAfter(Date createdAfter)
          Sets the value of the CreatedAfter property for this object.
 void setCreatedBefore(Date createdBefore)
          Sets the value of the CreatedBefore property for this object.
 void setJobFlowIds(Collection<String> jobFlowIds)
          Sets the value of the JobFlowIds property for this object.
 void setJobFlowStates(Collection<String> jobFlowStates)
          Sets the value of the JobFlowStates property for this object.
 DescribeJobFlowsRequest withCreatedAfter(Date createdAfter)
          Sets the value of the CreatedAfter property for this object.
 DescribeJobFlowsRequest withCreatedBefore(Date createdBefore)
          Sets the value of the CreatedBefore property for this object.
 DescribeJobFlowsRequest withJobFlowIds(Collection<String> jobFlowIds)
          Sets the value of the JobFlowIds property for this object.
 DescribeJobFlowsRequest withJobFlowIds(String... jobFlowIds)
          Sets the value of the JobFlowIds property for this object.
 DescribeJobFlowsRequest withJobFlowStates(Collection<String> jobFlowStates)
          Sets the value of the JobFlowStates property for this object.
 DescribeJobFlowsRequest withJobFlowStates(String... jobFlowStates)
          Sets the value of the JobFlowStates 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

DescribeJobFlowsRequest

public DescribeJobFlowsRequest()
Method Detail

getCreatedAfter

public Date getCreatedAfter()
Returns the value of the CreatedAfter property for this object.

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

setCreatedAfter

public void setCreatedAfter(Date createdAfter)
Sets the value of the CreatedAfter property for this object.

Parameters:
createdAfter - The new value for the CreatedAfter property for this object.

withCreatedAfter

public DescribeJobFlowsRequest withCreatedAfter(Date createdAfter)
Sets the value of the CreatedAfter property for this object.

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

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

getCreatedBefore

public Date getCreatedBefore()
Returns the value of the CreatedBefore property for this object.

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

setCreatedBefore

public void setCreatedBefore(Date createdBefore)
Sets the value of the CreatedBefore property for this object.

Parameters:
createdBefore - The new value for the CreatedBefore property for this object.

withCreatedBefore

public DescribeJobFlowsRequest withCreatedBefore(Date createdBefore)
Sets the value of the CreatedBefore property for this object.

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

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

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 DescribeJobFlowsRequest 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 DescribeJobFlowsRequest 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.

getJobFlowStates

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

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

setJobFlowStates

public void setJobFlowStates(Collection<String> jobFlowStates)
Sets the value of the JobFlowStates property for this object.

Parameters:
jobFlowStates - The new value for the JobFlowStates property for this object.

withJobFlowStates

public DescribeJobFlowsRequest withJobFlowStates(String... jobFlowStates)
Sets the value of the JobFlowStates property for this object.

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

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

withJobFlowStates

public DescribeJobFlowsRequest withJobFlowStates(Collection<String> jobFlowStates)
Sets the value of the JobFlowStates property for this object.

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

Parameters:
jobFlowStates - The new value for the JobFlowStates 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.