Class XssMatchSetSummary
- All Implemented Interfaces:
Serializable
,Cloneable
The Id
and Name
of an XssMatchSet
.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
getName()
The name of theXssMatchSet
, if any, specified byId
.A unique identifier for anXssMatchSet
.int
hashCode()
void
The name of theXssMatchSet
, if any, specified byId
.void
setXssMatchSetId
(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 useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.- Parameters:
xssMatchSetId
- A unique identifier for anXssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
-
getXssMatchSetId
A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.- Returns:
- A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.
-
withXssMatchSetId
A unique identifier for an
XssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is returned by CreateXssMatchSet and by ListXssMatchSets.- Parameters:
xssMatchSetId
- A unique identifier for anXssMatchSet
. You useXssMatchSetId
to get information about aXssMatchSet
(see GetXssMatchSet), update anXssMatchSet
(see UpdateXssMatchSet), insert anXssMatchSet
into aRule
or delete one from aRule
(see UpdateRule), and delete anXssMatchSet
from AWS WAF (see DeleteXssMatchSet).XssMatchSetId
is 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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-