Response Unmarshaller for PurchaseReservedInstancesOffering operation
Inheritance: EC2ResponseUnmarshaller
 public static PurchaseReservedInstancesOfferingResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new PurchaseReservedInstancesOfferingResponseUnmarshaller();
     }
     return instance;
 }
Ejemplo n.º 2
0
 public static PurchaseReservedInstancesOfferingResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new PurchaseReservedInstancesOfferingResponseUnmarshaller();
     }
     return(instance);
 }