Class WebACLSummary

    • Constructor Detail

      • WebACLSummary

        public WebACLSummary()
    • Method Detail

      • withWebACLId

        public WebACLSummary withWebACLId​(String webACLId)

        A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

        WebACLId is returned by CreateWebACL and by ListWebACLs.

        Parameters:
        webACLId - A unique identifier for a WebACL. You use WebACLId to get information about a WebACL (see GetWebACL), update a WebACL (see UpdateWebACL), and delete a WebACL from AWS WAF (see DeleteWebACL).

        WebACLId is returned by CreateWebACL and by ListWebACLs.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setName

        public void setName​(String name)

        A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

        Parameters:
        name - A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.
      • getName

        public String getName()

        A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

        Returns:
        A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.
      • withName

        public WebACLSummary withName​(String name)

        A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.

        Parameters:
        name - A friendly name or description of the WebACL. You can't change the name of a WebACL after you create it.
        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