public class AllocateAddressResult
extends java.lang.Object
implements java.io.Serializable
Result returned from allocating an Elastic IP.
| コンストラクタと説明 |
|---|
AllocateAddressResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAllocationId()
Returns the value of the AllocationId property for this object.
|
java.lang.String |
getDomain()
Returns the value of the Domain property for this object.
|
java.lang.String |
getPublicIp()
IP address for use with your account.
|
int |
hashCode() |
void |
setAllocationId(java.lang.String allocationId)
Sets the value of the AllocationId property for this object.
|
void |
setDomain(DomainType domain)
Sets the value of the Domain property for this object.
|
void |
setDomain(java.lang.String domain)
Sets the value of the Domain property for this object.
|
void |
setPublicIp(java.lang.String publicIp)
IP address for use with your account.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AllocateAddressResult |
withAllocationId(java.lang.String allocationId)
Sets the value of the AllocationId property for this object.
|
AllocateAddressResult |
withDomain(DomainType domain)
Sets the value of the Domain property for this object.
|
AllocateAddressResult |
withDomain(java.lang.String domain)
Sets the value of the Domain property for this object.
|
AllocateAddressResult |
withPublicIp(java.lang.String publicIp)
IP address for use with your account.
|
public java.lang.String getPublicIp()
public void setPublicIp(java.lang.String publicIp)
publicIp - IP address for use with your account.public AllocateAddressResult withPublicIp(java.lang.String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp - IP address for use with your account.public java.lang.String getDomain()
Constraints:
Allowed Values: vpc, standard
DomainTypepublic void setDomain(java.lang.String domain)
Constraints:
Allowed Values: vpc, standard
domain - The new value for the Domain property for this object.DomainTypepublic AllocateAddressResult withDomain(java.lang.String domain)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: vpc, standard
domain - The new value for the Domain property for this object.DomainTypepublic void setDomain(DomainType domain)
Constraints:
Allowed Values: vpc, standard
domain - The new value for the Domain property for this object.DomainTypepublic AllocateAddressResult withDomain(DomainType domain)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: vpc, standard
domain - The new value for the Domain property for this object.DomainTypepublic java.lang.String getAllocationId()
public void setAllocationId(java.lang.String allocationId)
allocationId - The new value for the AllocationId property for this object.public AllocateAddressResult withAllocationId(java.lang.String allocationId)
Returns a reference to this object so that method calls can be chained together.
allocationId - The new value for the AllocationId 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