public class PurchaseReservedInstancesOfferingResult extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
PurchaseReservedInstancesOfferingResult() |
| Modifier and Type | Method and Description |
|---|---|
PurchaseReservedInstancesOfferingResult |
clone() |
boolean |
equals(Object obj) |
String |
getReservedInstancesId()
The IDs of the purchased Reserved instances.
|
int |
hashCode() |
void |
setReservedInstancesId(String reservedInstancesId)
The IDs of the purchased Reserved instances.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PurchaseReservedInstancesOfferingResult |
withReservedInstancesId(String reservedInstancesId)
The IDs of the purchased Reserved instances.
|
public PurchaseReservedInstancesOfferingResult()
public String getReservedInstancesId()
public void setReservedInstancesId(String reservedInstancesId)
reservedInstancesId - The IDs of the purchased Reserved instances.public PurchaseReservedInstancesOfferingResult withReservedInstancesId(String reservedInstancesId)
Returns a reference to this object so that method calls can be chained together.
reservedInstancesId - The IDs of the purchased Reserved instances.public String toString()
toString in class ObjectObject.toString()public PurchaseReservedInstancesOfferingResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.