Class UploadPartResponse (2.60.0)

public final class UploadPartResponse

Represents the response from uploading a part in a multipart upload. It contains the ETag and checksums of the uploaded part.

Inheritance

Object > UploadPartResponse

Static Methods

builder()

public static UploadPartResponse.Builder builder()

Creates a new builder for creating an UploadPartResponse.

Returns
Type Description
UploadPartResponse.Builder

A new builder.

Methods

eTag()

public String eTag()

Returns the ETag of the uploaded part.

Returns
Type Description
String

The ETag.

equals(Object o)

public boolean equals(Object o)
Parameter
Name Description
o Object
Returns
Type Description
boolean
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

md5()

public String md5()

Returns the MD5 hash of the uploaded part.

Returns
Type Description
String

The MD5 hash.

toString()

public String toString()
Returns
Type Description
String
Overrides