Skip to content

/AWS1/CL_COPGETRECOMMENDATIO04

GetRecommendationSummariesResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

IV_NEXTTOKEN TYPE /AWS1/COPNEXTTOKEN /AWS1/COPNEXTTOKEN

The token to use to advance to the next page of recommendation summaries.

This value is null when there are no more pages of recommendation summaries to return.

IT_RECOMMENDATIONSUMMARIES TYPE /AWS1/CL_COPRECOMMENDATIONSUMM=>TT_RECOMMENDATIONSUMMARIES TT_RECOMMENDATIONSUMMARIES

An array of objects that summarize a recommendation.


Queryable Attributes

nextToken

The token to use to advance to the next page of recommendation summaries.

This value is null when there are no more pages of recommendation summaries to return.

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

recommendationSummaries

An array of objects that summarize a recommendation.

Accessible with the following methods

Method Description
GET_RECOMMENDATIONSUMMARIES() Getter for RECOMMENDATIONSUMMARIES, with configurable defaul
ASK_RECOMMENDATIONSUMMARIES() Getter for RECOMMENDATIONSUMMARIES w/ exceptions if field ha
HAS_RECOMMENDATIONSUMMARIES() Determine if RECOMMENDATIONSUMMARIES has a value