public class DescribeJobFlowsResult
extends java.lang.Object
implements java.io.Serializable
The output for the DescribeJobFlows operation.
| コンストラクタと説明 |
|---|
DescribeJobFlowsResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
public java.util.List<JobFlowDetail> getJobFlows()
public void setJobFlows(java.util.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(java.util.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object