public class PurchaseReservedInstancesOfferingResult extends Object implements Serializable
The result of purchasing a Reserved Instances offering. Contains the new, unique ID of the Reserved Instances purchased for your account.
Constructor and Description |
---|
PurchaseReservedInstancesOfferingResult() |
Modifier and Type | Method and Description |
---|---|
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.
|
public PurchaseReservedInstancesOfferingResult()
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()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.