|
Did this page help you?Yes No Tell us about it... |
||||||
| 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 | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getId()
The ID of the Amazon EC2 instance. |
int |
hashCode()
|
void |
setId(java.lang.String id)
The ID of the Amazon EC2 instance. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
Instance |
withId(java.lang.String id)
The ID of the Amazon EC2 instance. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Instance()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - The ID of the Amazon EC2 instance.public Instance withId(java.lang.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 java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||