/AWS1/CL_MPBLSTLNKROUTNGRLSRSP¶
ListLinkRoutingRulesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_rules TYPE /AWS1/CL_MPBLINKROUTNGRULESUMM=>TT_LINKROUTINGRULELIST TT_LINKROUTINGRULELIST¶
The list of routing rules for the link.
iv_nexttoken TYPE /AWS1/MPBSTRING /AWS1/MPBSTRING¶
If
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
Queryable Attributes¶
rules¶
The list of routing rules for the link.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_RULES() |
Getter for RULES, with configurable default |
ASK_RULES() |
Getter for RULES w/ exceptions if field has no value |
HAS_RULES() |
Determine if RULES has a value |
nextToken¶
If
nextTokenis returned, there are more results available. The value ofnextTokenis a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.
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 |