@Generated(value="software.amazon.awssdk:codegen") public final class DeleteXssMatchSetRequest extends WafRequest implements ToCopyableBuilder<DeleteXssMatchSetRequest.Builder,DeleteXssMatchSetRequest>
A request to delete an XssMatchSet from AWS WAF.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteXssMatchSetRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteXssMatchSetRequest.Builder |
builder() |
String |
changeToken()
The value returned by the most recent call to GetChangeToken.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteXssMatchSetRequest.Builder> |
serializableBuilderClass() |
DeleteXssMatchSetRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
xssMatchSetId()
The
XssMatchSetId of the XssMatchSet that you want to delete. |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String xssMatchSetId()
The XssMatchSetId of the XssMatchSet that you want to delete. XssMatchSetId is
returned by CreateXssMatchSet and by ListXssMatchSets.
XssMatchSetId of the XssMatchSet that you want to delete.
XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.public String changeToken()
The value returned by the most recent call to GetChangeToken.
public DeleteXssMatchSetRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteXssMatchSetRequest.Builder,DeleteXssMatchSetRequest>toBuilder in class WafRequestpublic static DeleteXssMatchSetRequest.Builder builder()
public static Class<? extends DeleteXssMatchSetRequest.Builder> serializableBuilderClass()
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.