Class DeleteGeoMatchSetRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.waf.model.WafRequest
-
- software.amazon.awssdk.services.waf.model.DeleteGeoMatchSetRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<DeleteGeoMatchSetRequest.Builder,DeleteGeoMatchSetRequest>
@Generated("software.amazon.awssdk:codegen") public final class DeleteGeoMatchSetRequest extends WafRequest implements ToCopyableBuilder<DeleteGeoMatchSetRequest.Builder,DeleteGeoMatchSetRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDeleteGeoMatchSetRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DeleteGeoMatchSetRequest.Builderbuilder()StringchangeToken()The value returned by the most recent call to GetChangeToken.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringgeoMatchSetId()TheGeoMatchSetIDof the GeoMatchSet that you want to delete.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends DeleteGeoMatchSetRequest.Builder>serializableBuilderClass()DeleteGeoMatchSetRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
geoMatchSetId
public final String geoMatchSetId()
The
GeoMatchSetIDof the GeoMatchSet that you want to delete.GeoMatchSetIdis returned by CreateGeoMatchSet and by ListGeoMatchSets.- Returns:
- The
GeoMatchSetIDof the GeoMatchSet that you want to delete.GeoMatchSetIdis returned by CreateGeoMatchSet and by ListGeoMatchSets.
-
changeToken
public final String changeToken()
The value returned by the most recent call to GetChangeToken.
- Returns:
- The value returned by the most recent call to GetChangeToken.
-
toBuilder
public DeleteGeoMatchSetRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteGeoMatchSetRequest.Builder,DeleteGeoMatchSetRequest>- Specified by:
toBuilderin classWafRequest
-
builder
public static DeleteGeoMatchSetRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DeleteGeoMatchSetRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-