ToCopyableBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>
@Generated("software.amazon.awssdk:codegen") public class ListPipelinesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>
Contains the output of ListPipelines.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListPipelinesResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListPipelinesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Boolean |
hasMoreResults() |
Indicates whether there are more results that can be obtained by a subsequent call.
|
String |
marker() |
The starting point for the next page of results.
|
List<PipelineIdName> |
pipelineIdList() |
The pipeline identifiers.
|
static Class<? extends ListPipelinesResponse.Builder> |
serializableBuilderClass() |
|
ListPipelinesResponse.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<PipelineIdName> pipelineIdList()
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
public String marker()
The starting point for the next page of results. To view the next page of results, call
ListPipelinesOutput
again with this marker value. If the value is null, there are no more results.
ListPipelinesOutput
again with this marker value. If the value is null, there are no more
results.public Boolean hasMoreResults()
Indicates whether there are more results that can be obtained by a subsequent call.
public ListPipelinesResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>
public static ListPipelinesResponse.Builder builder()
public static Class<? extends ListPipelinesResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.