/AWS1/CL_COALISTRECDACTSUMSRSP¶
ListRecommendedActionSummariesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_recdactionsummaries TYPE /AWS1/CL_COARECDACTIONSUMMARY=>TT_RECOMMENDEDACTIONSUMMARIES TT_RECOMMENDEDACTIONSUMMARIES¶
The summary of recommended actions that match the specified criteria.
iv_nexttoken TYPE /AWS1/COANEXTTOKEN /AWS1/COANEXTTOKEN¶
A token used for pagination. If present, indicates there are more results available and can be used in subsequent requests.
Queryable Attributes¶
recommendedActionSummaries¶
The summary of recommended actions that match the specified criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECDACTIONSUMMARIES() |
Getter for RECOMMENDEDACTIONSUMMARIES, with configurable def |
ASK_RECDACTIONSUMMARIES() |
Getter for RECOMMENDEDACTIONSUMMARIES w/ exceptions if field |
HAS_RECDACTIONSUMMARIES() |
Determine if RECOMMENDEDACTIONSUMMARIES has a value |
nextToken¶
A token used for pagination. If present, indicates there are more results available and can be used in subsequent requests.
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 |