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