public class AllocateAddressRequest extends AmazonWebServiceRequest implements java.io.Serializable
AllocateAddress operation.
The AllocateAddress operation acquires an elastic IP address for use with your account.
| コンストラクタと説明 |
|---|
AllocateAddressRequest() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDomain()
Set to
vpc to allocate the address to your VPC. |
int |
hashCode() |
void |
setDomain(DomainType domain)
Set to
vpc to allocate the address to your VPC. |
void |
setDomain(java.lang.String domain)
Set to
vpc to allocate the address to your VPC. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AllocateAddressRequest |
withDomain(DomainType domain)
Set to
vpc to allocate the address to your VPC. |
AllocateAddressRequest |
withDomain(java.lang.String domain)
Set to
vpc to allocate the address to your VPC. |
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentialspublic java.lang.String getDomain()
vpc to allocate the address to your VPC. By
default, will allocate to EC2.
Constraints:
Allowed Values: vpc, standard
vpc to allocate the address to your VPC. By
default, will allocate to EC2.DomainTypepublic void setDomain(java.lang.String domain)
vpc to allocate the address to your VPC. By
default, will allocate to EC2.
Constraints:
Allowed Values: vpc, standard
domain - Set to vpc to allocate the address to your VPC. By
default, will allocate to EC2.DomainTypepublic AllocateAddressRequest withDomain(java.lang.String domain)
vpc to allocate the address to your VPC. By
default, will allocate to EC2.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: vpc, standard
domain - Set to vpc to allocate the address to your VPC. By
default, will allocate to EC2.DomainTypepublic void setDomain(DomainType domain)
vpc to allocate the address to your VPC. By
default, will allocate to EC2.
Constraints:
Allowed Values: vpc, standard
domain - Set to vpc to allocate the address to your VPC. By
default, will allocate to EC2.DomainTypepublic AllocateAddressRequest withDomain(DomainType domain)
vpc to allocate the address to your VPC. By
default, will allocate to EC2.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: vpc, standard
domain - Set to vpc to allocate the address to your VPC. By
default, will allocate to EC2.DomainTypepublic 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