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 TextTransformation
Data
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
TextTransformation
Data
and
Type
public 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 TextTransformation
Data
and Type
GetXssMatchSet
request. For more information,
see the following topics:
Name
,
XssMatchSetId
, and an array of
XssMatchTuple
objectsXssMatchTuple
object
contains FieldToMatch
and
TextTransformation
Data
and
Type
public 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 TextTransformation
Data
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
TextTransformation
Data
and
Type
public String toString()
toString
in class Object
Object.toString()
public GetXssMatchSetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.