/AWS1/CL_BDOLISTGWRULESRSP¶
ListGatewayRulesResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
it_gatewayrules TYPE /AWS1/CL_BDOGATEWAYRULEDETAIL=>TT_GATEWAYRULES TT_GATEWAYRULES¶
The list of gateway rules.
Optional arguments:¶
iv_nexttoken TYPE /AWS1/BDOGATEWAYRULENEXTTOKEN /AWS1/BDOGATEWAYRULENEXTTOKEN¶
The pagination token to use in a subsequent request.
Queryable Attributes¶
gatewayRules¶
The list of gateway rules.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GATEWAYRULES() |
Getter for GATEWAYRULES, with configurable default |
ASK_GATEWAYRULES() |
Getter for GATEWAYRULES w/ exceptions if field has no value |
HAS_GATEWAYRULES() |
Determine if GATEWAYRULES has a value |
nextToken¶
The pagination token to use in a subsequent 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 |