Class RegisterElasticIpResult

java.lang.Object
com.amazonaws.services.opsworks.model.RegisterElasticIpResult
All Implemented Interfaces:
Serializable, Cloneable

public class RegisterElasticIpResult extends Object implements Serializable, Cloneable

Contains the response to a RegisterElasticIp request.

See Also:
  • Constructor Details

    • RegisterElasticIpResult

      public RegisterElasticIpResult()
  • Method Details

    • setElasticIp

      public void setElasticIp(String elasticIp)

      The Elastic IP address.

      Parameters:
      elasticIp - The Elastic IP address.
    • getElasticIp

      public String getElasticIp()

      The Elastic IP address.

      Returns:
      The Elastic IP address.
    • withElasticIp

      public RegisterElasticIpResult withElasticIp(String elasticIp)

      The Elastic IP address.

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

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

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

      public RegisterElasticIpResult clone()
      Overrides:
      clone in class Object