public final class UploadPartResponseRepresents the response from uploading a part in a multipart upload. It contains the ETag and checksums of the uploaded part.
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
crc32c()
public String crc32c()Returns the CRC32C checksum of the uploaded part.
| Returns | |
|---|---|
| Type | Description |
String |
The CRC32C checksum. |
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 |
|
hashCode()
public int hashCode()| Returns | |
|---|---|
| Type | Description |
int |
|
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 |
|