@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NetworkInterface extends Object implements Serializable, Cloneable, StructuredPojo
The container for the network interface.
Constructor and Description |
---|
NetworkInterface() |
Modifier and Type | Method and Description |
---|---|
NetworkInterface |
clone() |
boolean |
equals(Object obj) |
String |
getNetworkInterfaceId()
The ID for the network interface.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setNetworkInterfaceId(String networkInterfaceId)
The ID for the network interface.
|
String |
toString()
Returns a string representation of this object.
|
NetworkInterface |
withNetworkInterfaceId(String networkInterfaceId)
The ID for the network interface.
|
public void setNetworkInterfaceId(String networkInterfaceId)
The ID for the network interface.
networkInterfaceId
- The ID for the network interface.public String getNetworkInterfaceId()
The ID for the network interface.
public NetworkInterface withNetworkInterfaceId(String networkInterfaceId)
The ID for the network interface.
networkInterfaceId
- The ID for the network interface.public String toString()
toString
in class Object
Object.toString()
public NetworkInterface clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.