Class UploadMultipartPartResult
java.lang.Object
com.amazonaws.services.glacier.model.UploadMultipartPartResult
- All Implemented Interfaces:
Serializable
,Cloneable
Contains the Amazon Glacier response to your request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
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.toString()
Returns a string representation of this object; useful for testing and debugging.withChecksum
(String checksum) The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
-
Constructor Details
-
UploadMultipartPartResult
public UploadMultipartPartResult()
-
-
Method Details
-
setChecksum
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
- Parameters:
checksum
- The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
-
getChecksum
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
- Returns:
- The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
-
withChecksum
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
- Parameters:
checksum
- The SHA256 tree hash that Amazon Glacier computed for the uploaded part.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-