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
andrequestChecksumModeMember
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_ERROR
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.amazon.smithy.model.validation.AbstractValidator
danger, danger, error, error, getName, note, note, warning, warning
-
Constructor Details
-
HttpChecksumTraitValidator
public HttpChecksumTraitValidator()
-
-
Method Details
-
validate
public List<software.amazon.smithy.model.validation.ValidationEvent> validate(software.amazon.smithy.model.Model model)
-