Cloneable, ReadLimitInfo, ToCopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>@Generated("software.amazon.awssdk:codegen") public class ListPipelinesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>
Contains the parameters for ListPipelines.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
ListPipelinesRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static ListPipelinesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
marker() |
The starting point for the results to be returned.
|
static Class<? extends ListPipelinesRequest.Builder> |
serializableBuilderClass() |
|
ListPipelinesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic String marker()
The starting point for the results to be returned. For the first call, this value should be empty. As long as
there are more results, continue to call ListPipelines with the marker value from the previous call
to retrieve the next set of results.
ListPipelines with the marker value from
the previous call to retrieve the next set of results.public ListPipelinesRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>public static ListPipelinesRequest.Builder builder()
public static Class<? extends ListPipelinesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.