/AWS1/CL_GMLLISTFLEETSOUTPUT¶
ListFleetsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_fleetids TYPE /AWS1/CL_GMLFLEETIDLIST_W=>TT_FLEETIDLIST TT_FLEETIDLIST¶
A set of fleet IDs that match the list request.
iv_nexttoken TYPE /AWS1/GMLNONZEROANDMAXSTRING /AWS1/GMLNONZEROANDMAXSTRING¶
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
Queryable Attributes¶
FleetIds¶
A set of fleet IDs that match the list request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLEETIDS() |
Getter for FLEETIDS, with configurable default |
ASK_FLEETIDS() |
Getter for FLEETIDS w/ exceptions if field has no value |
HAS_FLEETIDS() |
Determine if FLEETIDS has a value |
NextToken¶
A token that indicates where to resume retrieving results on the next call to this operation. If no token is returned, these results represent the end of the list.
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 |