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