@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class NotifyObjectCompleteResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
NotifyObjectCompleteResult() |
| Modifier and Type | Method and Description |
|---|---|
NotifyObjectCompleteResult |
clone() |
boolean |
equals(Object obj) |
String |
getObjectChecksum()
Object checksum
|
String |
getObjectChecksumAlgorithm()
Checksum algorithm
|
int |
hashCode() |
void |
setObjectChecksum(String objectChecksum)
Object checksum
|
void |
setObjectChecksumAlgorithm(String objectChecksumAlgorithm)
Checksum algorithm
|
String |
toString()
Returns a string representation of this object.
|
NotifyObjectCompleteResult |
withObjectChecksum(String objectChecksum)
Object checksum
|
NotifyObjectCompleteResult |
withObjectChecksumAlgorithm(String objectChecksumAlgorithm)
Checksum algorithm
|
NotifyObjectCompleteResult |
withObjectChecksumAlgorithm(SummaryChecksumAlgorithm objectChecksumAlgorithm)
Checksum algorithm
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic void setObjectChecksum(String objectChecksum)
objectChecksum - Object checksumpublic String getObjectChecksum()
public NotifyObjectCompleteResult withObjectChecksum(String objectChecksum)
objectChecksum - Object checksumpublic void setObjectChecksumAlgorithm(String objectChecksumAlgorithm)
objectChecksumAlgorithm - Checksum algorithmSummaryChecksumAlgorithmpublic String getObjectChecksumAlgorithm()
SummaryChecksumAlgorithmpublic NotifyObjectCompleteResult withObjectChecksumAlgorithm(String objectChecksumAlgorithm)
objectChecksumAlgorithm - Checksum algorithmSummaryChecksumAlgorithmpublic NotifyObjectCompleteResult withObjectChecksumAlgorithm(SummaryChecksumAlgorithm objectChecksumAlgorithm)
objectChecksumAlgorithm - Checksum algorithmSummaryChecksumAlgorithmpublic String toString()
toString in class ObjectObject.toString()public NotifyObjectCompleteResult clone()