public class DeleteXssMatchSetResult extends Object implements Serializable, Cloneable
The response to a request to delete an XssMatchSet from AWS WAF.
Constructor and Description |
---|
DeleteXssMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
DeleteXssMatchSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getChangeToken()
The
ChangeToken that you used to submit the
DeleteXssMatchSet request. |
int |
hashCode() |
void |
setChangeToken(String changeToken)
The
ChangeToken that you used to submit the
DeleteXssMatchSet request. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteXssMatchSetResult |
withChangeToken(String changeToken)
The
ChangeToken that you used to submit the
DeleteXssMatchSet request. |
public void setChangeToken(String changeToken)
The ChangeToken
that you used to submit the
DeleteXssMatchSet
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
DeleteXssMatchSet
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
DeleteXssMatchSet
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
DeleteXssMatchSet
request. You can also use this
value to query the status of the request. For more information,
see GetChangeTokenStatus.public DeleteXssMatchSetResult withChangeToken(String changeToken)
The ChangeToken
that you used to submit the
DeleteXssMatchSet
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
DeleteXssMatchSet
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 DeleteXssMatchSetResult clone()
Copyright © 2018. All rights reserved.