public static interface ListXssMatchSetsResponse.Builder extends WAFResponse.Builder, CopyableBuilder<ListXssMatchSetsResponse.Builder,ListXssMatchSetsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListXssMatchSetsResponse.Builder |
nextMarker(String nextMarker)
If you have more XssMatchSet objects than the number that you specified for
Limit in the
request, the response includes a NextMarker value. |
ListXssMatchSetsResponse.Builder |
xssMatchSets(Collection<XssMatchSetSummary> xssMatchSets)
An array of XssMatchSetSummary objects.
|
ListXssMatchSetsResponse.Builder |
xssMatchSets(XssMatchSetSummary... xssMatchSets)
An array of XssMatchSetSummary objects.
|
buildcopyapply, buildListXssMatchSetsResponse.Builder nextMarker(String 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.
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.ListXssMatchSetsResponse.Builder xssMatchSets(Collection<XssMatchSetSummary> xssMatchSets)
An array of XssMatchSetSummary objects.
xssMatchSets - An array of XssMatchSetSummary objects.ListXssMatchSetsResponse.Builder xssMatchSets(XssMatchSetSummary... xssMatchSets)
An array of XssMatchSetSummary objects.
xssMatchSets - An array of XssMatchSetSummary objects.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.