public class XssMatchSetSummary extends Object implements Serializable, Cloneable
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 |
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; useful for testing and
debugging.
|
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 ObjectObject.toString()public XssMatchSetSummary clone()
Copyright © 2024. All rights reserved.