Class SharedModelsValidator
java.lang.Object
software.amazon.awssdk.codegen.validation.SharedModelsValidator
- All Implemented Interfaces:
ModelValidator
Validator that ensures any shapes shared between two services are completely identical. This validator returns a validation
entry for each shape that is present in both service models but has differing definitions in each model.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SharedModelsValidator
public SharedModelsValidator()
-
-
Method Details
-
validateModels
- Specified by:
validateModels
in interfaceModelValidator
-