/AWS1/CL_IN2LISTFNDGAGGRSRSP¶
ListFindingAggregationsResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_aggregationtype TYPE /AWS1/IN2AGGREGATIONTYPE /AWS1/IN2AGGREGATIONTYPE¶
The type of aggregation to perform.
Optional arguments:¶
it_responses TYPE /AWS1/CL_IN2AGGRRESPONSE=>TT_AGGREGATIONRESPONSELIST TT_AGGREGATIONRESPONSELIST¶
Objects that contain the results of an aggregation operation.
iv_nexttoken TYPE /AWS1/IN2NEXTTOKEN /AWS1/IN2NEXTTOKEN¶
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the
NextTokenvalue returned from the previous request to continue listing results after the first page.
Queryable Attributes¶
aggregationType¶
The type of aggregation to perform.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AGGREGATIONTYPE() |
Getter for AGGREGATIONTYPE, with configurable default |
ASK_AGGREGATIONTYPE() |
Getter for AGGREGATIONTYPE w/ exceptions if field has no val |
HAS_AGGREGATIONTYPE() |
Determine if AGGREGATIONTYPE has a value |
responses¶
Objects that contain the results of an aggregation operation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RESPONSES() |
Getter for RESPONSES, with configurable default |
ASK_RESPONSES() |
Getter for RESPONSES w/ exceptions if field has no value |
HAS_RESPONSES() |
Determine if RESPONSES has a value |
nextToken¶
A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the
NextTokenvalue returned from the previous request to continue listing results after the first page.
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 |