@Generated(value="software.amazon.awssdk:codegen") public final class ListIpSetsResponse extends WafResponse implements ToCopyableBuilder<ListIpSetsResponse.Builder,ListIpSetsResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListIpSetsResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListIpSetsResponse.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasIpSets()
Returns true if the IPSets property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<IPSetSummary> |
ipSets()
An array of IPSetSummary objects.
|
String |
nextMarker()
To list more
IPSet objects, submit another ListIPSets request, and in the next request
use the NextMarker response value as the NextMarker value. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListIpSetsResponse.Builder> |
serializableBuilderClass() |
ListIpSetsResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextMarker()
To list more IPSet objects, submit another ListIPSets request, and in the next request
use the NextMarker response value as the NextMarker value.
IPSet objects, submit another ListIPSets request, and in the next
request use the NextMarker response value as the NextMarker value.public final boolean hasIpSets()
public final List<IPSetSummary> ipSets()
An array of IPSetSummary objects.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIpSets() to see if a value was sent in this field.
public ListIpSetsResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListIpSetsResponse.Builder,ListIpSetsResponse>toBuilder in class AwsResponsepublic static ListIpSetsResponse.Builder builder()
public static Class<? extends ListIpSetsResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2021. All rights reserved.