Class MovingAddressStatus
- All Implemented Interfaces:
Serializable
,Cloneable
Describes the status of a moving Elastic IP address.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.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.toString()
Returns a string representation of this object; useful for testing and debugging.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.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.withPublicIp
(String publicIp) The Elastic IP address.
-
Constructor Details
-
MovingAddressStatus
public MovingAddressStatus()
-
-
Method Details
-
setPublicIp
The Elastic IP address.
- Parameters:
publicIp
- The Elastic IP address.
-
getPublicIp
The Elastic IP address.
- Returns:
- The Elastic IP address.
-
withPublicIp
The Elastic IP address.
- Parameters:
publicIp
- The Elastic IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setMoveStatus
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
- Parameters:
moveStatus
- The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.- See Also:
-
getMoveStatus
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
- Returns:
- The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
- See Also:
-
withMoveStatus
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
- Parameters:
moveStatus
- The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
setMoveStatus
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
- Parameters:
moveStatus
- The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.- See Also:
-
withMoveStatus
The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.
- Parameters:
moveStatus
- The status of the Elastic IP address that's being moved to the EC2-VPC platform, or restored to the EC2-Classic platform.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-