public class GetXssMatchSetResult extends Object implements Serializable, Cloneable
The response to a GetXssMatchSet request.
| Constructor and Description |
|---|
GetXssMatchSetResult() |
| Modifier and Type | Method and Description |
|---|---|
GetXssMatchSetResult |
clone() |
boolean |
equals(Object obj) |
XssMatchSet |
getXssMatchSet()
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
int |
hashCode() |
void |
setXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetXssMatchSetResult |
withXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
public void setXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. For more information, see the
following topics:
Name,
XssMatchSetId, and an array of XssMatchTuple
objectsXssMatchTuple object contains
FieldToMatch and TextTransformationData and Type
xssMatchSet - Information about the XssMatchSet that you specified in the
GetXssMatchSet request. For more information, see the
following topics:
Name,
XssMatchSetId, and an array of
XssMatchTuple objectsXssMatchTuple object
contains FieldToMatch and
TextTransformationData and
Typepublic XssMatchSet getXssMatchSet()
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. For more information, see the
following topics:
Name,
XssMatchSetId, and an array of XssMatchTuple
objectsXssMatchTuple object contains
FieldToMatch and TextTransformationData and Type
GetXssMatchSet request. For more information,
see the following topics:
Name,
XssMatchSetId, and an array of
XssMatchTuple objectsXssMatchTuple object
contains FieldToMatch and
TextTransformationData and
Typepublic GetXssMatchSetResult withXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. For more information, see the
following topics:
Name,
XssMatchSetId, and an array of XssMatchTuple
objectsXssMatchTuple object contains
FieldToMatch and TextTransformationData and Type
xssMatchSet - Information about the XssMatchSet that you specified in the
GetXssMatchSet request. For more information, see the
following topics:
Name,
XssMatchSetId, and an array of
XssMatchTuple objectsXssMatchTuple object
contains FieldToMatch and
TextTransformationData and
Typepublic String toString()
toString in class ObjectObject.toString()public GetXssMatchSetResult clone()
Copyright © 2024. All rights reserved.