@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 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.
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 getMoveStatus()
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)
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
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)
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
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)
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
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 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 Object
Object.toString()
public MovingAddressStatus clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.