AWS SDK for .NET Documentation
ListPipelinesResult Class
AmazonAmazon.DataPipeline.ModelListPipelinesResult Did this page help you?   Yes   No    Tell us about it...

Contains the output from the ListPipelines action.

Declaration Syntax
C#
public class ListPipelinesResult
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
ListPipelinesResult()()()()
Initializes a new instance of the ListPipelinesResult 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.)
HasMoreResults
If True, there are more results that can be obtained by a subsequent call to ListPipelines.

Marker
If not null, indicates the starting point for the set of pipeline identifiers that the next call to ListPipelines will retrieve. If null, there are no more pipeline identifiers.

Constraints:

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


PipelineIdList
A list of all the pipeline identifiers that your account has permission to access. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithHasMoreResults(Boolean) Obsolete.
Sets the HasMoreResults property

WithMarker(String) Obsolete.
Sets the Marker property

WithPipelineIdList(array<PipelineIdName>[]()[][]) Obsolete.
Adds elements to the PipelineIdList collection

WithPipelineIdList(IEnumerable<(Of <<'(PipelineIdName>)>>)) Obsolete.
Adds elements to the PipelineIdList collection

Inheritance Hierarchy
Object
ListPipelinesResult

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