|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.ec2.model.InstanceNetworkInterfaceAssociation
public class InstanceNetworkInterfaceAssociation
Describes association information for an Elastic IP address.
Constructor Summary | |
---|---|
InstanceNetworkInterfaceAssociation()
|
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getIpOwnerId()
The ID of the owner of the Elastic IP address. |
java.lang.String |
getPublicDnsName()
The public DNS name. |
java.lang.String |
getPublicIp()
The address of the Elastic IP address bound to the network interface. |
int |
hashCode()
|
void |
setIpOwnerId(java.lang.String ipOwnerId)
The ID of the owner of the Elastic IP address. |
void |
setPublicDnsName(java.lang.String publicDnsName)
The public DNS name. |
void |
setPublicIp(java.lang.String publicIp)
The address of the Elastic IP address bound to the network interface. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InstanceNetworkInterfaceAssociation |
withIpOwnerId(java.lang.String ipOwnerId)
The ID of the owner of the Elastic IP address. |
InstanceNetworkInterfaceAssociation |
withPublicDnsName(java.lang.String publicDnsName)
The public DNS name. |
InstanceNetworkInterfaceAssociation |
withPublicIp(java.lang.String publicIp)
The address of the Elastic IP address bound to the network interface. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InstanceNetworkInterfaceAssociation()
Method Detail |
---|
public java.lang.String getPublicIp()
public void setPublicIp(java.lang.String publicIp)
publicIp
- The address of the Elastic IP address bound to the network interface.public InstanceNetworkInterfaceAssociation withPublicIp(java.lang.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 java.lang.String getPublicDnsName()
public void setPublicDnsName(java.lang.String publicDnsName)
publicDnsName
- The public DNS name.public InstanceNetworkInterfaceAssociation withPublicDnsName(java.lang.String publicDnsName)
Returns a reference to this object so that method calls can be chained together.
publicDnsName
- The public DNS name.
public java.lang.String getIpOwnerId()
public void setIpOwnerId(java.lang.String ipOwnerId)
ipOwnerId
- The ID of the owner of the Elastic IP address.public InstanceNetworkInterfaceAssociation withIpOwnerId(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |