Package com.amazonaws.services.ec2.model
Class CreateNetworkInterfaceResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateNetworkInterfaceResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the output of CreateNetworkInterface.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Information about the network interface.int
hashCode()
void
setNetworkInterface
(NetworkInterface networkInterface) Information about the network interface.toString()
Returns a string representation of this object; useful for testing and debugging.withNetworkInterface
(NetworkInterface networkInterface) Information about the network interface.
-
Constructor Details
-
CreateNetworkInterfaceResult
public CreateNetworkInterfaceResult()
-
-
Method Details
-
setNetworkInterface
Information about the network interface.
- Parameters:
networkInterface
- Information about the network interface.
-
getNetworkInterface
Information about the network interface.
- Returns:
- Information about the network interface.
-
withNetworkInterface
Information about the network interface.
- Parameters:
networkInterface
- Information about the network interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-