Response Unmarshaller for UpdateMaintenanceStartTime operation
Inheritance: JsonResponseUnmarshaller
 public static UpdateMaintenanceStartTimeResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new UpdateMaintenanceStartTimeResponseUnmarshaller();
       }
       return instance;
 }
 public static UpdateMaintenanceStartTimeResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new UpdateMaintenanceStartTimeResponseUnmarshaller();
     }
     return(instance);
 }