Package com.amazonaws.services.waf.model
Class UpdateXssMatchSetResult
java.lang.Object
com.amazonaws.services.waf.model.UpdateXssMatchSetResult
- All Implemented Interfaces:
Serializable
,Cloneable
The response to an UpdateXssMatchSets request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
TheChangeToken
that you used to submit theUpdateXssMatchSet
request.int
hashCode()
void
setChangeToken
(String changeToken) TheChangeToken
that you used to submit theUpdateXssMatchSet
request.toString()
Returns a string representation of this object; useful for testing and debugging.withChangeToken
(String changeToken) TheChangeToken
that you used to submit theUpdateXssMatchSet
request.
-
Constructor Details
-
UpdateXssMatchSetResult
public UpdateXssMatchSetResult()
-
-
Method Details
-
setChangeToken
The
ChangeToken
that you used to submit theUpdateXssMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken
- TheChangeToken
that you used to submit theUpdateXssMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
-
getChangeToken
The
ChangeToken
that you used to submit theUpdateXssMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
- The
ChangeToken
that you used to submit theUpdateXssMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.
-
withChangeToken
The
ChangeToken
that you used to submit theUpdateXssMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Parameters:
changeToken
- TheChangeToken
that you used to submit theUpdateXssMatchSet
request. You can also use this value to query the status of the request. For more information, see GetChangeTokenStatus.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-