Class CompleteMultipartUploadResponse (2.60.0)

public final class CompleteMultipartUploadResponse

Represents the response from a completed multipart upload.

Inheritance

Object > CompleteMultipartUploadResponse

Static Methods

builder()

public static CompleteMultipartUploadResponse.Builder builder()

Creates a new builder for CompleteMultipartUploadResponse.

Returns
Type Description
CompleteMultipartUploadResponse.Builder

A new builder.

Methods

bucket()

public String bucket()

Returns the bucket name.

Returns
Type Description
String

The bucket name.

crc32c()

public String crc32c()

Returns the CRC32C checksum of the completed object.

Returns
Type Description
String

The CRC32C checksum of the completed object.

equals(Object o)

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

etag()

public String etag()

Returns the ETag of the completed object.

Returns
Type Description
String

The ETag of the completed object.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

key()

public String key()

Returns the object name.

Returns
Type Description
String

The object name.

location()

public String location()

Returns the URL of the completed object.

Returns
Type Description
String

The URL of the completed object.

toString()

public String toString()
Returns
Type Description
String
Overrides