@Generated(value="software.amazon.awssdk:codegen") public final class IPSetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<IPSetSummary.Builder,IPSetSummary>
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
Contains the identifier and the name of the IPSet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
IPSetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static IPSetSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
ipSetId()
The
IPSetId for an IPSet. |
String |
name()
A friendly name or description of the IPSet.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends IPSetSummary.Builder> |
serializableBuilderClass() |
IPSetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String ipSetId()
public final String name()
A friendly name or description of the IPSet. You can't change the name of an IPSet after you
create it.
IPSet
after you create it.public IPSetSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<IPSetSummary.Builder,IPSetSummary>public static IPSetSummary.Builder builder()
public static Class<? extends IPSetSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.