Package com.amazonaws.services.waf.model
Class GetXssMatchSetResult
- java.lang.Object
-
- com.amazonaws.services.waf.model.GetXssMatchSetResult
-
- All Implemented Interfaces:
Serializable,Cloneable
public class GetXssMatchSetResult extends Object implements Serializable, Cloneable
The response to a GetXssMatchSet request.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GetXssMatchSetResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GetXssMatchSetResultclone()booleanequals(Object obj)XssMatchSetgetXssMatchSet()Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.inthashCode()voidsetXssMatchSet(XssMatchSet xssMatchSet)Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.StringtoString()Returns a string representation of this object; useful for testing and debugging.GetXssMatchSetResultwithXssMatchSet(XssMatchSet xssMatchSet)Information about the XssMatchSet that you specified in theGetXssMatchSetrequest.
-
-
-
Method Detail
-
setXssMatchSet
public void setXssMatchSet(XssMatchSet xssMatchSet)
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
public XssMatchSet 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
public GetXssMatchSetResult withXssMatchSet(XssMatchSet xssMatchSet)
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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toStringin classObject- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetXssMatchSetResult clone()
-
-