Container for the parameters to the ListPipelines operation.
            
Returns a list of pipeline identifiers for all active pipelines. Identifiers are returned only for pipelines you have permission to access.
 Declaration Syntax
 Declaration Syntax| C# | 
public class ListPipelinesRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | ListPipelinesRequest()()()() | Initializes a new instance of the ListPipelinesRequest class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Marker | 
            The starting point for the results to be returned. The first time you call ListPipelines, this value should be empty. As long as the
            action returns HasMoreResults as True, you can call ListPipelines again and pass the marker value from the response to
            retrieve the next set of results.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithMarker(String) | Obsolete. 
            Sets the Marker property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | ListPipelinesRequest | |