/AWS1/CL_WADLISTLENSESOUTPUT¶
Output of a list lenses call.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_lenssummaries TYPE /AWS1/CL_WADLENSSUMMARY=>TT_LENSSUMMARIES TT_LENSSUMMARIES¶
List of lens summaries of available lenses.
iv_nexttoken TYPE /AWS1/WADNEXTTOKEN /AWS1/WADNEXTTOKEN¶
The token to use to retrieve the next set of results.
Queryable Attributes¶
LensSummaries¶
List of lens summaries of available lenses.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LENSSUMMARIES() |
Getter for LENSSUMMARIES, with configurable default |
ASK_LENSSUMMARIES() |
Getter for LENSSUMMARIES w/ exceptions if field has no value |
HAS_LENSSUMMARIES() |
Determine if LENSSUMMARIES has a value |
NextToken¶
The token to use to retrieve the next set 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 |