|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.elasticmapreduce.model.DescribeJobFlowsResult
public class DescribeJobFlowsResult
The output for the DescribeJobFlows operation.
Constructor Summary | |
---|---|
DescribeJobFlowsResult()
|
Method Summary | |
---|---|
List<JobFlowDetail> |
getJobFlows()
A list of job flows matching the parameters supplied. |
void |
setJobFlows(Collection<JobFlowDetail> jobFlows)
A list of job flows matching the parameters supplied. |
String |
toString()
|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeJobFlowsResult()
Method Detail |
---|
public List<JobFlowDetail> getJobFlows()
public void setJobFlows(Collection<JobFlowDetail> jobFlows)
jobFlows
- A list of job flows matching the parameters supplied.public DescribeJobFlowsResult withJobFlows(JobFlowDetail... jobFlows)
Returns a reference to this object so that method calls can be chained together.
jobFlows
- A list of job flows matching the parameters supplied.
public DescribeJobFlowsResult withJobFlows(Collection<JobFlowDetail> jobFlows)
Returns a reference to this object so that method calls can be chained together.
jobFlows
- A list of job flows matching the parameters supplied.
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |