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