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
MoveStatus
public 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.MoveStatus
public 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.MoveStatus
public 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.MoveStatus
public 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.MoveStatus
public String toString()
toString
in class Object
Object.toString()
public MovingAddressStatus clone()
Copyright © 2015. All rights reserved.