@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateSqlInjectionMatchSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response to a CreateSqlInjectionMatchSet
request.
Constructor and Description |
---|
CreateSqlInjectionMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateSqlInjectionMatchSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getChangeToken()
The
ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. |
SqlInjectionMatchSet |
getSqlInjectionMatchSet()
|
int |
hashCode() |
void |
setChangeToken(String changeToken)
The
ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. |
void |
setSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateSqlInjectionMatchSetResult |
withChangeToken(String changeToken)
The
ChangeToken that you used to submit the CreateSqlInjectionMatchSet request. |
CreateSqlInjectionMatchSetResult |
withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
sqlInjectionMatchSet
- A SqlInjectionMatchSet.public SqlInjectionMatchSet getSqlInjectionMatchSet()
public CreateSqlInjectionMatchSetResult withSqlInjectionMatchSet(SqlInjectionMatchSet sqlInjectionMatchSet)
sqlInjectionMatchSet
- A SqlInjectionMatchSet.public void setChangeToken(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 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(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 String toString()
toString
in class Object
Object.toString()
public CreateSqlInjectionMatchSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.