|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.ec2.model.PurchaseReservedInstancesOfferingResult
public class PurchaseReservedInstancesOfferingResult
The result of purchasing a Reserved Instances offering. Contains the new, unique ID of the Reserved Instances purchased for your account.
| Constructor Summary | |
|---|---|
PurchaseReservedInstancesOfferingResult()
|
|
| Method Summary | |
|---|---|
String |
getReservedInstancesId()
The unique ID of the Reserved Instances purchased for your account. |
void |
setReservedInstancesId(String reservedInstancesId)
The unique ID of the Reserved Instances purchased for your account. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
PurchaseReservedInstancesOfferingResult |
withReservedInstancesId(String reservedInstancesId)
The unique ID of the Reserved Instances purchased for your account. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PurchaseReservedInstancesOfferingResult()
| Method Detail |
|---|
public String getReservedInstancesId()
public void setReservedInstancesId(String reservedInstancesId)
reservedInstancesId - The unique ID of the Reserved Instances purchased for your account.public PurchaseReservedInstancesOfferingResult withReservedInstancesId(String reservedInstancesId)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesId - The unique ID of the Reserved Instances purchased for your account.
public String toString()
toString in class ObjectObject.toString()
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||