|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.elasticbeanstalk.model.Instance
public class Instance
The description of an Amazon EC2 instance.
| Constructor Summary | |
|---|---|
Instance()
Default constructor for a new Instance object. |
|
| Method Summary | |
|---|---|
String |
getId()
The ID of the Amazon EC2 instance. |
void |
setId(String id)
The ID of the Amazon EC2 instance. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Instance |
withId(String id)
The ID of the Amazon EC2 instance. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Instance()
| Method Detail |
|---|
public String getId()
public void setId(String id)
id - The ID of the Amazon EC2 instance.public Instance withId(String id)
Returns a reference to this object so that method calls can be chained together.
id - The ID of the Amazon EC2 instance.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||