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