@Generated(value="software.amazon.awssdk:codegen") public final class ListPipelinesRequest extends DataPipelineRequest implements ToCopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>
Contains the parameters for ListPipelines.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListPipelinesRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListPipelinesRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
marker()
The starting point for the results to be returned.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListPipelinesRequest.Builder> |
serializableBuilderClass() |
ListPipelinesRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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()
toBuilder in interface ToCopyableBuilder<ListPipelinesRequest.Builder,ListPipelinesRequest>toBuilder in class DataPipelineRequestpublic static ListPipelinesRequest.Builder builder()
public static Class<? extends ListPipelinesRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.