Response Unmarshaller for BundleInstance operation
Inheritance: EC2ResponseUnmarshaller
Example #1
0
 public static BundleInstanceResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new BundleInstanceResponseUnmarshaller();
     }
     return(instance);
 }
 public static BundleInstanceResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new BundleInstanceResponseUnmarshaller();
     }
     return instance;
 }