|
Did this page help you?Yes No Tell us about it... |
||||||
| 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
Instance Network Interface Association
| Constructor Summary | |
|---|---|
InstanceNetworkInterfaceAssociation()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getIpOwnerId()
Returns the value of the IpOwnerId property for this object. |
java.lang.String |
getPublicDnsName()
Returns the value of the PublicDnsName property for this object. |
java.lang.String |
getPublicIp()
Returns the value of the PublicIp property for this object. |
int |
hashCode()
|
void |
setIpOwnerId(java.lang.String ipOwnerId)
Sets the value of the IpOwnerId property for this object. |
void |
setPublicDnsName(java.lang.String publicDnsName)
Sets the value of the PublicDnsName property for this object. |
void |
setPublicIp(java.lang.String publicIp)
Sets the value of the PublicIp property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
InstanceNetworkInterfaceAssociation |
withIpOwnerId(java.lang.String ipOwnerId)
Sets the value of the IpOwnerId property for this object. |
InstanceNetworkInterfaceAssociation |
withPublicDnsName(java.lang.String publicDnsName)
Sets the value of the PublicDnsName property for this object. |
InstanceNetworkInterfaceAssociation |
withPublicIp(java.lang.String publicIp)
Sets the value of the PublicIp property for this object. |
| 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 new value for the PublicIp property for this object.public InstanceNetworkInterfaceAssociation withPublicIp(java.lang.String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp - The new value for the PublicIp property for this object.
public java.lang.String getPublicDnsName()
public void setPublicDnsName(java.lang.String publicDnsName)
publicDnsName - The new value for the PublicDnsName property for this object.public InstanceNetworkInterfaceAssociation withPublicDnsName(java.lang.String publicDnsName)
Returns a reference to this object so that method calls can be chained together.
publicDnsName - The new value for the PublicDnsName property for this object.
public java.lang.String getIpOwnerId()
public void setIpOwnerId(java.lang.String ipOwnerId)
ipOwnerId - The new value for the IpOwnerId property for this object.public InstanceNetworkInterfaceAssociation withIpOwnerId(java.lang.String ipOwnerId)
Returns a reference to this object so that method calls can be chained together.
ipOwnerId - The new value for the IpOwnerId property for this object.
public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic 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 | ||||||