|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.DescribeNetworkInterfacesResult
public class DescribeNetworkInterfacesResult
Constructor Summary | |
---|---|
DescribeNetworkInterfacesResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeNetworkInterfacesResult()
Method Detail |
---|
public List<NetworkInterface> getNetworkInterfaces()
public void setNetworkInterfaces(Collection<NetworkInterface> networkInterfaces)
networkInterfaces
- Information about one or more network interfaces.public DescribeNetworkInterfacesResult withNetworkInterfaces(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 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |