@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MovingAddressStatus extends Object implements Serializable, Cloneable
This action is deprecated.
Describes the status of a moving Elastic IP address.
| Constructor and Description |
|---|
MovingAddressStatus() |
| Modifier and Type | Method and Description |
|---|---|
MovingAddressStatus |
clone() |
boolean |
equals(Object obj) |
String |
getMoveStatus()
The status of the Elastic IP address that's being moved or restored.
|
String |
getPublicIp()
The Elastic IP address.
|
int |
hashCode() |
void |
setMoveStatus(MoveStatus moveStatus)
The status of the Elastic IP address that's being moved or restored.
|
void |
setMoveStatus(String moveStatus)
The status of the Elastic IP address that's being moved or restored.
|
void |
setPublicIp(String publicIp)
The Elastic IP address.
|
String |
toString()
Returns a string representation of this object.
|
MovingAddressStatus |
withMoveStatus(MoveStatus moveStatus)
The status of the Elastic IP address that's being moved or restored.
|
MovingAddressStatus |
withMoveStatus(String moveStatus)
The status of the Elastic IP address that's being moved or restored.
|
MovingAddressStatus |
withPublicIp(String publicIp)
The Elastic IP address.
|
public void setMoveStatus(String moveStatus)
The status of the Elastic IP address that's being moved or restored.
moveStatus - The status of the Elastic IP address that's being moved or restored.MoveStatuspublic String getMoveStatus()
The status of the Elastic IP address that's being moved or restored.
MoveStatuspublic MovingAddressStatus withMoveStatus(String moveStatus)
The status of the Elastic IP address that's being moved or restored.
moveStatus - The status of the Elastic IP address that's being moved or restored.MoveStatuspublic void setMoveStatus(MoveStatus moveStatus)
The status of the Elastic IP address that's being moved or restored.
moveStatus - The status of the Elastic IP address that's being moved or restored.MoveStatuspublic MovingAddressStatus withMoveStatus(MoveStatus moveStatus)
The status of the Elastic IP address that's being moved or restored.
moveStatus - The status of the Elastic IP address that's being moved or restored.MoveStatuspublic void setPublicIp(String publicIp)
The Elastic IP address.
publicIp - The Elastic IP address.public String getPublicIp()
The Elastic IP address.
public MovingAddressStatus withPublicIp(String publicIp)
The Elastic IP address.
publicIp - The Elastic IP address.public String toString()
toString in class ObjectObject.toString()public MovingAddressStatus clone()