public class NetworkInterfaceAttachment extends Object implements Serializable
Constructor and Description |
---|
NetworkInterfaceAttachment() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAttachmentId()
The ID of the network interface attachment.
|
Date |
getAttachTime()
The timestamp indicating when the attachment initiated.
|
Boolean |
getDeleteOnTermination()
Indicates whether the network interface is deleted when the instance is terminated.
|
Integer |
getDeviceIndex()
The device index of the network interface attachment on the instance.
|
String |
getInstanceId()
The ID of the instance.
|
String |
getInstanceOwnerId()
The AWS account ID of the owner of the instance.
|
String |
getStatus()
The attachment state.
|
int |
hashCode() |
Boolean |
isDeleteOnTermination()
Indicates whether the network interface is deleted when the instance is terminated.
|
void |
setAttachmentId(String attachmentId)
The ID of the network interface attachment.
|
void |
setAttachTime(Date attachTime)
The timestamp indicating when the attachment initiated.
|
void |
setDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the network interface is deleted when the instance is terminated.
|
void |
setDeviceIndex(Integer deviceIndex)
The device index of the network interface attachment on the instance.
|
void |
setInstanceId(String instanceId)
The ID of the instance.
|
void |
setInstanceOwnerId(String instanceOwnerId)
The AWS account ID of the owner of the instance.
|
void |
setStatus(String status)
The attachment state.
|
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.
public void setInstanceId(String instanceId)
The ID of the instance.
instanceId
- The ID of the instance.public String getInstanceId()
The ID of the instance.
public void setInstanceOwnerId(String instanceOwnerId)
The AWS account ID of the owner of the instance.
instanceOwnerId
- The AWS account ID of the owner of the instance.public String getInstanceOwnerId()
The AWS account ID of the owner of the instance.
public void setDeviceIndex(Integer deviceIndex)
The device index of the network interface attachment on the instance.
deviceIndex
- The device index of the network interface attachment on the instance.public Integer getDeviceIndex()
The device index of the network interface attachment on the instance.
public void setStatus(String status)
The attachment state.
status
- The attachment state.public String getStatus()
The attachment state.
public void setAttachTime(Date attachTime)
The timestamp indicating when the attachment initiated.
attachTime
- The timestamp indicating when the attachment initiated.public Date getAttachTime()
The timestamp indicating when the attachment initiated.
public void setDeleteOnTermination(Boolean deleteOnTermination)
Indicates whether the network interface is deleted when the instance is terminated.
deleteOnTermination
- Indicates whether the network interface is deleted when the instance is terminated.public Boolean getDeleteOnTermination()
Indicates whether the network interface is deleted when the instance is terminated.
public Boolean isDeleteOnTermination()
Indicates whether the network interface is deleted when the instance is terminated.
Copyright © 2010–2020. All rights reserved.