Class RestoreAddressToClassicResult

    • Constructor Detail

      • RestoreAddressToClassicResult

        public RestoreAddressToClassicResult()
    • Method Detail

      • setStatus

        public void setStatus​(String status)

        The move status for the IP address.

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

        public String getStatus()

        The move status for the IP address.

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

        public RestoreAddressToClassicResult withStatus​(String status)

        The move status for the IP address.

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

        public void setStatus​(Status status)

        The move status for the IP address.

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

        public RestoreAddressToClassicResult withStatus​(Status status)

        The move status for the IP address.

        Parameters:
        status - The move status for the IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        Status
      • 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 RestoreAddressToClassicResult 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.
      • 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