public class DescribeNetworkInterfacesResult extends Object implements Serializable
Constructor and Description |
---|
DescribeNetworkInterfacesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<NetworkInterface> |
getNetworkInterfaces()
Returns the value of the NetworkInterfaces property for this object.
|
int |
hashCode() |
void |
setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Sets the value of the NetworkInterfaces property for this object.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DescribeNetworkInterfacesResult |
withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Sets the value of the NetworkInterfaces property for this object.
|
DescribeNetworkInterfacesResult |
withNetworkInterfaces(NetworkInterface... networkInterfaces)
Sets the value of the NetworkInterfaces property for this object.
|
public List<NetworkInterface> getNetworkInterfaces()
public void setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
networkInterfaces
- The new value for the NetworkInterfaces property for this object.public DescribeNetworkInterfacesResult withNetworkInterfaces(NetworkInterface... networkInterfaces)
Returns a reference to this object so that method calls can be chained together.
networkInterfaces
- The new value for the NetworkInterfaces property for this object.public DescribeNetworkInterfacesResult withNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
Returns a reference to this object so that method calls can be chained together.
networkInterfaces
- The new value for the NetworkInterfaces property for this object.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.