Class MovingAddressStatus

java.lang.Object
com.amazonaws.services.ec2.model.MovingAddressStatus
All Implemented Interfaces:
Serializable, Cloneable

public class MovingAddressStatus extends Object implements Serializable, Cloneable

Describes the status of a moving Elastic IP address.

See Also:
  • Constructor Details

    • MovingAddressStatus

      public MovingAddressStatus()
  • Method Details

    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public MovingAddressStatus clone()
      Overrides:
      clone in class Object