@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class XssMatchSetSummary extends Object implements Serializable, Cloneable, StructuredPojo
This is AWS WAF Classic documentation. For more information, see AWS WAF Classic in the developer guide.
For the latest version of AWS WAF, use the AWS WAFV2 API and see the AWS WAF Developer Guide. With the latest version, AWS WAF has a single set of endpoints for regional and global use.
The Id
and Name
of an XssMatchSet
.
Constructor and Description |
---|
XssMatchSetSummary() |
Modifier and Type | Method and Description |
---|---|
XssMatchSetSummary |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the
XssMatchSet , if any, specified by Id . |
String |
getXssMatchSetId()
A unique identifier for an
XssMatchSet . |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the
XssMatchSet , if any, specified by Id . |
void |
setXssMatchSetId(String xssMatchSetId)
A unique identifier for an
XssMatchSet . |
String |
toString()
Returns a string representation of this object.
|
XssMatchSetSummary |
withName(String name)
The name of the
XssMatchSet , if any, specified by Id . |
XssMatchSetSummary |
withXssMatchSetId(String xssMatchSetId)
A unique identifier for an
XssMatchSet . |
public void setXssMatchSetId(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 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(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(String name)
The name of the XssMatchSet
, if any, specified by Id
.
name
- The name of the XssMatchSet
, if any, specified by Id
.public String getName()
The name of the XssMatchSet
, if any, specified by Id
.
XssMatchSet
, if any, specified by Id
.public XssMatchSetSummary withName(String name)
The name of the XssMatchSet
, if any, specified by Id
.
name
- The name of the XssMatchSet
, if any, specified by Id
.public String toString()
toString
in class Object
Object.toString()
public XssMatchSetSummary clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.