Class XssMatchSetSummary
- All Implemented Interfaces:
Serializable, Cloneable
The Id and Name of an XssMatchSet.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetName()The name of theXssMatchSet, if any, specified byId.A unique identifier for anXssMatchSet.inthashCode()voidThe name of theXssMatchSet, if any, specified byId.voidsetXssMatchSetId(String xssMatchSetId) A unique identifier for anXssMatchSet.toString()Returns a string representation of this object; useful for testing and debugging.The name of theXssMatchSet, if any, specified byId.withXssMatchSetId(String xssMatchSetId) A unique identifier for anXssMatchSet.
-
Constructor Details
-
XssMatchSetSummary
public XssMatchSetSummary()
-
-
Method Details
-
setXssMatchSetId
A unique identifier for an
XssMatchSet. You useXssMatchSetIdto get information about aXssMatchSet(see GetXssMatchSet), update anXssMatchSet(see UpdateXssMatchSet), insert anXssMatchSetinto aRuleor delete one from aRule(see UpdateRule), and delete anXssMatchSetfrom AWS WAF (see DeleteXssMatchSet).XssMatchSetIdis returned by CreateXssMatchSet and by ListXssMatchSets.- Parameters:
xssMatchSetId- A unique identifier for anXssMatchSet. You useXssMatchSetIdto get information about aXssMatchSet(see GetXssMatchSet), update anXssMatchSet(see UpdateXssMatchSet), insert anXssMatchSetinto aRuleor delete one from aRule(see UpdateRule), and delete anXssMatchSetfrom AWS WAF (see DeleteXssMatchSet).XssMatchSetIdis returned by CreateXssMatchSet and by ListXssMatchSets.
-
getXssMatchSetId
A unique identifier for an
XssMatchSet. You useXssMatchSetIdto get information about aXssMatchSet(see GetXssMatchSet), update anXssMatchSet(see UpdateXssMatchSet), insert anXssMatchSetinto aRuleor delete one from aRule(see UpdateRule), and delete anXssMatchSetfrom AWS WAF (see DeleteXssMatchSet).XssMatchSetIdis returned by CreateXssMatchSet and by ListXssMatchSets.- Returns:
- A unique identifier for an
XssMatchSet. You useXssMatchSetIdto get information about aXssMatchSet(see GetXssMatchSet), update anXssMatchSet(see UpdateXssMatchSet), insert anXssMatchSetinto aRuleor delete one from aRule(see UpdateRule), and delete anXssMatchSetfrom AWS WAF (see DeleteXssMatchSet).XssMatchSetIdis returned by CreateXssMatchSet and by ListXssMatchSets.
-
withXssMatchSetId
A unique identifier for an
XssMatchSet. You useXssMatchSetIdto get information about aXssMatchSet(see GetXssMatchSet), update anXssMatchSet(see UpdateXssMatchSet), insert anXssMatchSetinto aRuleor delete one from aRule(see UpdateRule), and delete anXssMatchSetfrom AWS WAF (see DeleteXssMatchSet).XssMatchSetIdis returned by CreateXssMatchSet and by ListXssMatchSets.- Parameters:
xssMatchSetId- A unique identifier for anXssMatchSet. You useXssMatchSetIdto get information about aXssMatchSet(see GetXssMatchSet), update anXssMatchSet(see UpdateXssMatchSet), insert anXssMatchSetinto aRuleor delete one from aRule(see UpdateRule), and delete anXssMatchSetfrom AWS WAF (see DeleteXssMatchSet).XssMatchSetIdis returned by CreateXssMatchSet and by ListXssMatchSets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setName
The name of the
XssMatchSet, if any, specified byId.- Parameters:
name- The name of theXssMatchSet, if any, specified byId.
-
getName
The name of the
XssMatchSet, if any, specified byId.- Returns:
- The name of the
XssMatchSet, if any, specified byId.
-
withName
The name of the
XssMatchSet, if any, specified byId.- Parameters:
name- The name of theXssMatchSet, if any, specified byId.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-