/AWS1/CL_GMLLSTCONTAINERFLEE01¶
ListContainerFleetsOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
it_containerfleets TYPE /AWS1/CL_GMLCONTAINERFLEET=>TT_CONTAINERFLEETLIST TT_CONTAINERFLEETLIST¶
A collection of container fleet objects for all fleets that match the request criteria.
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¶
ContainerFleets¶
A collection of container fleet objects for all fleets that match the request criteria.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTAINERFLEETS() |
Getter for CONTAINERFLEETS, with configurable default |
ASK_CONTAINERFLEETS() |
Getter for CONTAINERFLEETS w/ exceptions if field has no val |
HAS_CONTAINERFLEETS() |
Determine if CONTAINERFLEETS 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 |