/AWS1/CL_FCSLSTWHATIFANALYSE01¶
ListWhatIfAnalysesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_whatifanalyses TYPE /AWS1/CL_FCSWHATIFALYSUMMARY=>TT_WHATIFANALYSES TT_WHATIFANALYSES¶
An array of
WhatIfAnalysisSummaryobjects that describe the matched analyses.
iv_nexttoken TYPE /AWS1/FCSNEXTTOKEN /AWS1/FCSNEXTTOKEN¶
If the response is truncated, Forecast returns this token. To retrieve the next set of results, use the token in the next request.
Queryable Attributes¶
WhatIfAnalyses¶
An array of
WhatIfAnalysisSummaryobjects that describe the matched analyses.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_WHATIFANALYSES() |
Getter for WHATIFANALYSES, with configurable default |
ASK_WHATIFANALYSES() |
Getter for WHATIFANALYSES w/ exceptions if field has no valu |
HAS_WHATIFANALYSES() |
Determine if WHATIFANALYSES has a value |
NextToken¶
If the response is truncated, Forecast returns this token. To retrieve the next set of results, use the token in the next request.
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 |