/AWS1/CL_DPILISTPLINSOUTPUT¶
Contains the output of ListPipelines.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_pipelineidlist
TYPE /AWS1/CL_DPIPIPELINEIDNAME=>TT_PIPELINELIST
TT_PIPELINELIST
¶
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
Optional arguments:¶
iv_marker
TYPE /AWS1/DPISTRING
/AWS1/DPISTRING
¶
The starting point for the next page of results. To view the next page of results, call
ListPipelinesOutput
again with this marker value. If the value is null, there are no more results.
iv_hasmoreresults
TYPE /AWS1/DPIBOOLEAN
/AWS1/DPIBOOLEAN
¶
Indicates whether there are more results that can be obtained by a subsequent call.
Queryable Attributes¶
pipelineIdList¶
The pipeline identifiers. If you require additional information about the pipelines, you can use these identifiers to call DescribePipelines and GetPipelineDefinition.
Accessible with the following methods¶
Method | Description |
---|---|
GET_PIPELINEIDLIST() |
Getter for PIPELINEIDLIST, with configurable default |
ASK_PIPELINEIDLIST() |
Getter for PIPELINEIDLIST w/ exceptions if field has no valu |
HAS_PIPELINEIDLIST() |
Determine if PIPELINEIDLIST has a value |
marker¶
The starting point for the next page of results. To view the next page of results, call
ListPipelinesOutput
again with this marker value. If the value is null, there are no more results.
Accessible with the following methods¶
Method | Description |
---|---|
GET_MARKER() |
Getter for MARKER, with configurable default |
ASK_MARKER() |
Getter for MARKER w/ exceptions if field has no value |
HAS_MARKER() |
Determine if MARKER has a value |
hasMoreResults¶
Indicates whether there are more results that can be obtained by a subsequent call.
Accessible with the following methods¶
Method | Description |
---|---|
GET_HASMORERESULTS() |
Getter for HASMORERESULTS |