/AWS1/CL_MDXLISTBRIDGESRSP¶
ListBridgesResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_bridges TYPE /AWS1/CL_MDXLISTEDBRIDGE=>TT___LISTOFLISTEDBRIDGE TT___LISTOFLISTEDBRIDGE¶
A list of bridge summaries.
iv_nexttoken TYPE /AWS1/MDXSTRING /AWS1/MDXSTRING¶
The token that identifies the batch of results that you want to see.
For example, you submit a
ListBridgesrequest withMaxResultsset at 5. The service returns the first batch of results (up to 5) and aNextTokenvalue. To see the next batch of results, you can submit theListBridgesrequest a second time and specify theNextTokenvalue.
Queryable Attributes¶
Bridges¶
A list of bridge summaries.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BRIDGES() |
Getter for BRIDGES, with configurable default |
ASK_BRIDGES() |
Getter for BRIDGES w/ exceptions if field has no value |
HAS_BRIDGES() |
Determine if BRIDGES has a value |
NextToken¶
The token that identifies the batch of results that you want to see.
For example, you submit a
ListBridgesrequest withMaxResultsset at 5. The service returns the first batch of results (up to 5) and aNextTokenvalue. To see the next batch of results, you can submit theListBridgesrequest a second time and specify theNextTokenvalue.
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 |