Class ServiceValidator

  • All Implemented Interfaces:
    Validator

    public class ServiceValidator
    extends AbstractValidator
    Validates that service shapes do not contain duplicate resource or operation shape names.
    • Constructor Detail

      • ServiceValidator

        public ServiceValidator()
    • Method Detail

      • validate

        public java.util.List<ValidationEvent> validate​(Model model)
        Description copied from interface: Validator
        Validates a model and returns a list of validation events.
        Parameters:
        model - Model to validate.
        Returns:
        List of validation events.