public class PrivateIpAddressSpecification
extends java.lang.Object
implements java.io.Serializable
| コンストラクタと説明 |
|---|
PrivateIpAddressSpecification() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.Boolean |
getPrimary()
Returns the value of the Primary 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 |
setPrimary(java.lang.Boolean primary)
Sets the value of the Primary 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.
|
PrivateIpAddressSpecification |
withPrimary(java.lang.Boolean primary)
Sets the value of the Primary property for this object.
|
PrivateIpAddressSpecification |
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 PrivateIpAddressSpecification 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.Boolean isPrimary()
public void setPrimary(java.lang.Boolean primary)
primary - The new value for the Primary property for this object.public PrivateIpAddressSpecification 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 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