Response Unmarshaller for DeleteObject operation
Наследование: S3ReponseUnmarshaller
 public static DeleteObjectResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new DeleteObjectResponseUnmarshaller();
     }
     return instance;
 }
 public static DeleteObjectResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeleteObjectResponseUnmarshaller();
     }
     return(instance);
 }