/AWS1/CL_WLKLISTFLEETSRESPONSE¶
ListFleetsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_fleetsummarylist TYPE /AWS1/CL_WLKFLEETSUMMARY=>TT_FLEETSUMMARYLIST TT_FLEETSUMMARYLIST¶
The summary list of the fleets.
iv_nexttoken TYPE /AWS1/WLKNEXTTOKEN /AWS1/WLKNEXTTOKEN¶
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
Queryable Attributes¶
FleetSummaryList¶
The summary list of the fleets.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLEETSUMMARYLIST() |
Getter for FLEETSUMMARYLIST, with configurable default |
ASK_FLEETSUMMARYLIST() |
Getter for FLEETSUMMARYLIST w/ exceptions if field has no va |
HAS_FLEETSUMMARYLIST() |
Determine if FLEETSUMMARYLIST has a value |
NextToken¶
The pagination token used to retrieve the next page of results for this operation. If there are no more pages, this value is null.
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 |