public class NetworkInterfaceAssociation extends Object implements Serializable, Cloneable
Describes association information for an Elastic IP address.
Constructor and Description |
---|
NetworkInterfaceAssociation() |
Modifier and Type | Method and Description |
---|---|
NetworkInterfaceAssociation |
clone() |
boolean |
equals(Object obj) |
String |
getAllocationId()
The allocation ID.
|
String |
getAssociationId()
The association ID.
|
String |
getIpOwnerId()
The ID of the Elastic IP address owner.
|
String |
getPublicDnsName()
The public DNS name.
|
String |
getPublicIp()
The address of the Elastic IP address bound to the network interface.
|
int |
hashCode() |
void |
setAllocationId(String allocationId)
The allocation ID.
|
void |
setAssociationId(String associationId)
The association ID.
|
void |
setIpOwnerId(String ipOwnerId)
The ID of the Elastic IP address owner.
|
void |
setPublicDnsName(String publicDnsName)
The public DNS name.
|
void |
setPublicIp(String publicIp)
The address of the Elastic IP address bound to the network interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
NetworkInterfaceAssociation |
withAllocationId(String allocationId)
The allocation ID.
|
NetworkInterfaceAssociation |
withAssociationId(String associationId)
The association ID.
|
NetworkInterfaceAssociation |
withIpOwnerId(String ipOwnerId)
The ID of the Elastic IP address owner.
|
NetworkInterfaceAssociation |
withPublicDnsName(String publicDnsName)
The public DNS name.
|
NetworkInterfaceAssociation |
withPublicIp(String publicIp)
The address of the Elastic IP address bound to the network interface.
|
public String getPublicIp()
public void setPublicIp(String publicIp)
publicIp
- The address of the Elastic IP address bound to the network interface.public NetworkInterfaceAssociation withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp
- The address of the Elastic IP address bound to the network interface.public String getPublicDnsName()
public void setPublicDnsName(String publicDnsName)
publicDnsName
- The public DNS name.public NetworkInterfaceAssociation withPublicDnsName(String publicDnsName)
Returns a reference to this object so that method calls can be chained together.
publicDnsName
- The public DNS name.public String getIpOwnerId()
public void setIpOwnerId(String ipOwnerId)
ipOwnerId
- The ID of the Elastic IP address owner.public NetworkInterfaceAssociation withIpOwnerId(String ipOwnerId)
Returns a reference to this object so that method calls can be chained together.
ipOwnerId
- The ID of the Elastic IP address owner.public String getAllocationId()
public void setAllocationId(String allocationId)
allocationId
- The allocation ID.public NetworkInterfaceAssociation withAllocationId(String allocationId)
Returns a reference to this object so that method calls can be chained together.
allocationId
- The allocation ID.public String getAssociationId()
public void setAssociationId(String associationId)
associationId
- The association ID.public NetworkInterfaceAssociation withAssociationId(String associationId)
Returns a reference to this object so that method calls can be chained together.
associationId
- The association ID.public String toString()
toString
in class Object
Object.toString()
public NetworkInterfaceAssociation clone()
Copyright © 2015. All rights reserved.