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

C# |
public CompleteMultipartUploadRequest WithPartETags( IEnumerable<UploadPartResponse> responses )

- responses (IEnumerable<(Of <(<'UploadPartResponse>)>)>)
- The list of response objects return from UploadParts.

The request with the PartETags set