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()
public void setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
networkInterfaces - Information about one or more network interfaces.public DescribeNetworkInterfacesResult withNetworkInterfaces(NetworkInterface... networkInterfaces)
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.
Returns a reference to this object so that method calls can be chained together.
networkInterfaces - Information about one or more network interfaces.public DescribeNetworkInterfacesResult withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Returns a reference to this object so that method calls can be chained together.
networkInterfaces - Information about one or more network interfaces.public String toString()
toString in class ObjectObject.toString()public DescribeNetworkInterfacesResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.