Class UpdateElasticIpRequest

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

public class UpdateElasticIpRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
See Also:
  • Constructor Details

    • UpdateElasticIpRequest

      public UpdateElasticIpRequest()
  • Method Details

    • setElasticIp

      public void setElasticIp(String elasticIp)

      The address.

      Parameters:
      elasticIp - The address.
    • getElasticIp

      public String getElasticIp()

      The address.

      Returns:
      The address.
    • withElasticIp

      public UpdateElasticIpRequest withElasticIp(String elasticIp)

      The address.

      Parameters:
      elasticIp - The address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • setName

      public void setName(String name)

      The new name.

      Parameters:
      name - The new name.
    • getName

      public String getName()

      The new name.

      Returns:
      The new name.
    • withName

      public UpdateElasticIpRequest withName(String name)

      The new name.

      Parameters:
      name - The new name.
      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 UpdateElasticIpRequest clone()
      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: