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