@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateXssMatchSetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
The response to an UpdateXssMatchSets request.
| Constructor and Description |
|---|
UpdateXssMatchSetResult () |
| Modifier and Type | Method and Description |
|---|---|
UpdateXssMatchSetResult |
clone () |
boolean |
equals (Object obj) |
String |
getChangeToken ()
The
ChangeToken that you used to submit the UpdateXssMatchSet request. |
int |
hashCode () |
void |
setChangeToken (String changeToken)
The
ChangeToken that you used to submit the UpdateXssMatchSet request. |
String |
toString ()
Returns a string representation of this object.
|
UpdateXssMatchSetResult |
withChangeToken (String changeToken)
The
ChangeToken that you used to submit the UpdateXssMatchSet request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata public UpdateXssMatchSetResult()
public void setChangeToken(String changeToken)
The ChangeToken that you used to submit the UpdateXssMatchSet 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 UpdateXssMatchSet 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 UpdateXssMatchSet 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 UpdateXssMatchSet request. You can
also use this value to query the status of the request. For more information, see
GetChangeTokenStatus.public UpdateXssMatchSetResult withChangeToken(String changeToken)
The ChangeToken that you used to submit the UpdateXssMatchSet 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 UpdateXssMatchSet 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 UpdateXssMatchSetResult clone()