/AWS1/CL_PIELSTPRFALYRPTRECS01¶
ListPerformanceAnalysisReportRecommendationsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_recommendations TYPE /AWS1/CL_PIERECOMMENDATION=>TT_RECOMMENDATIONLIST TT_RECOMMENDATIONLIST¶
The list of recommendations for the analysis report.
iv_nexttoken TYPE /AWS1/PIENEXTTOKEN /AWS1/PIENEXTTOKEN¶
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by
MaxResults.
Queryable Attributes¶
Recommendations¶
The list of recommendations for the analysis report.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RECOMMENDATIONS() |
Getter for RECOMMENDATIONS, with configurable default |
ASK_RECOMMENDATIONS() |
Getter for RECOMMENDATIONS w/ exceptions if field has no val |
HAS_RECOMMENDATIONS() |
Determine if RECOMMENDATIONS has a value |
NextToken¶
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the token, up to the value specified by
MaxResults.
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 |