@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class XssMatchSetSummary extends Object implements Serializable, Cloneable, StructuredPojo
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; 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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.