public class MoveAddressToVpcResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the output of MoveAddressToVpc.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
allocationId
The allocation ID for the Elastic IP address.
|
private java.lang.String |
status
The status of the move of the IP address.
|
Constructor and Description |
---|
MoveAddressToVpcResult() |
Modifier and Type | Method and Description |
---|---|
MoveAddressToVpcResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAllocationId()
The allocation ID for the Elastic IP address.
|
java.lang.String |
getStatus()
The status of the move of the IP address.
|
int |
hashCode() |
void |
setAllocationId(java.lang.String allocationId)
The allocation ID for the Elastic IP address.
|
void |
setStatus(Status status)
The status of the move of the IP address.
|
void |
setStatus(java.lang.String status)
The status of the move of the IP address.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MoveAddressToVpcResult |
withAllocationId(java.lang.String allocationId)
The allocation ID for the Elastic IP address.
|
MoveAddressToVpcResult |
withStatus(Status status)
The status of the move of the IP address.
|
MoveAddressToVpcResult |
withStatus(java.lang.String status)
The status of the move of the IP address.
|
private java.lang.String allocationId
The allocation ID for the Elastic IP address.
private java.lang.String status
The status of the move of the IP address.
public void setAllocationId(java.lang.String allocationId)
The allocation ID for the Elastic IP address.
allocationId
- The allocation ID for the Elastic IP address.public java.lang.String getAllocationId()
The allocation ID for the Elastic IP address.
public MoveAddressToVpcResult withAllocationId(java.lang.String allocationId)
The allocation ID for the Elastic IP address.
allocationId
- The allocation ID for the Elastic IP address.public void setStatus(java.lang.String status)
The status of the move of the IP address.
status
- The status of the move of the IP address.Status
public java.lang.String getStatus()
The status of the move of the IP address.
Status
public MoveAddressToVpcResult withStatus(java.lang.String status)
The status of the move of the IP address.
status
- The status of the move of the IP address.Status
public void setStatus(Status status)
The status of the move of the IP address.
status
- The status of the move of the IP address.Status
public MoveAddressToVpcResult withStatus(Status status)
The status of the move of the IP address.
status
- The status of the move of the IP address.Status
public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public MoveAddressToVpcResult clone()
clone
in class java.lang.Object