/AWS1/CL_CHPLISTMEDIAPLINSRSP¶
ListMediaPipelinesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_mediapipelines TYPE /AWS1/CL_CHPMEDIAPLINSUMMARY=>TT_MEDIAPIPELINELIST TT_MEDIAPIPELINELIST¶
The media pipeline objects in the list.
iv_nexttoken TYPE /AWS1/CHPSTRING /AWS1/CHPSTRING¶
The token used to retrieve the next page of results.
Queryable Attributes¶
MediaPipelines¶
The media pipeline objects in the list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MEDIAPIPELINES() |
Getter for MEDIAPIPELINES, with configurable default |
ASK_MEDIAPIPELINES() |
Getter for MEDIAPIPELINES w/ exceptions if field has no valu |
HAS_MEDIAPIPELINES() |
Determine if MEDIAPIPELINES has a value |
NextToken¶
The token used to retrieve the next page of results.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTTOKEN() |
Getter for NEXTTOKEN, with configurable default |
ASK_NEXTTOKEN() |
Getter for NEXTTOKEN w/ exceptions if field has no value |
HAS_NEXTTOKEN() |
Determine if NEXTTOKEN has a value |