ToCopyableBuilder<DescribeJobFlowsResponse.Builder,DescribeJobFlowsResponse>
@Generated("software.amazon.awssdk:codegen") public class DescribeJobFlowsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DescribeJobFlowsResponse.Builder,DescribeJobFlowsResponse>
The output for the DescribeJobFlows operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeJobFlowsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DescribeJobFlowsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<JobFlowDetail> |
jobFlows() |
A list of job flows matching the parameters supplied.
|
static Class<? extends DescribeJobFlowsResponse.Builder> |
serializableBuilderClass() |
|
DescribeJobFlowsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public List<JobFlowDetail> jobFlows()
A list of job flows matching the parameters supplied.
public DescribeJobFlowsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeJobFlowsResponse.Builder,DescribeJobFlowsResponse>
public static DescribeJobFlowsResponse.Builder builder()
public static Class<? extends DescribeJobFlowsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.