com.amazonaws.services.elasticmapreduce.model
Class DescribeJobFlowsResult

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.DescribeJobFlowsResult

public class DescribeJobFlowsResult
extends Object

Describe Job Flows Result


Constructor Summary
DescribeJobFlowsResult()
           
 
Method Summary
 List<JobFlowDetail> getJobFlows()
          Returns the value of the JobFlows property for this object.
 void setJobFlows(Collection<JobFlowDetail> jobFlows)
          Sets the value of the JobFlows property for this object.
 DescribeJobFlowsResult withJobFlows(Collection<JobFlowDetail> jobFlows)
          Sets the value of the JobFlows property for this object.
 DescribeJobFlowsResult withJobFlows(JobFlowDetail... jobFlows)
          Sets the value of the JobFlows property for this object.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescribeJobFlowsResult

public DescribeJobFlowsResult()
Method Detail

getJobFlows

public List<JobFlowDetail> getJobFlows()
Returns the value of the JobFlows property for this object.

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

setJobFlows

public void setJobFlows(Collection<JobFlowDetail> jobFlows)
Sets the value of the JobFlows property for this object.

Parameters:
jobFlows - The new value for the JobFlows property for this object.

withJobFlows

public DescribeJobFlowsResult withJobFlows(JobFlowDetail... jobFlows)
Sets the value of the JobFlows property for this object.

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

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

withJobFlows

public DescribeJobFlowsResult withJobFlows(Collection<JobFlowDetail> jobFlows)
Sets the value of the JobFlows property for this object.

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

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