public class ListPipelinesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
ListPipelines operation.
 Lists the pipeline identifiers for all active pipelines that you have permission to access.
NOOP| Constructor and Description | 
|---|
| ListPipelinesRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListPipelinesRequest | clone()Creates a shallow clone of this request. | 
| boolean | equals(Object obj) | 
| String | getMarker()The starting point for the results to be returned. | 
| int | hashCode() | 
| void | setMarker(String marker)The starting point for the results to be returned. | 
| String | toString()Returns a string representation of this object; useful for testing and
 debugging. | 
| ListPipelinesRequest | withMarker(String marker)The starting point for the results to be returned. | 
copyBaseTo, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getMarker()
ListPipelines with the marker value from
 the previous call to retrieve the next set of results.
 
 Constraints:
 Length: 0 - 1024
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
ListPipelines with the marker value from
         the previous call to retrieve the next set of results.public void setMarker(String marker)
ListPipelines with the marker value from
 the previous call to retrieve the next set of results.
 
 Constraints:
 Length: 0 - 1024
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
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.public ListPipelinesRequest withMarker(String marker)
ListPipelines with the marker value from
 the previous call to retrieve the next set of results.
 Returns a reference to this object so that method calls can be chained together.
 Constraints:
 Length: 0 - 1024
 Pattern: [\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*
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.public String toString()
toString in class ObjectObject.toString()public ListPipelinesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2015. All rights reserved.