/AWS1/CL_IOALISTDATASETSRSP¶
ListDatasetsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_datasetsummaries TYPE /AWS1/CL_IOADATASETSUMMARY=>TT_DATASETSUMMARIES TT_DATASETSUMMARIES¶
A list of
DatasetSummaryobjects.
iv_nexttoken TYPE /AWS1/IOANEXTTOKEN /AWS1/IOANEXTTOKEN¶
The token to retrieve the next set of results, or
nullif there are no more results.
Queryable Attributes¶
datasetSummaries¶
A list of
DatasetSummaryobjects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETSUMMARIES() |
Getter for DATASETSUMMARIES, with configurable default |
ASK_DATASETSUMMARIES() |
Getter for DATASETSUMMARIES w/ exceptions if field has no va |
HAS_DATASETSUMMARIES() |
Determine if DATASETSUMMARIES has a value |
nextToken¶
The token to retrieve the next set of results, or
nullif 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 |