/AWS1/CL_WAFLSTXSSMATCHSETSRSP¶
The response to a ListXssMatchSets request.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
IV_NEXTMARKER
TYPE /AWS1/WAFNEXTMARKER
/AWS1/WAFNEXTMARKER
¶
If you have more XssMatchSet objects than the number that you specified for
Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value in the next request.
IT_XSSMATCHSETS
TYPE /AWS1/CL_WAFXSSMATCHSETSUMMARY=>TT_XSSMATCHSETSUMMARIES
TT_XSSMATCHSETSUMMARIES
¶
An array of XssMatchSetSummary objects.
Queryable Attributes¶
NextMarker¶
If you have more XssMatchSet objects than the number that you specified for
Limit
in the request, the response includes aNextMarker
value. To list moreXssMatchSet
objects, submit anotherListXssMatchSets
request, and specify theNextMarker
value from the response in theNextMarker
value 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 |
XssMatchSets¶
An array of XssMatchSetSummary objects.
Accessible with the following methods¶
Method | Description |
---|---|
GET_XSSMATCHSETS() |
Getter for XSSMATCHSETS, with configurable default |
ASK_XSSMATCHSETS() |
Getter for XSSMATCHSETS w/ exceptions if field has no value |
HAS_XSSMATCHSETS() |
Determine if XSSMATCHSETS has a value |