ToCopyableBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>@Generated("software.amazon.awssdk:codegen") public class ListPipelinesResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListPipelinesResponse.Builder,ListPipelinesResponse>
A list of the pipelines associated with the current AWS account.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListPipelinesResponse.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
static ListPipelinesResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextPageToken() |
A value that you use to access the second and subsequent pages of results, if any.
|
List<Pipeline> |
pipelines() |
An array of
Pipeline objects. |
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, setSdkResponseMetadatapublic List<Pipeline> pipelines()
An array of Pipeline objects.
Pipeline objects.public String nextPageToken()
A value that you use to access the second and subsequent pages of results, if any. When the pipelines fit on one
page or when you've reached the last page of results, the value of NextPageToken is
null.
NextPageToken is
null.public ListPipelinesResponse.Builder toBuilder()
ToCopyableBuildertoBuilder 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.