Class XssMatchSetUpdate

    • Constructor Detail

      • XssMatchSetUpdate

        public XssMatchSetUpdate()
    • Method Detail

      • setXssMatchTuple

        public void setXssMatchTuple​(XssMatchTuple xssMatchTuple)

        Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

        Parameters:
        xssMatchTuple - Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
      • getXssMatchTuple

        public XssMatchTuple getXssMatchTuple()

        Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

        Returns:
        Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
      • withXssMatchTuple

        public XssMatchSetUpdate withXssMatchTuple​(XssMatchTuple xssMatchTuple)

        Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.

        Parameters:
        xssMatchTuple - Specifies the part of a web request that you want AWS WAF to inspect for cross-site scripting attacks and, if you want AWS WAF to inspect a header, the name of the header.
        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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object