public class InstanceNetworkInterfaceAssociation extends Object implements Serializable
Constructor and Description |
---|
InstanceNetworkInterfaceAssociation() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getIpOwnerId()
The ID of the owner of the Elastic IP address.
|
String |
getPublicDnsName()
The public DNS name.
|
String |
getPublicIp()
The public IP address or Elastic IP address bound to the network interface.
|
int |
hashCode() |
void |
setIpOwnerId(String ipOwnerId)
The ID of the owner of the Elastic IP address.
|
void |
setPublicDnsName(String publicDnsName)
The public DNS name.
|
void |
setPublicIp(String publicIp)
The public IP address or Elastic IP address bound to the network interface.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
public void setPublicIp(String publicIp)
The public IP address or Elastic IP address bound to the network interface.
publicIp
- The public IP address or Elastic IP address bound to the network interface.public String getPublicIp()
The public IP address or Elastic IP address bound to the network interface.
public void setPublicDnsName(String publicDnsName)
The public DNS name.
publicDnsName
- The public DNS name.public String getPublicDnsName()
The public DNS name.
public void setIpOwnerId(String ipOwnerId)
The ID of the owner of the Elastic IP address.
ipOwnerId
- The ID of the owner of the Elastic IP address.public String getIpOwnerId()
The ID of the owner of the Elastic IP address.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2010–2020. All rights reserved.