public class PurchaseReservedInstancesOfferingResult extends Object implements Serializable
Constructor and Description |
---|
PurchaseReservedInstancesOfferingResult() |
Modifier and Type | Method and Description |
---|---|
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 Object
Object.toString()
Copyright © 2014. All rights reserved.