com.amazonaws.services.ec2.model
Class PurchaseReservedInstancesOfferingResult

java.lang.Object
  extended by com.amazonaws.services.ec2.model.PurchaseReservedInstancesOfferingResult
All Implemented Interfaces:
Serializable

public class PurchaseReservedInstancesOfferingResult
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
PurchaseReservedInstancesOfferingResult()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PurchaseReservedInstancesOfferingResult

public PurchaseReservedInstancesOfferingResult()
Method Detail

getReservedInstancesId

public String getReservedInstancesId()
The IDs of the purchased Reserved Instances.

Returns:
The IDs of the purchased Reserved Instances.

setReservedInstancesId

public void setReservedInstancesId(String reservedInstancesId)
The IDs of the purchased Reserved Instances.

Parameters:
reservedInstancesId - The IDs of the purchased Reserved Instances.

withReservedInstancesId

public PurchaseReservedInstancesOfferingResult withReservedInstancesId(String reservedInstancesId)
The IDs of the purchased Reserved Instances.

Returns a reference to this object so that method calls can be chained together.

Parameters:
reservedInstancesId - The IDs of the purchased Reserved Instances.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2016. All rights reserved.