public class InstanceNetworkInterfaceAssociation extends Object implements Serializable, Cloneable
Describes association information for an Elastic IP address.
Constructor and Description |
---|
InstanceNetworkInterfaceAssociation() |
Modifier and Type | Method and Description |
---|---|
InstanceNetworkInterfaceAssociation |
clone() |
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.
|
InstanceNetworkInterfaceAssociation |
withIpOwnerId(String ipOwnerId)
The ID of the owner of the Elastic IP address.
|
InstanceNetworkInterfaceAssociation |
withPublicDnsName(String publicDnsName)
The public DNS name.
|
InstanceNetworkInterfaceAssociation |
withPublicIp(String publicIp)
The public IP address or Elastic IP address bound to the network
interface.
|
public String getPublicIp()
public void setPublicIp(String publicIp)
publicIp
- The public IP address or Elastic IP address bound to the network
interface.public InstanceNetworkInterfaceAssociation withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp
- The public IP address or Elastic IP address bound to the network
interface.public String getPublicDnsName()
public void setPublicDnsName(String publicDnsName)
publicDnsName
- The public DNS name.public InstanceNetworkInterfaceAssociation 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 owner of the Elastic IP address.public InstanceNetworkInterfaceAssociation withIpOwnerId(String ipOwnerId)
Returns a reference to this object so that method calls can be chained together.
ipOwnerId
- The ID of the owner of the Elastic IP address.public String toString()
toString
in class Object
Object.toString()
public InstanceNetworkInterfaceAssociation clone()
Copyright © 2015. All rights reserved.