Cloneable, ReadLimitInfo, ToCopyableBuilder<UpdateXssMatchSetRequest.Builder,UpdateXssMatchSetRequest>@Generated("software.amazon.awssdk:codegen") public class UpdateXssMatchSetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateXssMatchSetRequest.Builder,UpdateXssMatchSetRequest>
A request to update an XssMatchSet.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
UpdateXssMatchSetRequest.Builder |
NOOP| Modifier and Type | Method | Description |
|---|---|---|
static UpdateXssMatchSetRequest.Builder |
builder() |
|
String |
changeToken() |
The value returned by the most recent call to GetChangeToken.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UpdateXssMatchSetRequest.Builder> |
serializableBuilderClass() |
|
UpdateXssMatchSetRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
List<XssMatchSetUpdate> |
updates() |
An array of
XssMatchSetUpdate objects that you want to insert into or delete from a
XssMatchSet. |
String |
xssMatchSetId() |
The
XssMatchSetId of the XssMatchSet that you want to update. |
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 update.
XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.
XssMatchSetId of the XssMatchSet that you want to update.
XssMatchSetId is returned by CreateXssMatchSet and by ListXssMatchSets.public String changeToken()
The value returned by the most recent call to GetChangeToken.
public List<XssMatchSetUpdate> updates()
An array of XssMatchSetUpdate objects that you want to insert into or delete from a
XssMatchSet. For more information, see the applicable data types:
XssMatchSetUpdate: Contains Action and XssMatchTuple
XssMatchTuple: Contains FieldToMatch and TextTransformation
FieldToMatch: Contains Data and Type
XssMatchSetUpdate objects that you want to insert into or delete from a
XssMatchSet. For more information, see the applicable data types:
XssMatchSetUpdate: Contains Action and XssMatchTuple
XssMatchTuple: Contains FieldToMatch and TextTransformation
FieldToMatch: Contains Data and Type
public UpdateXssMatchSetRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<UpdateXssMatchSetRequest.Builder,UpdateXssMatchSetRequest>public static UpdateXssMatchSetRequest.Builder builder()
public static Class<? extends UpdateXssMatchSetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.