public class UpdateSqlInjectionMatchSetRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
A request to update a SqlInjectionMatchSet.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
changeToken
The value returned by the most recent call to GetChangeToken.
|
private java.lang.String |
sqlInjectionMatchSetId
The
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to update. |
private java.util.List<SqlInjectionMatchSetUpdate> |
updates
An array of
SqlInjectionMatchSetUpdate objects that you want
to insert into or delete from a SqlInjectionMatchSet. |
NOOP
Constructor and Description |
---|
UpdateSqlInjectionMatchSetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateSqlInjectionMatchSetRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChangeToken()
The value returned by the most recent call to GetChangeToken.
|
java.lang.String |
getSqlInjectionMatchSetId()
The
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to update. |
java.util.List<SqlInjectionMatchSetUpdate> |
getUpdates()
An array of
SqlInjectionMatchSetUpdate objects that you want
to insert into or delete from a SqlInjectionMatchSet. |
int |
hashCode() |
void |
setChangeToken(java.lang.String changeToken)
The value returned by the most recent call to GetChangeToken.
|
void |
setSqlInjectionMatchSetId(java.lang.String sqlInjectionMatchSetId)
The
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to update. |
void |
setUpdates(java.util.Collection<SqlInjectionMatchSetUpdate> updates)
An array of
SqlInjectionMatchSetUpdate objects that you want
to insert into or delete from a SqlInjectionMatchSet. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateSqlInjectionMatchSetRequest |
withChangeToken(java.lang.String changeToken)
The value returned by the most recent call to GetChangeToken.
|
UpdateSqlInjectionMatchSetRequest |
withSqlInjectionMatchSetId(java.lang.String sqlInjectionMatchSetId)
The
SqlInjectionMatchSetId of the
SqlInjectionMatchSet that you want to update. |
UpdateSqlInjectionMatchSetRequest |
withUpdates(java.util.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. |
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String sqlInjectionMatchSetId
The SqlInjectionMatchSetId
of the
SqlInjectionMatchSet
that you want to update.
SqlInjectionMatchSetId
is returned by
CreateSqlInjectionMatchSet and by
ListSqlInjectionMatchSets.
private java.lang.String changeToken
The value returned by the most recent call to GetChangeToken.
private java.util.List<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
public void setSqlInjectionMatchSetId(java.lang.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 java.lang.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(java.lang.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(java.lang.String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken
- The value returned by the most recent call to
GetChangeToken.public java.lang.String getChangeToken()
The value returned by the most recent call to GetChangeToken.
public UpdateSqlInjectionMatchSetRequest withChangeToken(java.lang.String changeToken)
The value returned by the most recent call to GetChangeToken.
changeToken
- The value returned by the most recent call to
GetChangeToken.public java.util.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(java.util.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(java.util.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateSqlInjectionMatchSetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()