/AWS1/CL_NIMLISTSTUDIOSRSP¶
ListStudiosResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_studios TYPE /AWS1/CL_NIMSTUDIO=>TT_STUDIOLIST TT_STUDIOLIST¶
A collection of studios.
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.
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 |
studios¶
A collection of studios.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STUDIOS() |
Getter for STUDIOS, with configurable default |
ASK_STUDIOS() |
Getter for STUDIOS w/ exceptions if field has no value |
HAS_STUDIOS() |
Determine if STUDIOS has a value |