/AWS1/CL_WAFLSTGEOMATCHSETSRSP¶
ListGeoMatchSetsResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_nextmarker TYPE /AWS1/WAFNEXTMARKER /AWS1/WAFNEXTMARKER¶
If you have more
GeoMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreGeoMatchSetobjects, submit anotherListGeoMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
it_geomatchsets TYPE /AWS1/CL_WAFGEOMATCHSETSUMMARY=>TT_GEOMATCHSETSUMMARIES TT_GEOMATCHSETSUMMARIES¶
An array of GeoMatchSetSummary objects.
Queryable Attributes¶
NextMarker¶
If you have more
GeoMatchSetobjects than the number that you specified forLimitin the request, the response includes aNextMarkervalue. To list moreGeoMatchSetobjects, submit anotherListGeoMatchSetsrequest, and specify theNextMarkervalue from the response in theNextMarkervalue in the next request.
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 |
GeoMatchSets¶
An array of GeoMatchSetSummary objects.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GEOMATCHSETS() |
Getter for GEOMATCHSETS, with configurable default |
ASK_GEOMATCHSETS() |
Getter for GEOMATCHSETS w/ exceptions if field has no value |
HAS_GEOMATCHSETS() |
Determine if GEOMATCHSETS has a value |