@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeJobFlowsResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The output for the DescribeJobFlows operation.
Constructor and Description |
---|
DescribeJobFlowsResult() |
Modifier and Type | Method and Description |
---|---|
DescribeJobFlowsResult |
clone() |
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public List<JobFlowDetail> getJobFlows()
A list of job flows matching the parameters supplied.
public void setJobFlows(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(Collection<JobFlowDetail> jobFlows)
A list of job flows matching the parameters supplied.
jobFlows
- A list of job flows matching the parameters supplied.public String toString()
toString
in class Object
Object.toString()
public DescribeJobFlowsResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.