@Generated(value="software.amazon.awssdk:codegen") public final class GeoMatchSetSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeoMatchSetSummary.Builder,GeoMatchSetSummary>
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 GeoMatchSet.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeoMatchSetSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GeoMatchSetSummary.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
geoMatchSetId()
The
GeoMatchSetId for an GeoMatchSet. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A friendly name or description of the GeoMatchSet.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GeoMatchSetSummary.Builder> |
serializableBuilderClass() |
GeoMatchSetSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String geoMatchSetId()
The GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a
GetGeoMatchSet request to get detailed information about an GeoMatchSet.
GeoMatchSetId for an GeoMatchSet. You can use GeoMatchSetId in a
GetGeoMatchSet request to get detailed information about an GeoMatchSet.public final String name()
A friendly name or description of the GeoMatchSet. You can't change the name of an
GeoMatchSet after you create it.
GeoMatchSet after you create it.public GeoMatchSetSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GeoMatchSetSummary.Builder,GeoMatchSetSummary>public static GeoMatchSetSummary.Builder builder()
public static Class<? extends GeoMatchSetSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.