public class AttachNetworkInterfaceResult extends Object implements Serializable
Contains the output of AttachNetworkInterface.
| Constructor and Description |
|---|
AttachNetworkInterfaceResult() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAttachmentId()
The ID of the network interface attachment.
|
int |
hashCode() |
void |
setAttachmentId(String attachmentId)
The ID of the network interface attachment.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AttachNetworkInterfaceResult |
withAttachmentId(String attachmentId)
The ID of the network interface attachment.
|
public String getAttachmentId()
public void setAttachmentId(String attachmentId)
attachmentId - The ID of the network interface attachment.public AttachNetworkInterfaceResult withAttachmentId(String attachmentId)
Returns a reference to this object so that method calls can be chained together.
attachmentId - The ID of the network interface attachment.public String toString()
toString in class ObjectObject.toString()Copyright © 2018. All rights reserved.