public class UpdateSqlInjectionMatchSetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The response to an UpdateSqlInjectionMatchSets request.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
changeToken
The
ChangeToken that you used to submit the
UpdateSqlInjectionMatchSet request. |
Constructor and Description |
---|
UpdateSqlInjectionMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
UpdateSqlInjectionMatchSetResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChangeToken()
The
ChangeToken that you used to submit the
UpdateSqlInjectionMatchSet request. |
int |
hashCode() |
void |
setChangeToken(java.lang.String changeToken)
The
ChangeToken that you used to submit the
UpdateSqlInjectionMatchSet request. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateSqlInjectionMatchSetResult |
withChangeToken(java.lang.String changeToken)
The
ChangeToken that you used to submit the
UpdateSqlInjectionMatchSet request. |
private java.lang.String changeToken
The ChangeToken
that you used to submit the
UpdateSqlInjectionMatchSet
request. You can also use this
value to query the status of the request. For more information, see
GetChangeTokenStatus.
public void setChangeToken(java.lang.String changeToken)
The ChangeToken
that you used to submit the
UpdateSqlInjectionMatchSet
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
UpdateSqlInjectionMatchSet
request. You can also use
this value to query the status of the request. For more
information, see GetChangeTokenStatus.public java.lang.String getChangeToken()
The ChangeToken
that you used to submit the
UpdateSqlInjectionMatchSet
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
UpdateSqlInjectionMatchSet
request. You can also use
this value to query the status of the request. For more
information, see GetChangeTokenStatus.public UpdateSqlInjectionMatchSetResult withChangeToken(java.lang.String changeToken)
The ChangeToken
that you used to submit the
UpdateSqlInjectionMatchSet
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
UpdateSqlInjectionMatchSet
request. You can also use
this value to query the status of the request. For more
information, see GetChangeTokenStatus.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 UpdateSqlInjectionMatchSetResult clone()
clone
in class java.lang.Object