Response Unmarshaller for DeleteBucketTagging operation
Inheritance: S3ReponseUnmarshaller
 public static DeleteBucketTaggingResponseUnmarshaller GetInstance()
 {
     if (instance == null) 
     {
        instance = new DeleteBucketTaggingResponseUnmarshaller();
     }
     return instance;
 }
 public static DeleteBucketTaggingResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new DeleteBucketTaggingResponseUnmarshaller();
     }
     return(instance);
 }