Package com.amazonaws.services.ec2.model
Class RunInstancesResult
java.lang.Object
com.amazonaws.services.ec2.model.RunInstancesResult
- All Implemented Interfaces:
Serializable
,Cloneable
A simple result wrapper around the Reservation object that was sent over the
wire.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Describes a reservation.int
hashCode()
void
setReservation
(Reservation reservation) Describes a reservation.toString()
Returns a string representation of this object; useful for testing and debugging.withReservation
(Reservation reservation) Describes a reservation.
-
Constructor Details
-
RunInstancesResult
public RunInstancesResult()
-
-
Method Details
-
setReservation
Describes a reservation.
- Parameters:
reservation
- Describes a reservation.
-
getReservation
Describes a reservation.
- Returns:
- Describes a reservation.
-
withReservation
Describes a reservation.
- Parameters:
reservation
- Describes a reservation.- 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
-