/AWS1/CL_LMDLISTLAYERSRESPONSE¶
ListLayersResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nextmarker TYPE /AWS1/LMDSTRING /AWS1/LMDSTRING¶
A pagination token returned when the response doesn't contain all layers.
it_layers TYPE /AWS1/CL_LMDLAYERSLISTITEM=>TT_LAYERSLIST TT_LAYERSLIST¶
A list of function layers.
Queryable Attributes¶
NextMarker¶
A pagination token returned when the response doesn't contain all layers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_NEXTMARKER() |
Getter for NEXTMARKER, with configurable default |
ASK_NEXTMARKER() |
Getter for NEXTMARKER w/ exceptions if field has no value |
HAS_NEXTMARKER() |
Determine if NEXTMARKER has a value |
Layers¶
A list of function layers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LAYERS() |
Getter for LAYERS, with configurable default |
ASK_LAYERS() |
Getter for LAYERS w/ exceptions if field has no value |
HAS_LAYERS() |
Determine if LAYERS has a value |