Adds a collection of part numbers and corresponding etags by transforming the UploadPartResponses into PartETags.

C# |
public CompleteMultipartUploadRequest WithPartETags( params UploadPartResponse[] responses )

- responses (array<UploadPartResponse>[]()[][])
- The list of response objects return from UploadParts.

The request with the PartETags set.