Class HttpChecksumTraitValidator

java.lang.Object
software.amazon.smithy.model.validation.AbstractValidator
software.amazon.smithy.aws.traits.HttpChecksumTraitValidator
All Implemented Interfaces:
software.amazon.smithy.model.validation.Validator

public final class HttpChecksumTraitValidator extends software.amazon.smithy.model.validation.AbstractValidator
Validates the HttpChecksum trait.
  • Validates that at least one of the request or response checksum behavior is configured.
  • Validates that the requestAlgorithmMember and requestChecksumModeMember properties point to valid input members.
  • Validates that the requestAlgorithmMember targeted member contains only supported algorithms.
  • Validates that the requestChecksumModeMember targeted member contains only supported modes.
  • Checks for conflicts with @httpHeader and @httpPrefixHeaders.
  • Field Summary

    Fields inherited from interface software.amazon.smithy.model.validation.Validator

    MODEL_DEPRECATION, MODEL_ERROR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<software.amazon.smithy.model.validation.ValidationEvent>
    validate(software.amazon.smithy.model.Model model)
     

    Methods inherited from class software.amazon.smithy.model.validation.AbstractValidator

    createEvent, createEvent, danger, danger, error, error, getName, note, note, warning, warning

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • HttpChecksumTraitValidator

      public HttpChecksumTraitValidator()
  • Method Details

    • validate

      public List<software.amazon.smithy.model.validation.ValidationEvent> validate(software.amazon.smithy.model.Model model)