java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.Instance
All Implemented Interfaces:
Serializable, Cloneable

public class Instance extends Object implements Serializable, Cloneable

The ID of a back-end instance.

See Also:
  • Constructor Details

    • Instance

      public Instance()
      Default constructor for Instance object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it.
    • Instance

      public Instance(String instanceId)
      Constructs a new Instance object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
      Parameters:
      instanceId - The ID of the instance.
  • Method Details

    • setInstanceId

      public void setInstanceId(String instanceId)

      The ID of the instance.

      Parameters:
      instanceId - The ID of the instance.
    • getInstanceId

      public String getInstanceId()

      The ID of the instance.

      Returns:
      The ID of the instance.
    • withInstanceId

      public Instance withInstanceId(String instanceId)

      The ID of the instance.

      Parameters:
      instanceId - The ID of the instance.
      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 Instance clone()
      Overrides:
      clone in class Object