|
||||||||||
| 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
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 |
|---|
public DescribeJobFlowsResult()
| Method Detail |
|---|
public List<JobFlowDetail> getJobFlows()
public void setJobFlows(Collection<JobFlowDetail> jobFlows)
jobFlows - The new value for the JobFlows property for this object.public DescribeJobFlowsResult withJobFlows(JobFlowDetail... jobFlows)
Returns a reference to this object so that method calls can be chained together.
jobFlows - The new value for the JobFlows property for this object.
public DescribeJobFlowsResult withJobFlows(Collection<JobFlowDetail> jobFlows)
Returns a reference to this object so that method calls can be chained together.
jobFlows - The new value for the JobFlows property for this object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||