public class InstanceNetworkInterfaceAssociation
extends java.lang.Object
implements java.io.Serializable
Describes association information for an Elastic IP address.
Constructor and Description |
---|
InstanceNetworkInterfaceAssociation() |
Modifier and Type | Method and Description |
---|---|
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 public IP address or 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 public IP address or 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 public IP address or Elastic IP address bound to the network
interface.
|
public java.lang.String getPublicIp()
public void setPublicIp(java.lang.String publicIp)
publicIp
- The public IP address or 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 public IP address or 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
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.