Cloneable, ReadLimitInfo, ToCopyableBuilder<DeleteXssMatchSetRequest.Builder,DeleteXssMatchSetRequest>@Generated("software.amazon.awssdk:codegen") public class DeleteXssMatchSetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DeleteXssMatchSetRequest.Builder,DeleteXssMatchSetRequest>
A request to delete an XssMatchSet from AWS WAF.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
DeleteXssMatchSetRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static DeleteXssMatchSetRequest.Builder |
builder() |
|
String |
changeToken() |
The value returned by the most recent call to GetChangeToken.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends DeleteXssMatchSetRequest.Builder> |
serializableBuilderClass() |
|
DeleteXssMatchSetRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
xssMatchSetId() |
The
XssMatchSetId of the XssMatchSet that you want to delete. |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic 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()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<DeleteXssMatchSetRequest.Builder,DeleteXssMatchSetRequest>public static DeleteXssMatchSetRequest.Builder builder()
public static Class<? extends DeleteXssMatchSetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.