public class UpdateSqlInjectionMatchSetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
A request to update a SqlInjectionMatchSet.
NOOP
Constructor and Description |
---|
UpdateSqlInjectionMatchSetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSqlInjectionMatchSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
String |
getChangeToken()
The value returned by the most recent call to GetChangeToken.
|
String |
getSqlInjectionMatchSetId()
The
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to update. |
List<SqlInjectionMatchSetUpdate> |
getUpdates()
An array of
SqlInjectionMatchSetUpdate objects that you want
to insert into or delete from a SqlInjectionMatchSet. |
int |
hashCode() |
void |
setChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
void |
setSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to update. |
void |
setUpdates(Collection<SqlInjectionMatchSetUpdate> updates)
An array of
SqlInjectionMatchSetUpdate objects that you want
to insert into or delete from a SqlInjectionMatchSet. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateSqlInjectionMatchSetRequest |
withChangeToken(String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateSqlInjectionMatchSetRequest |
withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to update. |
UpdateSqlInjectionMatchSetRequest |
withUpdates(Collection<SqlInjectionMatchSetUpdate> updates)
An array of
SqlInjectionMatchSetUpdate objects that you want
to insert into or delete from a SqlInjectionMatchSet. |
UpdateSqlInjectionMatchSetRequest |
withUpdates(SqlInjectionMatchSetUpdate... updates)
An array of
SqlInjectionMatchSetUpdate objects that you want
to insert into or delete from a SqlInjectionMatchSet. |
getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The SqlInjectionMatchSetId
of the
SqlInjectionMatchSet
that you want to update.
SqlInjectionMatchSetId
is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
sqlInjectionMatchSetId
- The SqlInjectionMatchSetId
of the
SqlInjectionMatchSet
that you want to update.
SqlInjectionMatchSetId
is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.public String getSqlInjectionMatchSetId()
The SqlInjectionMatchSetId
of the
SqlInjectionMatchSet
that you want to update.
SqlInjectionMatchSetId
is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
SqlInjectionMatchSetId
of the
SqlInjectionMatchSet
that you want to update.
SqlInjectionMatchSetId
is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.public UpdateSqlInjectionMatchSetRequest withSqlInjectionMatchSetId(String sqlInjectionMatchSetId)
The SqlInjectionMatchSetId
of the
SqlInjectionMatchSet
that you want to update.
SqlInjectionMatchSetId
is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
sqlInjectionMatchSetId
- The SqlInjectionMatchSetId
of the
SqlInjectionMatchSet
that you want to update.
SqlInjectionMatchSetId
is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.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 UpdateSqlInjectionMatchSetRequest 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<SqlInjectionMatchSetUpdate> getUpdates()
An array of SqlInjectionMatchSetUpdate
objects that you want
to insert into or delete from a SqlInjectionMatchSet. For more
information, see the applicable data types:
Action
and
SqlInjectionMatchTuple
FieldToMatch
and
TextTransformation
Data
and Type
SqlInjectionMatchSetUpdate
objects that
you want to insert into or delete from a
SqlInjectionMatchSet. For more information, see the
applicable data types:
Action
and SqlInjectionMatchTuple
FieldToMatch
and TextTransformation
Data
and
Type
public void setUpdates(Collection<SqlInjectionMatchSetUpdate> updates)
An array of SqlInjectionMatchSetUpdate
objects that you want
to insert into or delete from a SqlInjectionMatchSet. For more
information, see the applicable data types:
Action
and
SqlInjectionMatchTuple
FieldToMatch
and
TextTransformation
Data
and Type
updates
- An array of SqlInjectionMatchSetUpdate
objects that
you want to insert into or delete from a
SqlInjectionMatchSet. For more information, see the
applicable data types:
Action
and SqlInjectionMatchTuple
FieldToMatch
and TextTransformation
Data
and
Type
public UpdateSqlInjectionMatchSetRequest withUpdates(SqlInjectionMatchSetUpdate... updates)
An array of SqlInjectionMatchSetUpdate
objects that you want
to insert into or delete from a SqlInjectionMatchSet. For more
information, see the applicable data types:
Action
and
SqlInjectionMatchTuple
FieldToMatch
and
TextTransformation
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 SqlInjectionMatchSetUpdate
objects that
you want to insert into or delete from a
SqlInjectionMatchSet. For more information, see the
applicable data types:
Action
and SqlInjectionMatchTuple
FieldToMatch
and TextTransformation
Data
and
Type
public UpdateSqlInjectionMatchSetRequest withUpdates(Collection<SqlInjectionMatchSetUpdate> updates)
An array of SqlInjectionMatchSetUpdate
objects that you want
to insert into or delete from a SqlInjectionMatchSet. For more
information, see the applicable data types:
Action
and
SqlInjectionMatchTuple
FieldToMatch
and
TextTransformation
Data
and Type
updates
- An array of SqlInjectionMatchSetUpdate
objects that
you want to insert into or delete from a
SqlInjectionMatchSet. For more information, see the
applicable data types:
Action
and SqlInjectionMatchTuple
FieldToMatch
and TextTransformation
Data
and
Type
public String toString()
toString
in class Object
Object.toString()
public UpdateSqlInjectionMatchSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.