Class ChecksumSpecs

java.lang.Object
software.amazon.awssdk.core.checksums.ChecksumSpecs
All Implemented Interfaces:
ToCopyableBuilder<ChecksumSpecs.Builder,ChecksumSpecs>

public class ChecksumSpecs extends Object implements ToCopyableBuilder<ChecksumSpecs.Builder,ChecksumSpecs>
Defines all the Specifications that are required while adding HttpChecksum to a request and validating HttpChecksum of a response.

Implementor notes: this class is technically not needed, but we can't remove it now for backwards compatibility reasons.