Response Unmarshaller for CompleteMultipartUpload operation
Inheritance: JsonResponseUnmarshaller
Example #1
0
 public static CompleteMultipartUploadResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new CompleteMultipartUploadResponseUnmarshaller();
     }
     return(instance);
 }
Example #2
0
 public static CompleteMultipartUploadResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new CompleteMultipartUploadResponseUnmarshaller();
       }
       return instance;
 }