@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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. |
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public 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:
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 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:
XssMatchSetUpdate: Contains Action
and XssMatchTuple
XssMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
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:
XssMatchSetUpdate: Contains Action
and XssMatchTuple
XssMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
and Type
public 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:
XssMatchSetUpdate: Contains Action
and XssMatchTuple
XssMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
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:
XssMatchSetUpdate: Contains Action
and XssMatchTuple
XssMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
and Type
public 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:
XssMatchSetUpdate: Contains Action
and XssMatchTuple
XssMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
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:
XssMatchSetUpdate: Contains Action
and XssMatchTuple
XssMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
and Type
public String toString()
toString
in class Object
Object.toString()
public UpdateXssMatchSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.