public class MoveAddressToVpcResult extends Object implements Serializable
Constructor and Description |
---|
MoveAddressToVpcResult()
The default constructor for MoveAddressToVpcResult
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getAllocationId()
Getting the allocationId of the MoveAddressToVpcResult object.
|
String |
getStatus()
The status of the move of the IP address.
|
int |
hashCode() |
void |
setAllocationId(String allocationId)
Setting the allocationId to MoveAddressToVpcResult object
|
void |
setStatus(String status)
setting the status of the MoveAddressToVpcResult object
|
String |
toString() |
public MoveAddressToVpcResult()
The default constructor for MoveAddressToVpcResult
public void setAllocationId(String allocationId)
Setting the allocationId to MoveAddressToVpcResult object
allocationId
- The allocation ID for the Elastic IP address.public String getAllocationId()
Getting the allocationId of the MoveAddressToVpcResult object.
public void setStatus(String status)
setting the status of the MoveAddressToVpcResult object
status
- the status of the MoveAddressToVpcResult objectpublic String getStatus()
Copyright © 2010–2020. All rights reserved.