HttpChecksum

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

Indicates that an operation supports checksum validation.

Value parameters

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.

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product