@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuccessfulQueuedPurchaseDeletion extends Object implements Serializable, Cloneable
Describes a Reserved Instance whose queued purchase was successfully deleted.
Constructor and Description |
---|
SuccessfulQueuedPurchaseDeletion() |
Modifier and Type | Method and Description |
---|---|
SuccessfulQueuedPurchaseDeletion |
clone() |
boolean |
equals(Object obj) |
String |
getReservedInstancesId()
The ID of the Reserved Instance.
|
int |
hashCode() |
void |
setReservedInstancesId(String reservedInstancesId)
The ID of the Reserved Instance.
|
String |
toString()
Returns a string representation of this object.
|
SuccessfulQueuedPurchaseDeletion |
withReservedInstancesId(String reservedInstancesId)
The ID of the Reserved Instance.
|
public void setReservedInstancesId(String reservedInstancesId)
The ID of the Reserved Instance.
reservedInstancesId
- The ID of the Reserved Instance.public String getReservedInstancesId()
The ID of the Reserved Instance.
public SuccessfulQueuedPurchaseDeletion withReservedInstancesId(String reservedInstancesId)
The ID of the Reserved Instance.
reservedInstancesId
- The ID of the Reserved Instance.public String toString()
toString
in class Object
Object.toString()
public SuccessfulQueuedPurchaseDeletion clone()