public class UploadMultipartPartResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Contains the Amazon Glacier response to your request.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
checksum
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
|
Constructor and Description |
---|
UploadMultipartPartResult() |
Modifier and Type | Method and Description |
---|---|
UploadMultipartPartResult |
clone() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getChecksum()
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
|
int |
hashCode() |
void |
setChecksum(java.lang.String checksum)
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UploadMultipartPartResult |
withChecksum(java.lang.String checksum)
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
|
private java.lang.String checksum
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
public void setChecksum(java.lang.String checksum)
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
checksum
- The SHA256 tree hash that Amazon Glacier computed for the uploaded
part.public java.lang.String getChecksum()
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
public UploadMultipartPartResult withChecksum(java.lang.String checksum)
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
checksum
- The SHA256 tree hash that Amazon Glacier computed for the uploaded
part.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UploadMultipartPartResult clone()
clone
in class java.lang.Object