Class Instance
java.lang.Object
com.amazonaws.services.elasticloadbalancing.model.Instance
- All Implemented Interfaces:
Serializable
,Cloneable
The ID of a back-end instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The ID of the instance.int
hashCode()
void
setInstanceId
(String instanceId) The ID of the instance.toString()
Returns a string representation of this object; useful for testing and debugging.withInstanceId
(String instanceId) The ID of the instance.
-
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
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
The ID of the instance.
- Parameters:
instanceId
- The ID of the instance.
-
getInstanceId
The ID of the instance.
- Returns:
- The ID of the instance.
-
withInstanceId
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-