Skip to content

/AWS1/CL_NIMLSTSTRMINGIMAGES01

ListStreamingImagesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/NIMSTRING /AWS1/NIMSTRING

The token for the next set of results, or null if there are no more results.

IT_STREAMINGIMAGES TYPE /AWS1/CL_NIMSTREAMINGIMAGE=>TT_STREAMINGIMAGELIST TT_STREAMINGIMAGELIST

A collection of streaming images.


Queryable Attributes

nextToken

The token for the next set of results, or null if there are no more 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

streamingImages

A collection of streaming images.

Accessible with the following methods

Method Description
GET_STREAMINGIMAGES() Getter for STREAMINGIMAGES, with configurable default
ASK_STREAMINGIMAGES() Getter for STREAMINGIMAGES w/ exceptions if field has no val
HAS_STREAMINGIMAGES() Determine if STREAMINGIMAGES has a value