Class MoveAddressToVpcResult

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

public class MoveAddressToVpcResult extends Object implements Serializable, Cloneable

Contains the output of MoveAddressToVpc.

See Also:
  • Constructor Details

    • MoveAddressToVpcResult

      public MoveAddressToVpcResult()
  • Method Details

    • setAllocationId

      public void setAllocationId(String allocationId)

      The allocation ID for the Elastic IP address.

      Parameters:
      allocationId - The allocation ID for the Elastic IP address.
    • getAllocationId

      public String getAllocationId()

      The allocation ID for the Elastic IP address.

      Returns:
      The allocation ID for the Elastic IP address.
    • withAllocationId

      public MoveAddressToVpcResult withAllocationId(String allocationId)

      The allocation ID for the Elastic IP address.

      Parameters:
      allocationId - The allocation ID for the Elastic IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setStatus

      public void setStatus(String status)

      The status of the move of the IP address.

      Parameters:
      status - The status of the move of the IP address.
      See Also:
    • getStatus

      public String getStatus()

      The status of the move of the IP address.

      Returns:
      The status of the move of the IP address.
      See Also:
    • withStatus

      public MoveAddressToVpcResult withStatus(String status)

      The status of the move of the IP address.

      Parameters:
      status - The status of the move of the IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • setStatus

      public void setStatus(Status status)

      The status of the move of the IP address.

      Parameters:
      status - The status of the move of the IP address.
      See Also:
    • withStatus

      public MoveAddressToVpcResult withStatus(Status status)

      The status of the move of the IP address.

      Parameters:
      status - The status of the move of the IP address.
      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 MoveAddressToVpcResult clone()
      Overrides:
      clone in class Object