ToCopyableBuilder<ListXssMatchSetsResponse.Builder,ListXssMatchSetsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListXssMatchSetsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListXssMatchSetsResponse.Builder,ListXssMatchSetsResponse>
The response to a ListXssMatchSets request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListXssMatchSetsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListXssMatchSetsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
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. |
static Class<? extends ListXssMatchSetsResponse.Builder> |
serializableBuilderClass() |
|
ListXssMatchSetsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<XssMatchSetSummary> |
xssMatchSets() |
An array of XssMatchSetSummary objects.
|
setSdkHttpMetadata, setSdkResponseMetadata
public 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.
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.public List<XssMatchSetSummary> xssMatchSets()
An array of XssMatchSetSummary objects.
public ListXssMatchSetsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListXssMatchSetsResponse.Builder,ListXssMatchSetsResponse>
public static ListXssMatchSetsResponse.Builder builder()
public static Class<? extends ListXssMatchSetsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.