public class CreateXssMatchSetResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The response to a CreateXssMatchSet
request.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
changeToken
The
ChangeToken that you used to submit the
CreateXssMatchSet request. |
private XssMatchSet |
xssMatchSet
An XssMatchSet.
|
Constructor and Description |
---|
CreateXssMatchSetResult() |
Modifier and Type | Method and Description |
---|---|
CreateXssMatchSetResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChangeToken()
The
ChangeToken that you used to submit the
CreateXssMatchSet request. |
XssMatchSet |
getXssMatchSet()
An XssMatchSet.
|
int |
hashCode() |
void |
setChangeToken(java.lang.String changeToken)
The
ChangeToken that you used to submit the
CreateXssMatchSet request. |
void |
setXssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateXssMatchSetResult |
withChangeToken(java.lang.String changeToken)
The
ChangeToken that you used to submit the
CreateXssMatchSet request. |
CreateXssMatchSetResult |
withXssMatchSet(XssMatchSet xssMatchSet)
An XssMatchSet.
|
private XssMatchSet xssMatchSet
An XssMatchSet.
private java.lang.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.
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(java.lang.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 java.lang.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(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public CreateXssMatchSetResult clone()
clone
in class java.lang.Object