|
|||||||
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 | |
---|---|
boolean |
equals(Object obj)
|
String |
getReservedInstancesId()
The unique ID of the Reserved Instances purchased for your account. |
int |
hashCode()
|
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 |
---|
getClass, 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 Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |