AWS SDK for .NET Documentation
ListPipelinesRequest Class
AmazonAmazon.DataPipeline.ModelListPipelinesRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class ListPipelinesRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListPipelinesRequest()()()()
Initializes a new instance of the ListPipelinesRequest class

Equals(Object)
Determines whether the specified Object is equal to the current 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:

Length
0 - 1024
Pattern
[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithMarker(String) Obsolete.
Sets the Marker property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 ListPipelinesRequest
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)