Package com.amazonaws.services.ec2.model
Class PurchaseReservedInstancesOfferingResult
java.lang.Object
com.amazonaws.services.ec2.model.PurchaseReservedInstancesOfferingResult
- All Implemented Interfaces:
Serializable
,Cloneable
public class PurchaseReservedInstancesOfferingResult
extends Object
implements Serializable, Cloneable
Contains the output of PurchaseReservedInstancesOffering.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The IDs of the purchased Reserved Instances.int
hashCode()
void
setReservedInstancesId
(String reservedInstancesId) The IDs of the purchased Reserved Instances.toString()
Returns a string representation of this object; useful for testing and debugging.withReservedInstancesId
(String reservedInstancesId) The IDs of the purchased Reserved Instances.
-
Constructor Details
-
PurchaseReservedInstancesOfferingResult
public PurchaseReservedInstancesOfferingResult()
-
-
Method Details
-
setReservedInstancesId
The IDs of the purchased Reserved Instances.
- Parameters:
reservedInstancesId
- The IDs of the purchased Reserved Instances.
-
getReservedInstancesId
The IDs of the purchased Reserved Instances.
- Returns:
- The IDs of the purchased Reserved Instances.
-
withReservedInstancesId
The IDs of the purchased Reserved Instances.
- Parameters:
reservedInstancesId
- The IDs of the purchased Reserved Instances.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-