com.amazonaws.services.elasticmapreduce.model
Class DescribeJobFlowsResult

java.lang.Object
  extended by com.amazonaws.services.elasticmapreduce.model.DescribeJobFlowsResult
All Implemented Interfaces:
Serializable

public class DescribeJobFlowsResult
extends Object
implements Serializable

The output for the DescribeJobFlows operation.

See Also:
Serialized Form

Constructor Summary
DescribeJobFlowsResult()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<JobFlowDetail> getJobFlows()
          A list of job flows matching the parameters supplied.
 int hashCode()
           
 void setJobFlows(Collection<JobFlowDetail> jobFlows)
          A list of job flows matching the parameters supplied.
 String toString()
          Returns a string representation of this object; useful for testing and debugging.
 DescribeJobFlowsResult withJobFlows(Collection<JobFlowDetail> jobFlows)
          A list of job flows matching the parameters supplied.
 DescribeJobFlowsResult withJobFlows(JobFlowDetail... jobFlows)
          A list of job flows matching the parameters supplied.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescribeJobFlowsResult

public DescribeJobFlowsResult()
Method Detail

getJobFlows

public List<JobFlowDetail> getJobFlows()
A list of job flows matching the parameters supplied.

Returns:
A list of job flows matching the parameters supplied.

setJobFlows

public void setJobFlows(Collection<JobFlowDetail> jobFlows)
A list of job flows matching the parameters supplied.

Parameters:
jobFlows - A list of job flows matching the parameters supplied.

withJobFlows

public DescribeJobFlowsResult withJobFlows(JobFlowDetail... jobFlows)
A list of job flows matching the parameters supplied.

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

Parameters:
jobFlows - A list of job flows matching the parameters supplied.
Returns:
A reference to this updated object so that method calls can be chained together.

withJobFlows

public DescribeJobFlowsResult withJobFlows(Collection<JobFlowDetail> jobFlows)
A list of job flows matching the parameters supplied.

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

Parameters:
jobFlows - A list of job flows matching the parameters supplied.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.