|
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.NetworkInterfacePrivateIpAddress
public class NetworkInterfacePrivateIpAddress
Network Interface Private Ip Address
| Constructor Summary | |
|---|---|
NetworkInterfacePrivateIpAddress()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
NetworkInterfaceAssociation |
getAssociation()
Returns the value of the Association property for this object. |
java.lang.Boolean |
getPrimary()
Returns the value of the Primary property for this object. |
java.lang.String |
getPrivateDnsName()
Returns the value of the PrivateDnsName property for this object. |
java.lang.String |
getPrivateIpAddress()
Returns the value of the PrivateIpAddress property for this object. |
int |
hashCode()
|
java.lang.Boolean |
isPrimary()
Returns the value of the Primary property for this object. |
void |
setAssociation(NetworkInterfaceAssociation association)
Sets the value of the Association property for this object. |
void |
setPrimary(java.lang.Boolean primary)
Sets the value of the Primary property for this object. |
void |
setPrivateDnsName(java.lang.String privateDnsName)
Sets the value of the PrivateDnsName property for this object. |
void |
setPrivateIpAddress(java.lang.String privateIpAddress)
Sets the value of the PrivateIpAddress property for this object. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
NetworkInterfacePrivateIpAddress |
withAssociation(NetworkInterfaceAssociation association)
Sets the value of the Association property for this object. |
NetworkInterfacePrivateIpAddress |
withPrimary(java.lang.Boolean primary)
Sets the value of the Primary property for this object. |
NetworkInterfacePrivateIpAddress |
withPrivateDnsName(java.lang.String privateDnsName)
Sets the value of the PrivateDnsName property for this object. |
NetworkInterfacePrivateIpAddress |
withPrivateIpAddress(java.lang.String privateIpAddress)
Sets the value of the PrivateIpAddress property for this object. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NetworkInterfacePrivateIpAddress()
| Method Detail |
|---|
public java.lang.String getPrivateIpAddress()
public void setPrivateIpAddress(java.lang.String privateIpAddress)
privateIpAddress - The new value for the PrivateIpAddress property for this object.public NetworkInterfacePrivateIpAddress withPrivateIpAddress(java.lang.String privateIpAddress)
Returns a reference to this object so that method calls can be chained together.
privateIpAddress - The new value for the PrivateIpAddress property for this object.
public java.lang.String getPrivateDnsName()
public void setPrivateDnsName(java.lang.String privateDnsName)
privateDnsName - The new value for the PrivateDnsName property for this object.public NetworkInterfacePrivateIpAddress withPrivateDnsName(java.lang.String privateDnsName)
Returns a reference to this object so that method calls can be chained together.
privateDnsName - The new value for the PrivateDnsName property for this object.
public java.lang.Boolean isPrimary()
public void setPrimary(java.lang.Boolean primary)
primary - The new value for the Primary property for this object.public NetworkInterfacePrivateIpAddress withPrimary(java.lang.Boolean primary)
Returns a reference to this object so that method calls can be chained together.
primary - The new value for the Primary property for this object.
public java.lang.Boolean getPrimary()
public NetworkInterfaceAssociation getAssociation()
public void setAssociation(NetworkInterfaceAssociation association)
association - The new value for the Association property for this object.public NetworkInterfacePrivateIpAddress withAssociation(NetworkInterfaceAssociation association)
Returns a reference to this object so that method calls can be chained together.
association - The new value for the Association 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 | ||||||