Class DescribeNetworkInterfacesResult

    • Constructor Detail

      • DescribeNetworkInterfacesResult

        public DescribeNetworkInterfacesResult()
    • Method Detail

      • getNetworkInterfaces

        public List<NetworkInterface> getNetworkInterfaces()

        Information about one or more network interfaces.

        Returns:
        Information about one or more network interfaces.
      • setNetworkInterfaces

        public void setNetworkInterfaces​(Collection<NetworkInterface> networkInterfaces)

        Information about one or more network interfaces.

        Parameters:
        networkInterfaces - Information about one or more network interfaces.
      • withNetworkInterfaces

        public DescribeNetworkInterfacesResult withNetworkInterfaces​(Collection<NetworkInterface> networkInterfaces)

        Information about one or more network interfaces.

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