public class AllocateAddressResult extends Object implements Serializable
Constructor and Description |
---|
AllocateAddressResult()
The default construcor of the DescribePlacementGroupResult
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAllocationId()
[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP
|
String |
getDomain()
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).
|
String |
getPublicIp()
The Elastic IP address.
|
int |
hashCode() |
void |
setAllocationId(String allocationId)
[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP
|
void |
setDomain(String domain)
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).
|
void |
setPublicIp(String publicIp)
The Elastic IP address.
|
String |
toString() |
public AllocateAddressResult()
The default construcor of the DescribePlacementGroupResult
public void setPublicIp(String publicIp)
The Elastic IP address.
publicIp
- The Elastic IP address.public String getPublicIp()
The Elastic IP address.
public void setDomain(String domain)
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).
domain
- The domainpublic String getDomain()
Indicates whether this Elastic IP address is for use with instances in EC2-Classic (standard) or instances in a VPC (vpc).
public void setAllocationId(String allocationId)
[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP
allocationId
- [EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IPpublic String getAllocationId()
[EC2-VPC] The ID that AWS assigns to represent the allocation of the Elastic IP
Copyright © 2010–2020. All rights reserved.