Skip to content

/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 a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker 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 a NextMarker value. To list more XssMatchSet objects, submit another ListXssMatchSets request, and specify the NextMarker value from the response in the NextMarker 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