ToCopyableBuilder<ListPipelineExecutionsResponse.Builder,ListPipelineExecutionsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListPipelineExecutionsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListPipelineExecutionsResponse.Builder,ListPipelineExecutionsResponse>
Represents the output of a list pipeline executions action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListPipelineExecutionsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListPipelineExecutionsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextToken() |
A token that can be used in the next list pipeline executions call to return the next set of pipeline executions.
|
List<PipelineExecutionSummary> |
pipelineExecutionSummaries() |
A list of executions in the history of a pipeline.
|
static Class<? extends ListPipelineExecutionsResponse.Builder> |
serializableBuilderClass() |
|
ListPipelineExecutionsResponse.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<PipelineExecutionSummary> pipelineExecutionSummaries()
A list of executions in the history of a pipeline.
public String nextToken()
A token that can be used in the next list pipeline executions call to return the next set of pipeline executions. To view all items in the list, continue to call this operation with each subsequent token until no more nextToken values are returned.
public ListPipelineExecutionsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListPipelineExecutionsResponse.Builder,ListPipelineExecutionsResponse>
public static ListPipelineExecutionsResponse.Builder builder()
public static Class<? extends ListPipelineExecutionsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.