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 GetXssMatchSetResult
clone()
boolean
equals(Object obj)
XssMatchSet
getXssMatchSet()
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.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 theGetXssMatchSet
request.
-
-
-
Method Detail
-
setXssMatchSet
public 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 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
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 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
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 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
public String toString()
Returns a string representation of this object; useful for testing and debugging.- Overrides:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public GetXssMatchSetResult clone()
-
-