public class DescribeJobFlowsResult extends Object implements Serializable
The output for the DescribeJobFlows operation.
| Constructor and Description |
|---|
DescribeJobFlowsResult() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
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 ObjectObject.toString()Copyright © 2014. All rights reserved.