@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetXssMatchSetResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
GetXssMatchSetResult |
withXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the
GetXssMatchSet request. |
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setXssMatchSet(XssMatchSet xssMatchSet)
Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more
information, see the following topics:
XssMatchSet: Contains Name, XssMatchSetId, and an array of
XssMatchTuple objects
XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and
TextTransformation
FieldToMatch: Contains Data and Type
xssMatchSet - Information about the XssMatchSet that you specified in the GetXssMatchSet request.
For more information, see the following topics:
XssMatchSet: Contains Name, XssMatchSetId, and an array of
XssMatchTuple objects
XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and
TextTransformation
FieldToMatch: Contains Data and Type
public XssMatchSet getXssMatchSet()
Information about the XssMatchSet that you specified in the GetXssMatchSet request. For more
information, see the following topics:
XssMatchSet: Contains Name, XssMatchSetId, and an array of
XssMatchTuple objects
XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and
TextTransformation
FieldToMatch: Contains Data and Type
GetXssMatchSet request.
For more information, see the following topics:
XssMatchSet: Contains Name, XssMatchSetId, and an array of
XssMatchTuple objects
XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and
TextTransformation
FieldToMatch: Contains 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:
XssMatchSet: Contains Name, XssMatchSetId, and an array of
XssMatchTuple objects
XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and
TextTransformation
FieldToMatch: Contains Data and Type
xssMatchSet - Information about the XssMatchSet that you specified in the GetXssMatchSet request.
For more information, see the following topics:
XssMatchSet: Contains Name, XssMatchSetId, and an array of
XssMatchTuple objects
XssMatchTuple: Each XssMatchTuple object contains FieldToMatch and
TextTransformation
FieldToMatch: Contains Data and Type
public String toString()
toString in class ObjectObject.toString()public GetXssMatchSetResult clone()