Class AttachNetworkInterfaceResult
java.lang.Object
com.amazonaws.services.ec2.model.AttachNetworkInterfaceResult
- All Implemented Interfaces:
Serializable, Cloneable
Contains the output of AttachNetworkInterface.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanThe ID of the network interface attachment.inthashCode()voidsetAttachmentId(String attachmentId) The ID of the network interface attachment.toString()Returns a string representation of this object; useful for testing and debugging.withAttachmentId(String attachmentId) The ID of the network interface attachment.
-
Constructor Details
-
AttachNetworkInterfaceResult
public AttachNetworkInterfaceResult()
-
-
Method Details
-
setAttachmentId
The ID of the network interface attachment.
- Parameters:
attachmentId- The ID of the network interface attachment.
-
getAttachmentId
The ID of the network interface attachment.
- Returns:
- The ID of the network interface attachment.
-
withAttachmentId
The ID of the network interface attachment.
- Parameters:
attachmentId- The ID of the network interface attachment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-