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
Id
andName
of anXssMatchSet
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XssMatchSetSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XssMatchSetSummary
clone()
boolean
equals(Object obj)
String
getName()
The name of theXssMatchSet
, if any, specified byId
.String
getXssMatchSetId()
A unique identifier for anXssMatchSet
.int
hashCode()
void
setName(String name)
The name of theXssMatchSet
, if any, specified byId
.void
setXssMatchSetId(String xssMatchSetId)
A unique identifier for anXssMatchSet
.String
toString()
Returns a string representation of this object; useful for testing and debugging.XssMatchSetSummary
withName(String name)
The name of theXssMatchSet
, if any, specified byId
.XssMatchSetSummary
withXssMatchSetId(String xssMatchSetId)
A unique identifier for anXssMatchSet
.
-
-
-
Method Detail
-
setXssMatchSetId
public void setXssMatchSetId(String xssMatchSetId)
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
public String 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
public XssMatchSetSummary withXssMatchSetId(String xssMatchSetId)
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
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:
toString
in classObject
- Returns:
- A string representation of this object.
- See Also:
Object.toString()
-
clone
public XssMatchSetSummary clone()
-
-