ToCopyableBuilder<ListIPSetsResponse.Builder,ListIPSetsResponse>
@Generated("software.amazon.awssdk:codegen") public class ListIPSetsResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ListIPSetsResponse.Builder,ListIPSetsResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListIPSetsResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static ListIPSetsResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<IPSetSummary> |
ipSets() |
An array of IPSetSummary objects.
|
String |
nextMarker() |
If you have more
IPSet objects than the number that you specified for Limit in the
request, the response includes a NextMarker value. |
static Class<? extends ListIPSetsResponse.Builder> |
serializableBuilderClass() |
|
ListIPSetsResponse.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 IPSet
objects than the number that you specified for Limit
in the
request, the response includes a NextMarker
value. To list more IPSet
objects, submit
another ListIPSets
request, and specify the NextMarker
value from the response in the
NextMarker
value in the next request.
IPSet
objects than the number that you specified for Limit
in
the request, the response includes a NextMarker
value. To list more IPSet
objects, submit another ListIPSets
request, and specify the NextMarker
value
from the response in the NextMarker
value in the next request.public List<IPSetSummary> ipSets()
An array of IPSetSummary objects.
public ListIPSetsResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListIPSetsResponse.Builder,ListIPSetsResponse>
public static ListIPSetsResponse.Builder builder()
public static Class<? extends ListIPSetsResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.