public class InstancePrivateIpAddress
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
InstancePrivateIpAddress() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
InstanceNetworkInterfaceAssociation |
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(InstanceNetworkInterfaceAssociation 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.
|
InstancePrivateIpAddress |
withAssociation(InstanceNetworkInterfaceAssociation association)
Sets the value of the Association property for this object.
|
InstancePrivateIpAddress |
withPrimary(java.lang.Boolean primary)
Sets the value of the Primary property for this object.
|
InstancePrivateIpAddress |
withPrivateDnsName(java.lang.String privateDnsName)
Sets the value of the PrivateDnsName property for this object.
|
InstancePrivateIpAddress |
withPrivateIpAddress(java.lang.String privateIpAddress)
Sets the value of the PrivateIpAddress property for this object.
|
public java.lang.String getPrivateIpAddress()
public void setPrivateIpAddress(java.lang.String privateIpAddress)
privateIpAddress - The new value for the PrivateIpAddress property for this object.public InstancePrivateIpAddress 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 InstancePrivateIpAddress 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 InstancePrivateIpAddress 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 InstanceNetworkInterfaceAssociation getAssociation()
public void setAssociation(InstanceNetworkInterfaceAssociation association)
association - The new value for the Association property for this object.public InstancePrivateIpAddress withAssociation(InstanceNetworkInterfaceAssociation 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 クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object