HttpChecksum

aws.protocols.HttpChecksum
See theHttpChecksum companion object
case class HttpChecksum(requestAlgorithmMember: Option[String], requestChecksumRequired: Option[Boolean], requestValidationModeMember: Option[String], responseAlgorithms: Option[Set[ChecksumAlgorithm]])

Indicates that an operation supports checksum validation.

Attributes

requestAlgorithmMember

Defines a top-level operation input member that is used to configure request checksum behavior.

requestChecksumRequired

Indicates an operation requires a checksum in its HTTP request.

requestValidationModeMember

Defines a top-level operation input member used to opt-in to response checksum validation.

responseAlgorithms

Defines the checksum algorithms clients should look for when performing HTTP response checksum validation.

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product