|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.services.glacier.model.UploadMultipartPartResult
public class UploadMultipartPartResult
Contains the Amazon Glacier response to your request.
Constructor Summary | |
---|---|
UploadMultipartPartResult()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UploadMultipartPartResult()
Method Detail |
---|
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()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |