/AWS1/CL_IVSLISTSTREAMSRSP¶
ListStreamsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_streams TYPE /AWS1/CL_IVSSTREAMSUMMARY=>TT_STREAMLIST TT_STREAMLIST¶
List of streams.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IVSPAGINATIONTOKEN /AWS1/IVSPAGINATIONTOKEN¶
If there are more streams than
maxResults, usenextTokenin the request to get the next set.
Queryable Attributes¶
streams¶
List of streams.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STREAMS() |
Getter for STREAMS, with configurable default |
ASK_STREAMS() |
Getter for STREAMS w/ exceptions if field has no value |
HAS_STREAMS() |
Determine if STREAMS has a value |
nextToken¶
If there are more streams than
maxResults, usenextTokenin the request to get the next set.
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 |