@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context.
|
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. |
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 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:
SqlInjectionMatchSetUpdate: Contains Action
and SqlInjectionMatchTuple
SqlInjectionMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains Data
and Type
SqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a
SqlInjectionMatchSet. For more information, see the applicable data types:
SqlInjectionMatchSetUpdate: Contains Action
and SqlInjectionMatchTuple
SqlInjectionMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains 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:
SqlInjectionMatchSetUpdate: Contains Action
and SqlInjectionMatchTuple
SqlInjectionMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains 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:
SqlInjectionMatchSetUpdate: Contains Action
and SqlInjectionMatchTuple
SqlInjectionMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains 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:
SqlInjectionMatchSetUpdate: Contains Action
and SqlInjectionMatchTuple
SqlInjectionMatchTuple: 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 SqlInjectionMatchSetUpdate
objects that you want to insert into or delete from a
SqlInjectionMatchSet. For more information, see the applicable data types:
SqlInjectionMatchSetUpdate: Contains Action
and SqlInjectionMatchTuple
SqlInjectionMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains 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:
SqlInjectionMatchSetUpdate: Contains Action
and SqlInjectionMatchTuple
SqlInjectionMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains 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:
SqlInjectionMatchSetUpdate: Contains Action
and SqlInjectionMatchTuple
SqlInjectionMatchTuple: Contains FieldToMatch
and TextTransformation
FieldToMatch: Contains 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.