public class UploadMultipartPartResult extends Object implements Serializable
Contains the Amazon Glacier response to your request.
Constructor and Description |
---|
UploadMultipartPartResult() |
Modifier and Type | Method and Description |
---|---|
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 String getChecksum()
public void setChecksum(String checksum)
checksum
- The SHA256 tree hash that Amazon Glacier computed for the uploaded
part.public UploadMultipartPartResult withChecksum(String checksum)
Returns a reference to this object so that method calls can be chained together.
checksum
- The SHA256 tree hash that Amazon Glacier computed for the uploaded
part.public String toString()
toString
in class Object
Object.toString()
Copyright © 2014. All rights reserved.