@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateNetworkInterfaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of CreateNetworkInterface.
| Constructor and Description |
|---|
CreateNetworkInterfaceResult() |
| Modifier and Type | Method and Description |
|---|---|
CreateNetworkInterfaceResult |
clone() |
boolean |
equals(Object obj) |
NetworkInterface |
getNetworkInterface()
Information about the network interface.
|
int |
hashCode() |
void |
setNetworkInterface(NetworkInterface networkInterface)
Information about the network interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateNetworkInterfaceResult |
withNetworkInterface(NetworkInterface networkInterface)
Information about the network interface.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setNetworkInterface(NetworkInterface networkInterface)
Information about the network interface.
networkInterface - Information about the network interface.public NetworkInterface getNetworkInterface()
Information about the network interface.
public CreateNetworkInterfaceResult withNetworkInterface(NetworkInterface networkInterface)
Information about the network interface.
networkInterface - Information about the network interface.public String toString()
toString in class ObjectObject.toString()public CreateNetworkInterfaceResult clone()
Copyright © 2017. All rights reserved.