Did this page help you?

   Yes   No   Tell us about it...

com.amazonaws.services.glacier.model
Class UploadMultipartPartResult

java.lang.Object
  extended by com.amazonaws.services.glacier.model.UploadMultipartPartResult
All Implemented Interfaces:
Serializable

public class UploadMultipartPartResult
extends Object
implements Serializable

Contains the Amazon Glacier response to your request.

See Also:
Serialized Form

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

UploadMultipartPartResult

public UploadMultipartPartResult()
Method Detail

getChecksum

public String 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.

setChecksum

public void setChecksum(String checksum)
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.

withChecksum

public UploadMultipartPartResult withChecksum(String checksum)
The SHA256 tree hash that Amazon Glacier computed for the uploaded part.

Returns a reference to this object so that method calls can be chained together.

Parameters:
checksum - The SHA256 tree hash that Amazon Glacier computed for the uploaded part.
Returns:
A reference to this updated object so that method calls can be chained together.

toString

public String toString()
Returns a string representation of this object; useful for testing and debugging.

Overrides:
toString in class Object
Returns:
A string representation of this object.
See Also:
Object.toString()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.