Class DescribeJobFlowsResult
java.lang.Object
com.amazonaws.services.elasticmapreduce.model.DescribeJobFlowsResult
- All Implemented Interfaces:
Serializable
,Cloneable
The output for the DescribeJobFlows operation.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withJobFlows
(JobFlowDetail... jobFlows) A list of job flows matching the parameters supplied.withJobFlows
(Collection<JobFlowDetail> jobFlows) A list of job flows matching the parameters supplied.
-
Constructor Details
-
DescribeJobFlowsResult
public DescribeJobFlowsResult()
-
-
Method Details
-
getJobFlows
A list of job flows matching the parameters supplied.
- Returns:
- A list of job flows matching the parameters supplied.
-
setJobFlows
A list of job flows matching the parameters supplied.
- Parameters:
jobFlows
- A list of job flows matching the parameters supplied.
-
withJobFlows
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)
orwithJobFlows(java.util.Collection)
if you want to override the existing values.- Parameters:
jobFlows
- A list of job flows matching the parameters supplied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
withJobFlows
A list of job flows matching the parameters supplied.
- Parameters:
jobFlows
- A list of job flows matching the parameters supplied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-