public class XssMatchSetSummary
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
The Id
and Name
of an XssMatchSet
.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
name
The name of the
XssMatchSet , if any, specified by
Id . |
private java.lang.String |
xssMatchSetId
A unique identifier for an
XssMatchSet . |
Constructor and Description |
---|
XssMatchSetSummary() |
Modifier and Type | Method and Description |
---|---|
XssMatchSetSummary |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getName()
The name of the
XssMatchSet , if any, specified by
Id . |
java.lang.String |
getXssMatchSetId()
A unique identifier for an
XssMatchSet . |
int |
hashCode() |
void |
setName(java.lang.String name)
The name of the
XssMatchSet , if any, specified by
Id . |
void |
setXssMatchSetId(java.lang.String xssMatchSetId)
A unique identifier for an
XssMatchSet . |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
XssMatchSetSummary |
withName(java.lang.String name)
The name of the
XssMatchSet , if any, specified by
Id . |
XssMatchSetSummary |
withXssMatchSetId(java.lang.String xssMatchSetId)
A unique identifier for an
XssMatchSet . |
private java.lang.String xssMatchSetId
A unique identifier for an XssMatchSet
. You use
XssMatchSetId
to get information about a
XssMatchSet
(see GetXssMatchSet), update an
XssMatchSet
(see UpdateXssMatchSet), insert an
XssMatchSet
into a Rule
or delete one from a
Rule
(see UpdateRule), and delete an
XssMatchSet
from AWS WAF (see DeleteXssMatchSet).
XssMatchSetId
is returned by CreateXssMatchSet and by
ListXssMatchSets.
private java.lang.String name
The name of the XssMatchSet
, if any, specified by
Id
.
public void setXssMatchSetId(java.lang.String xssMatchSetId)
A unique identifier for an XssMatchSet
. You use
XssMatchSetId
to get information about a
XssMatchSet
(see GetXssMatchSet), update an
XssMatchSet
(see UpdateXssMatchSet), insert an
XssMatchSet
into a Rule
or delete one from a
Rule
(see UpdateRule), and delete an
XssMatchSet
from AWS WAF (see DeleteXssMatchSet).
XssMatchSetId
is returned by CreateXssMatchSet and by
ListXssMatchSets.
xssMatchSetId
- A unique identifier for an XssMatchSet
. You use
XssMatchSetId
to get information about a
XssMatchSet
(see GetXssMatchSet), update an
XssMatchSet
(see UpdateXssMatchSet), insert an
XssMatchSet
into a Rule
or delete one
from a Rule
(see UpdateRule), and delete an
XssMatchSet
from AWS WAF (see
DeleteXssMatchSet).
XssMatchSetId
is returned by CreateXssMatchSet
and by ListXssMatchSets.
public java.lang.String getXssMatchSetId()
A unique identifier for an XssMatchSet
. You use
XssMatchSetId
to get information about a
XssMatchSet
(see GetXssMatchSet), update an
XssMatchSet
(see UpdateXssMatchSet), insert an
XssMatchSet
into a Rule
or delete one from a
Rule
(see UpdateRule), and delete an
XssMatchSet
from AWS WAF (see DeleteXssMatchSet).
XssMatchSetId
is returned by CreateXssMatchSet and by
ListXssMatchSets.
XssMatchSet
. You use
XssMatchSetId
to get information about a
XssMatchSet
(see GetXssMatchSet), update an
XssMatchSet
(see UpdateXssMatchSet), insert
an XssMatchSet
into a Rule
or delete
one from a Rule
(see UpdateRule), and delete
an XssMatchSet
from AWS WAF (see
DeleteXssMatchSet).
XssMatchSetId
is returned by
CreateXssMatchSet and by ListXssMatchSets.
public XssMatchSetSummary withXssMatchSetId(java.lang.String xssMatchSetId)
A unique identifier for an XssMatchSet
. You use
XssMatchSetId
to get information about a
XssMatchSet
(see GetXssMatchSet), update an
XssMatchSet
(see UpdateXssMatchSet), insert an
XssMatchSet
into a Rule
or delete one from a
Rule
(see UpdateRule), and delete an
XssMatchSet
from AWS WAF (see DeleteXssMatchSet).
XssMatchSetId
is returned by CreateXssMatchSet and by
ListXssMatchSets.
xssMatchSetId
- A unique identifier for an XssMatchSet
. You use
XssMatchSetId
to get information about a
XssMatchSet
(see GetXssMatchSet), update an
XssMatchSet
(see UpdateXssMatchSet), insert an
XssMatchSet
into a Rule
or delete one
from a Rule
(see UpdateRule), and delete an
XssMatchSet
from AWS WAF (see
DeleteXssMatchSet).
XssMatchSetId
is returned by CreateXssMatchSet
and by ListXssMatchSets.
public void setName(java.lang.String name)
The name of the XssMatchSet
, if any, specified by
Id
.
name
- The name of the XssMatchSet
, if any, specified by
Id
.public java.lang.String getName()
The name of the XssMatchSet
, if any, specified by
Id
.
XssMatchSet
, if any, specified by
Id
.public XssMatchSetSummary withName(java.lang.String name)
The name of the XssMatchSet
, if any, specified by
Id
.
name
- The name of the XssMatchSet
, if any, specified by
Id
.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public XssMatchSetSummary clone()
clone
in class java.lang.Object