public class AttachNetworkInterfaceResult extends Object implements Serializable, Cloneable
Constructor and Description |
---|
AttachNetworkInterfaceResult() |
Modifier and Type | Method and Description |
---|---|
AttachNetworkInterfaceResult |
clone() |
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 Object
Object.toString()
public AttachNetworkInterfaceResult clone()
Copyright © 2015. All rights reserved.