Class XssMatchSetSummary
- java.lang.Object
-
- com.amazonaws.services.waf.model.XssMatchSetSummary
-
- All Implemented Interfaces:
Serializable,Cloneable
public class XssMatchSetSummary extends Object implements Serializable, Cloneable
The
IdandNameof anXssMatchSet.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XssMatchSetSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XssMatchSetSummaryclone()booleanequals(Object obj)StringgetName()The name of theXssMatchSet, if any, specified byId.StringgetXssMatchSetId()A unique identifier for anXssMatchSet.inthashCode()voidsetName(String name)The name of theXssMatchSet, if any, specified byId.voidsetXssMatchSetId(String xssMatchSetId)A unique identifier for anXssMatchSet.StringtoString()Returns a string representation of this object; useful for testing and debugging.XssMatchSetSummarywithName(String name)The name of theXssMatchSet, if any, specified byId.XssMatchSetSummarywithXssMatchSetId(String xssMatchSetId)A unique identifier for anXssMatchSet.
-
-
-
Method Detail
-
setXssMatchSetId
public void setXssMatchSetId(String xssMatchSetId)
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
public String 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
public XssMatchSetSummary withXssMatchSetId(String xssMatchSetId)
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
public void setName(String name)
The name of the
XssMatchSet, if any, specified byId.- Parameters:
name- The name of theXssMatchSet, if any, specified byId.
-
getName
public String getName()
The name of the
XssMatchSet, if any, specified byId.- Returns:
- The name of the
XssMatchSet, if any, specified byId.
-
withName
public XssMatchSetSummary withName(String name)
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
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 XssMatchSetSummary clone()
-
-