public class CreateXssMatchSetResult extends Object implements Serializable, Cloneable
The response to a CreateXssMatchSet
request.
Constructor and Description |
---|
CreateXssMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateXssMatchSetResult |
clone() |
boolean |
equals(Object obj) |
String |
getChangeToken()
The
ChangeToken that you used to submit the
CreateXssMatchSet request. |
XssMatchSet |
getXssMatchSet()
An XssMatchSet.
|
int |
hashCode() |
void |
setChangeToken(String changeToken)
The
ChangeToken that you used to submit the
CreateXssMatchSet request. |
void |
setXssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateXssMatchSetResult |
withChangeToken(String changeToken)
The
ChangeToken that you used to submit the
CreateXssMatchSet request. |
CreateXssMatchSetResult |
withXssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.
|
public void setXssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.
xssMatchSet
- An XssMatchSet.public XssMatchSet getXssMatchSet()
An XssMatchSet.
public CreateXssMatchSetResult withXssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.
xssMatchSet
- An XssMatchSet.public void setChangeToken(String changeToken)
The ChangeToken
that you used to submit the
CreateXssMatchSet
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
CreateXssMatchSet
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
CreateXssMatchSet
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
CreateXssMatchSet
request. You can also use this
value to query the status of the request. For more information,
see GetChangeTokenStatus.public CreateXssMatchSetResult withChangeToken(String changeToken)
The ChangeToken
that you used to submit the
CreateXssMatchSet
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
CreateXssMatchSet
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 CreateXssMatchSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.