Class MovingAddressStatus

    • Constructor Detail

      • MovingAddressStatus

        public MovingAddressStatus()
    • Method Detail

      • setPublicIp

        public void setPublicIp​(String publicIp)

        The Elastic IP address.

        Parameters:
        publicIp - The Elastic IP address.
      • getPublicIp

        public String getPublicIp()

        The Elastic IP address.

        Returns:
        The Elastic IP address.
      • withPublicIp

        public MovingAddressStatus withPublicIp​(String publicIp)

        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

        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.

        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:
        MoveStatus
      • getMoveStatus

        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.

        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:
        MoveStatus
      • withMoveStatus

        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.

        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:
        MoveStatus
      • setMoveStatus

        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.

        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:
        MoveStatus
      • withMoveStatus

        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.

        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:
        MoveStatus
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object