Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>
@Generated("software.amazon.awssdk:codegen") public class ListPipelinesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>
Represents the input of a list pipelines action.
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 |
nextToken() |
An identifier that was returned from the previous list pipelines call, which can be used to return the next set
of pipelines in the list.
|
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, withSdkClientExecutionTimeout
public String nextToken()
An identifier that was returned from the previous list pipelines call, which can be used to return the next set of pipelines in the list.
public ListPipelinesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
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.