ToCopyableBuilder<ListSqlInjectionMatchSetsResponse.Builder,ListSqlInjectionMatchSetsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListSqlInjectionMatchSetsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListSqlInjectionMatchSetsResponse.Builder,ListSqlInjectionMatchSetsResponse>
The response to a ListSqlInjectionMatchSets request.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListSqlInjectionMatchSetsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListSqlInjectionMatchSetsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
nextMarker() |
If you have more SqlInjectionMatchSet objects than the number that you specified for
Limit in
the request, the response includes a NextMarker value. |
static Class<? extends ListSqlInjectionMatchSetsResponse.Builder> |
serializableBuilderClass() |
|
List<SqlInjectionMatchSetSummary> |
sqlInjectionMatchSets() |
An array of SqlInjectionMatchSetSummary objects.
|
ListSqlInjectionMatchSetsResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String nextMarker()
If you have more SqlInjectionMatchSet objects than the number that you specified for Limit
in
the request, the response includes a NextMarker
value. To list more
SqlInjectionMatchSet
objects, submit another ListSqlInjectionMatchSets
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
SqlInjectionMatchSet
objects, submit another ListSqlInjectionMatchSets
request,
and specify the NextMarker
value from the response in the NextMarker
value in
the next request.public List<SqlInjectionMatchSetSummary> sqlInjectionMatchSets()
An array of SqlInjectionMatchSetSummary objects.
public ListSqlInjectionMatchSetsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListSqlInjectionMatchSetsResponse.Builder,ListSqlInjectionMatchSetsResponse>
public static ListSqlInjectionMatchSetsResponse.Builder builder()
public static Class<? extends ListSqlInjectionMatchSetsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.