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 and Name of an XssMatchSet.

See Also:
  • Constructor Details

    • XssMatchSetSummary

      public XssMatchSetSummary()
  • Method Details

    • setXssMatchSetId

      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.

      Parameters:
      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.

    • getXssMatchSetId

      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.

      Returns:
      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.

    • withXssMatchSetId

      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.

      Parameters:
      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.

      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 by Id.

      Parameters:
      name - The name of the XssMatchSet, if any, specified by Id.
    • getName

      public String getName()

      The name of the XssMatchSet, if any, specified by Id.

      Returns:
      The name of the XssMatchSet, if any, specified by Id.
    • withName

      public XssMatchSetSummary withName(String name)

      The name of the XssMatchSet, if any, specified by Id.

      Parameters:
      name - The name of the XssMatchSet, if any, specified by Id.
      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 class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public XssMatchSetSummary clone()
      Overrides:
      clone in class Object