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