@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UploadMultipartPartResult extends AmazonWebServiceResult<ResponseMetadata> 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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 © 2013 Amazon Web Services, Inc. All Rights Reserved.