Class MovingAddressStatus
java.lang.Object
com.amazonaws.services.ec2.model.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()booleanThe 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.inthashCode()voidsetMoveStatus(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.voidsetMoveStatus(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.voidsetPublicIp(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
-
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
-
equals
-
hashCode
-
clone
-