Class SqlInjectionMatchSetUpdate

    • Constructor Detail

      • SqlInjectionMatchSetUpdate

        public SqlInjectionMatchSetUpdate()
    • Method Detail

      • setSqlInjectionMatchTuple

        public void setSqlInjectionMatchTuple​(SqlInjectionMatchTuple sqlInjectionMatchTuple)

        Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

        Parameters:
        sqlInjectionMatchTuple - Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
      • getSqlInjectionMatchTuple

        public SqlInjectionMatchTuple getSqlInjectionMatchTuple()

        Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code 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 snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.
      • withSqlInjectionMatchTuple

        public SqlInjectionMatchSetUpdate withSqlInjectionMatchTuple​(SqlInjectionMatchTuple sqlInjectionMatchTuple)

        Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code and, if you want AWS WAF to inspect a header, the name of the header.

        Parameters:
        sqlInjectionMatchTuple - Specifies the part of a web request that you want AWS WAF to inspect for snippets of malicious SQL code 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