/AWS1/CL_PZZLISTDSGROUPSRSP¶
ListDatasetGroupsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_datasetgroups TYPE /AWS1/CL_PZZDSGROUPSUMMARY=>TT_DATASETGROUPS TT_DATASETGROUPS¶
The list of your dataset groups.
iv_nexttoken TYPE /AWS1/PZZNEXTTOKEN /AWS1/PZZNEXTTOKEN¶
A token for getting the next set of dataset groups (if they exist).
Queryable Attributes¶
datasetGroups¶
The list of your dataset groups.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETGROUPS() |
Getter for DATASETGROUPS, with configurable default |
ASK_DATASETGROUPS() |
Getter for DATASETGROUPS w/ exceptions if field has no value |
HAS_DATASETGROUPS() |
Determine if DATASETGROUPS has a value |
nextToken¶
A token for getting the next set of dataset groups (if they exist).
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 |