@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UploadMultipartPartResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Contains the Amazon S3 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 S3 Glacier computed for the uploaded part.
|
int |
hashCode() |
void |
setChecksum(String checksum)
The SHA256 tree hash that Amazon S3 Glacier computed for the uploaded part.
|
String |
toString()
Returns a string representation of this object.
|
UploadMultipartPartResult |
withChecksum(String checksum)
The SHA256 tree hash that Amazon S3 Glacier computed for the uploaded part.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setChecksum(String checksum)
The SHA256 tree hash that Amazon S3 Glacier computed for the uploaded part.
checksum
- The SHA256 tree hash that Amazon S3 Glacier computed for the uploaded part.public String getChecksum()
The SHA256 tree hash that Amazon S3 Glacier computed for the uploaded part.
public UploadMultipartPartResult withChecksum(String checksum)
The SHA256 tree hash that Amazon S3 Glacier computed for the uploaded part.
checksum
- The SHA256 tree hash that Amazon S3 Glacier computed for the uploaded part.public String toString()
toString
in class Object
Object.toString()
public UploadMultipartPartResult clone()