/AWS1/CL_IOILISTFLEETSRESPONSE¶
ListFleetsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_fleetsummaries TYPE /AWS1/CL_IOIFLEETSUMMARY=>TT_FLEETSUMMARIES TT_FLEETSUMMARIES¶
A list of information for each fleet.
iv_nexttoken TYPE /AWS1/IOINEXTTOKEN /AWS1/IOINEXTTOKEN¶
The token to retrieve the next set of results, or
nullif there are no more results.
Queryable Attributes¶
fleetSummaries¶
A list of information for each fleet.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FLEETSUMMARIES() |
Getter for FLEETSUMMARIES, with configurable default |
ASK_FLEETSUMMARIES() |
Getter for FLEETSUMMARIES w/ exceptions if field has no valu |
HAS_FLEETSUMMARIES() |
Determine if FLEETSUMMARIES has a value |
nextToken¶
The token to retrieve the next set of results, or
nullif there are no more results.
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 |