Package com.amazonaws.services.waf.model
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()
boolean
Information about the XssMatchSet that you specified in theGetXssMatchSet
request.int
hashCode()
void
setXssMatchSet
(XssMatchSet xssMatchSet) Information about the XssMatchSet that you specified in theGetXssMatchSet
request.toString()
Returns a string representation of this object; useful for testing and debugging.withXssMatchSet
(XssMatchSet xssMatchSet) Information about the XssMatchSet that you specified in theGetXssMatchSet
request.
-
Constructor Details
-
GetXssMatchSetResult
public GetXssMatchSetResult()
-
-
Method Details
-
setXssMatchSet
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 ofXssMatchTuple
objects - XssMatchTuple: Each
XssMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
- Parameters:
xssMatchSet
- Information about the XssMatchSet that you specified in theGetXssMatchSet
request. For more information, see the following topics:- XssMatchSet: Contains
Name
,XssMatchSetId
, and an array ofXssMatchTuple
objects - XssMatchTuple: Each
XssMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
- XssMatchSet: Contains
- XssMatchSet: Contains
-
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 ofXssMatchTuple
objects - XssMatchTuple: Each
XssMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
- Returns:
- 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 ofXssMatchTuple
objects - XssMatchTuple: Each
XssMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
- XssMatchSet: Contains
- XssMatchSet: Contains
-
withXssMatchSet
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 ofXssMatchTuple
objects - XssMatchTuple: Each
XssMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
- Parameters:
xssMatchSet
- Information about the XssMatchSet that you specified in theGetXssMatchSet
request. For more information, see the following topics:- XssMatchSet: Contains
Name
,XssMatchSetId
, and an array ofXssMatchTuple
objects - XssMatchTuple: Each
XssMatchTuple
object containsFieldToMatch
andTextTransformation
- FieldToMatch: Contains
Data
andType
- XssMatchSet: Contains
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- XssMatchSet: Contains
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-