Class DescribeNetworkAclsResult

    • Constructor Detail

      • DescribeNetworkAclsResult

        public DescribeNetworkAclsResult()
    • Method Detail

      • getNetworkAcls

        public List<NetworkAcl> getNetworkAcls()

        Information about one or more network ACLs.

        Returns:
        Information about one or more network ACLs.
      • setNetworkAcls

        public void setNetworkAcls​(Collection<NetworkAcl> networkAcls)

        Information about one or more network ACLs.

        Parameters:
        networkAcls - Information about one or more network ACLs.
      • withNetworkAcls

        public DescribeNetworkAclsResult withNetworkAcls​(Collection<NetworkAcl> networkAcls)

        Information about one or more network ACLs.

        Parameters:
        networkAcls - Information about one or more network ACLs.
        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