public class AttachNetworkInterfaceResult extends Object implements Serializable
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() |
public void setAttachmentId(String attachmentId)
The ID of the network interface attachment.
attachmentId
- The ID of the network interface attachment.public String getAttachmentId()
The ID of the network interface attachment.
Copyright © 2010–2020. All rights reserved.