public class UploadMultipartPartResult
extends java.lang.Object
implements java.io.Serializable
Contains the Amazon Glacier response to your request.
| コンストラクタと説明 |
|---|
UploadMultipartPartResult() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
public java.lang.String getChecksum()
public void setChecksum(java.lang.String checksum)
checksum - The SHA256 tree hash that Amazon Glacier computed for the uploaded
part.public UploadMultipartPartResult withChecksum(java.lang.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 java.lang.String toString()
toString クラス内 java.lang.ObjectObject.toString()public int hashCode()
hashCode クラス内 java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals クラス内 java.lang.Object