/AWS1/CL_IOWLISTSERVICEPFLSRSP¶
ListServiceProfilesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nexttoken TYPE /AWS1/IOWNEXTTOKEN /AWS1/IOWNEXTTOKEN¶
The token to use to get the next set of results, or null if there are no additional results.
it_serviceprofilelist TYPE /AWS1/CL_IOWSERVICEPROFILE=>TT_SERVICEPROFILELIST TT_SERVICEPROFILELIST¶
The list of service profiles.
Queryable Attributes¶
NextToken¶
The token to use to get the next set of results, or null if there are no additional 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 |
ServiceProfileList¶
The list of service profiles.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICEPROFILELIST() |
Getter for SERVICEPROFILELIST, with configurable default |
ASK_SERVICEPROFILELIST() |
Getter for SERVICEPROFILELIST w/ exceptions if field has no |
HAS_SERVICEPROFILELIST() |
Determine if SERVICEPROFILELIST has a value |