Class GetXssMatchSetResult
java.lang.Object
com.amazonaws.services.waf.model.GetXssMatchSetResult
- All Implemented Interfaces:
Serializable, Cloneable
The response to a GetXssMatchSet request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanInformation about the XssMatchSet that you specified in theGetXssMatchSetrequest.inthashCode()voidsetXssMatchSet(XssMatchSet xssMatchSet) Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.toString()Returns a string representation of this object; useful for testing and debugging.withXssMatchSet(XssMatchSet xssMatchSet) Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.
-
Constructor Details
-
GetXssMatchSetResult
public GetXssMatchSetResult()
-
-
Method Details
-
setXssMatchSet
Information about the XssMatchSet that you specified in the
GetXssMatchSetrequest. For more information, see the following topics:- XssMatchSet: Contains
Name,XssMatchSetId, and an array ofXssMatchTupleobjects - XssMatchTuple: Each
XssMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
- Parameters:
xssMatchSet- Information about the XssMatchSet that you specified in theGetXssMatchSetrequest. For more information, see the following topics:- XssMatchSet: Contains
Name,XssMatchSetId, and an array ofXssMatchTupleobjects - XssMatchTuple: Each
XssMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
- XssMatchSet: Contains
- XssMatchSet: Contains
-
getXssMatchSet
Information about the XssMatchSet that you specified in the
GetXssMatchSetrequest. For more information, see the following topics:- XssMatchSet: Contains
Name,XssMatchSetId, and an array ofXssMatchTupleobjects - XssMatchTuple: Each
XssMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
- Returns:
- Information about the XssMatchSet that you specified in
the
GetXssMatchSetrequest. For more information, see the following topics:- XssMatchSet: Contains
Name,XssMatchSetId, and an array ofXssMatchTupleobjects - XssMatchTuple: Each
XssMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
- XssMatchSet: Contains
- XssMatchSet: Contains
-
withXssMatchSet
Information about the XssMatchSet that you specified in the
GetXssMatchSetrequest. For more information, see the following topics:- XssMatchSet: Contains
Name,XssMatchSetId, and an array ofXssMatchTupleobjects - XssMatchTuple: Each
XssMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
- Parameters:
xssMatchSet- Information about the XssMatchSet that you specified in theGetXssMatchSetrequest. For more information, see the following topics:- XssMatchSet: Contains
Name,XssMatchSetId, and an array ofXssMatchTupleobjects - XssMatchTuple: Each
XssMatchTupleobject containsFieldToMatchandTextTransformation - FieldToMatch: Contains
DataandType
- XssMatchSet: Contains
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- XssMatchSet: Contains
-
toString
-
equals
-
hashCode
-
clone
-