public class CreateNetworkInterfaceResult extends Object implements Serializable
Constructor and Description |
---|
CreateNetworkInterfaceResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
NetworkInterface |
getNetworkInterface()
Specifies the characteristics of a network interface.
|
int |
hashCode() |
void |
setNetworkInterface(NetworkInterface networkInterface)
Specifies the characteristics of a network interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateNetworkInterfaceResult |
withNetworkInterface(NetworkInterface networkInterface)
Specifies the characteristics of a network interface.
|
public NetworkInterface getNetworkInterface()
public void setNetworkInterface(NetworkInterface networkInterface)
networkInterface
- Specifies the characteristics of a network interface.public CreateNetworkInterfaceResult withNetworkInterface(NetworkInterface networkInterface)
Returns a reference to this object so that method calls can be chained together.
networkInterface
- Specifies the characteristics of a network interface.public String toString()
toString
in class Object
Object.toString()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.