public class UpdateXssMatchSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to update an XssMatchSet.
NOOP| Constructor and Description |
|---|
UpdateXssMatchSetRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateXssMatchSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getChangeToken()
The value returned by the most recent call to GetChangeToken.
|
List<XssMatchSetUpdate> |
getUpdates()
An array of
XssMatchSetUpdate objects that you want to
insert into or delete from a XssMatchSet. |
String |
getXssMatchSetId()
The
XssMatchSetId of the XssMatchSet that you
want to update. |
int |
hashCode() |
void |
setChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
void |
setUpdates(Collection<XssMatchSetUpdate> updates)
An array of
XssMatchSetUpdate objects that you want to
insert into or delete from a XssMatchSet. |
void |
setXssMatchSetId(String xssMatchSetId)
The
XssMatchSetId of the XssMatchSet that you
want to update. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateXssMatchSetRequest |
withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateXssMatchSetRequest |
withUpdates(Collection<XssMatchSetUpdate> updates)
An array of
XssMatchSetUpdate objects that you want to
insert into or delete from a XssMatchSet. |
UpdateXssMatchSetRequest |
withUpdates(XssMatchSetUpdate... updates)
An array of
XssMatchSetUpdate objects that you want to
insert into or delete from a XssMatchSet. |
UpdateXssMatchSetRequest |
withXssMatchSetId(String xssMatchSetId)
The
XssMatchSetId of the XssMatchSet that you
want to update. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setXssMatchSetId(String xssMatchSetId)
The XssMatchSetId of the XssMatchSet that you
want to update. XssMatchSetId is returned by
CreateXssMatchSet and by ListXssMatchSets.
xssMatchSetId - The XssMatchSetId of the XssMatchSet
that you want to update. XssMatchSetId is returned by
CreateXssMatchSet and by ListXssMatchSets.public String getXssMatchSetId()
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 UpdateXssMatchSetRequest withXssMatchSetId(String xssMatchSetId)
The XssMatchSetId of the XssMatchSet that you
want to update. XssMatchSetId is returned by
CreateXssMatchSet and by ListXssMatchSets.
xssMatchSetId - The XssMatchSetId of the XssMatchSet
that you want to update. XssMatchSetId is returned by
CreateXssMatchSet and by ListXssMatchSets.public void setChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken - The value returned by the most recent call to
GetChangeToken.public String getChangeToken()
The value returned by the most recent call to GetChangeToken.
public UpdateXssMatchSetRequest withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken - The value returned by the most recent call to
GetChangeToken.public List<XssMatchSetUpdate> getUpdates()
An array of XssMatchSetUpdate objects that you want to
insert into or delete from a XssMatchSet. For more information,
see the applicable data types:
Action and
XssMatchTupleFieldToMatch and
TextTransformationData and Type
XssMatchSetUpdate objects that you want
to insert into or delete from a XssMatchSet. For more
information, see the applicable data types:
Action and
XssMatchTupleFieldToMatch and
TextTransformationData and
Typepublic void setUpdates(Collection<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:
Action and
XssMatchTupleFieldToMatch and
TextTransformationData and Type
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:
Action and
XssMatchTupleFieldToMatch and
TextTransformationData and
Typepublic UpdateXssMatchSetRequest withUpdates(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:
Action and
XssMatchTupleFieldToMatch and
TextTransformationData and Type
NOTE: This method appends the values to the existing list (if
any). Use setUpdates(java.util.Collection) or
withUpdates(java.util.Collection) if you want to override the
existing values.
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:
Action and
XssMatchTupleFieldToMatch and
TextTransformationData and
Typepublic UpdateXssMatchSetRequest withUpdates(Collection<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:
Action and
XssMatchTupleFieldToMatch and
TextTransformationData and Type
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:
Action and
XssMatchTupleFieldToMatch and
TextTransformationData and
Typepublic String toString()
toString in class ObjectObject.toString()public UpdateXssMatchSetRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2024. All rights reserved.