Class CustomizationConfigValidator
java.lang.Object
software.amazon.awssdk.codegen.validation.CustomizationConfigValidator
- All Implemented Interfaces:
ModelValidator
Validator that ensures CustomizationConfig settings are not conflicting. This validator returns a validation
entry if mutually exclusive customization options are set simultaneously, such as both the global
underscoresInNameBehavior and the granular allowedUnderscoreNames list.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CustomizationConfigValidator
public CustomizationConfigValidator()
-
-
Method Details
-
validateModels
- Specified by:
validateModelsin interfaceModelValidator
-