/AWS1/CL_MDCLISTPRESETSRSP¶
ListPresetsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/MDC__STRING /AWS1/MDC__STRING¶
Use this string to request the next batch of presets.
it_presets TYPE /AWS1/CL_MDCPRESET=>TT___LISTOFPRESET TT___LISTOFPRESET¶
List of presets
Queryable Attributes¶
NextToken¶
Use this string to request the next batch of presets.
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 |
Presets¶
List of presets
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PRESETS() |
Getter for PRESETS, with configurable default |
ASK_PRESETS() |
Getter for PRESETS w/ exceptions if field has no value |
HAS_PRESETS() |
Determine if PRESETS has a value |