public class UploadMultipartPartResult extends Object implements Serializable, Cloneable
Contains the Amazon Glacier response to your request.
Constructor and Description |
---|
UploadMultipartPartResult() |
Modifier and Type | Method and Description |
---|---|
UploadMultipartPartResult |
clone() |
boolean |
equals(Object obj) |
String |
getChecksum()
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
|
int |
hashCode() |
void |
setChecksum(String checksum)
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UploadMultipartPartResult |
withChecksum(String checksum)
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
|
public void setChecksum(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 String getChecksum()
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
public UploadMultipartPartResult withChecksum(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 String toString()
toString
in class Object
Object.toString()
public UploadMultipartPartResult clone()
Copyright © 2018. All rights reserved.