Response Unmarshaller for ModifyImageAttribute operation
Inheritance: EC2ResponseUnmarshaller
 public static ModifyImageAttributeResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new ModifyImageAttributeResponseUnmarshaller();
     }
     return instance;
 }
 public static ModifyImageAttributeResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ModifyImageAttributeResponseUnmarshaller();
     }
     return(instance);
 }