Response Unmarshaller for RegisterImage operation
Inheritance: EC2ResponseUnmarshaller
 public static RegisterImageResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new RegisterImageResponseUnmarshaller();
     }
     return instance;
 }
Esempio n. 2
0
 public static RegisterImageResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new RegisterImageResponseUnmarshaller();
     }
     return(instance);
 }