/AWS1/CL_REVLISTSVCSRESPONSE¶
ListServicesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_servicesummaries TYPE /AWS1/CL_REVSERVICESUMMARY=>TT_SERVICESUMMARYLIST TT_SERVICESUMMARYLIST¶
The list of service summaries.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/REVNEXTTOKEN /AWS1/REVNEXTTOKEN¶
Pagination token.
Queryable Attributes¶
serviceSummaries¶
The list of service summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICESUMMARIES() |
Getter for SERVICESUMMARIES, with configurable default |
ASK_SERVICESUMMARIES() |
Getter for SERVICESUMMARIES w/ exceptions if field has no va |
HAS_SERVICESUMMARIES() |
Determine if SERVICESUMMARIES has a value |
nextToken¶
Pagination token.
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 |