Class Instance
java.lang.Object
com.amazonaws.services.elasticbeanstalk.model.Instance
- All Implemented Interfaces:
Serializable
,Cloneable
The description of an Amazon EC2 instance.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Instance
public Instance()
-
-
Method Details
-
setId
The ID of the Amazon EC2 instance.
- Parameters:
id
- The ID of the Amazon EC2 instance.
-
getId
The ID of the Amazon EC2 instance.
- Returns:
- The ID of the Amazon EC2 instance.
-
withId
The ID of the Amazon EC2 instance.
- Parameters:
id
- The ID of the Amazon EC2 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
-