public class DescribeJobFlowsResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The output for the DescribeJobFlows operation.
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<JobFlowDetail> |
jobFlows
A list of job flows matching the parameters supplied.
|
Constructor and Description |
---|
DescribeJobFlowsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeJobFlowsResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.util.List<JobFlowDetail> |
getJobFlows()
A list of job flows matching the parameters supplied.
|
int |
hashCode() |
void |
setJobFlows(java.util.Collection<JobFlowDetail> jobFlows)
A list of job flows matching the parameters supplied.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeJobFlowsResult |
withJobFlows(java.util.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.
|
private SdkInternalList<JobFlowDetail> jobFlows
A list of job flows matching the parameters supplied.
public java.util.List<JobFlowDetail> getJobFlows()
A list of job flows matching the parameters supplied.
public void setJobFlows(java.util.Collection<JobFlowDetail> jobFlows)
A list of job flows matching the parameters supplied.
jobFlows
- A list of job flows matching the parameters supplied.public DescribeJobFlowsResult withJobFlows(JobFlowDetail... jobFlows)
A list of job flows matching the parameters supplied.
NOTE: This method appends the values to the existing list (if
any). Use setJobFlows(java.util.Collection)
or
withJobFlows(java.util.Collection)
if you want to override the
existing values.
jobFlows
- A list of job flows matching the parameters supplied.public DescribeJobFlowsResult withJobFlows(java.util.Collection<JobFlowDetail> jobFlows)
A list of job flows matching the parameters supplied.
jobFlows
- A list of job flows matching the parameters supplied.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public DescribeJobFlowsResult clone()
clone
in class java.lang.Object