public class DeleteSqlInjectionMatchSetResult extends Object implements Serializable, Cloneable
The response to a request to delete a SqlInjectionMatchSet from AWS WAF.
Constructor and Description |
---|
DeleteSqlInjectionMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
DeleteSqlInjectionMatchSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getChangeToken()
The
ChangeToken that you used to submit the
DeleteSqlInjectionMatchSet request. |
int |
hashCode() |
void |
setChangeToken(String changeToken)
The
ChangeToken that you used to submit the
DeleteSqlInjectionMatchSet request. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteSqlInjectionMatchSetResult |
withChangeToken(String changeToken)
The
ChangeToken that you used to submit the
DeleteSqlInjectionMatchSet request. |
public void setChangeToken(String changeToken)
The ChangeToken
that you used to submit the
DeleteSqlInjectionMatchSet
request. You can also use this
value to query the status of the request. For more information, see
GetChangeTokenStatus.
changeToken
- The ChangeToken
that you used to submit the
DeleteSqlInjectionMatchSet
request. You can also use
this value to query the status of the request. For more
information, see GetChangeTokenStatus.public String getChangeToken()
The ChangeToken
that you used to submit the
DeleteSqlInjectionMatchSet
request. You can also use this
value to query the status of the request. For more information, see
GetChangeTokenStatus.
ChangeToken
that you used to submit the
DeleteSqlInjectionMatchSet
request. You can also use
this value to query the status of the request. For more
information, see GetChangeTokenStatus.public DeleteSqlInjectionMatchSetResult withChangeToken(String changeToken)
The ChangeToken
that you used to submit the
DeleteSqlInjectionMatchSet
request. You can also use this
value to query the status of the request. For more information, see
GetChangeTokenStatus.
changeToken
- The ChangeToken
that you used to submit the
DeleteSqlInjectionMatchSet
request. You can also use
this value to query the status of the request. For more
information, see GetChangeTokenStatus.public String toString()
toString
in class Object
Object.toString()
public DeleteSqlInjectionMatchSetResult clone()
Copyright © 2015. All rights reserved.