CompletedUpload

Identifies a single uploaded part of a multipart attachment upload. Pass a list of CompletedUpload objects to CompleteAttachmentUpload to finalize the upload.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ETag returned in the response headers when the part was uploaded to Amazon S3. The ETag value identifies the part contents.

Link copied to clipboard

The index of the uploaded part. This is the same partIndex value returned for the corresponding entry in the uploadUrls field of the GetAttachmentUploadLinks response.

Functions

Link copied to clipboard
inline fun copy(block: CompletedUpload.Builder.() -> Unit = {}): CompletedUpload
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String