@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachNetworkInterfaceResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the output of AttachNetworkInterface.
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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.
public AttachNetworkInterfaceResult withAttachmentId(String attachmentId)
The ID of the network interface attachment.
attachmentId
- The ID of the network interface attachment.public String toString()
toString
in class Object
Object.toString()
public AttachNetworkInterfaceResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.