|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.RunInstancesResult
public class RunInstancesResult
The result of the RunInstances call.
| Constructor Summary | |
|---|---|
RunInstancesResult()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
Reservation |
getReservation()
One or more reservations. |
int |
hashCode()
|
void |
setReservation(Reservation reservation)
One or more reservations. |
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
RunInstancesResult |
withReservation(Reservation reservation)
One or more reservations. |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RunInstancesResult()
| Method Detail |
|---|
public Reservation getReservation()
public void setReservation(Reservation reservation)
reservation - One or more reservations.public RunInstancesResult withReservation(Reservation reservation)
Returns a reference to this object so that method calls can be chained together.
reservation - One or more reservations.
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 | ||||||