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