public class MovingAddressStatus extends Object implements Serializable, Cloneable
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 to the EC2-VPC
platform, or restored to the EC2-Classic platform.
|
String |
getPublicIp()
The Elastic IP address.
|
int |
hashCode() |
void |
setMoveStatus(MoveStatus moveStatus)
The status of the Elastic IP address that's being moved to the EC2-VPC
platform, or restored to the EC2-Classic platform.
|
void |
setMoveStatus(String moveStatus)
The status of the Elastic IP address that's being moved to the EC2-VPC
platform, or restored to the EC2-Classic platform.
|
void |
setPublicIp(String publicIp)
The Elastic IP address.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
MovingAddressStatus |
withMoveStatus(MoveStatus moveStatus)
The status of the Elastic IP address that's being moved to the EC2-VPC
platform, or restored to the EC2-Classic platform.
|
MovingAddressStatus |
withMoveStatus(String moveStatus)
The status of the Elastic IP address that's being moved to the EC2-VPC
platform, or restored to the EC2-Classic platform.
|
MovingAddressStatus |
withPublicIp(String publicIp)
The Elastic IP address.
|
public String getPublicIp()
public void setPublicIp(String publicIp)
publicIp - The Elastic IP address.public MovingAddressStatus withPublicIp(String publicIp)
Returns a reference to this object so that method calls can be chained together.
publicIp - The Elastic IP address.public String getMoveStatus()
Constraints:
Allowed Values: movingToVpc, restoringToClassic
MoveStatuspublic void setMoveStatus(String moveStatus)
Constraints:
Allowed Values: movingToVpc, restoringToClassic
moveStatus - The status of the Elastic IP address that's being moved to the EC2-VPC
platform, or restored to the EC2-Classic platform.MoveStatuspublic MovingAddressStatus withMoveStatus(String moveStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: movingToVpc, restoringToClassic
moveStatus - The status of the Elastic IP address that's being moved to the EC2-VPC
platform, or restored to the EC2-Classic platform.MoveStatuspublic void setMoveStatus(MoveStatus moveStatus)
Constraints:
Allowed Values: movingToVpc, restoringToClassic
moveStatus - The status of the Elastic IP address that's being moved to the EC2-VPC
platform, or restored to the EC2-Classic platform.MoveStatuspublic MovingAddressStatus withMoveStatus(MoveStatus moveStatus)
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: movingToVpc, restoringToClassic
moveStatus - The status of the Elastic IP address that's being moved to the EC2-VPC
platform, or restored to the EC2-Classic platform.MoveStatuspublic String toString()
toString in class ObjectObject.toString()public MovingAddressStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.