public class DescribeNetworkInterfacesResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
DescribeNetworkInterfacesResult() |
Modifier and Type | Method and Description |
---|---|
DescribeNetworkInterfacesResult |
clone() |
boolean |
equals(Object obj) |
List<NetworkInterface> |
getNetworkInterfaces()
Information about one or more network interfaces.
|
int |
hashCode() |
void |
setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeNetworkInterfacesResult |
withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
|
DescribeNetworkInterfacesResult |
withNetworkInterfaces(NetworkInterface... networkInterfaces)
Information about one or more network interfaces.
|
public List<NetworkInterface> getNetworkInterfaces()
Information about one or more network interfaces.
public void setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
networkInterfaces
- Information about one or more network interfaces.public DescribeNetworkInterfacesResult withNetworkInterfaces(NetworkInterface... networkInterfaces)
Information about one or more network interfaces.
NOTE: This method appends the values to the existing list (if
any). Use setNetworkInterfaces(java.util.Collection)
or
withNetworkInterfaces(java.util.Collection)
if you want to
override the existing values.
networkInterfaces
- Information about one or more network interfaces.public DescribeNetworkInterfacesResult withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Information about one or more network interfaces.
networkInterfaces
- Information about one or more network interfaces.public String toString()
toString
in class Object
Object.toString()
public DescribeNetworkInterfacesResult clone()
Copyright © 2016. All rights reserved.