Class ModelValidationContext
java.lang.Object
software.amazon.awssdk.codegen.validation.ModelValidationContext
Context object for
ModelValidator
s. This object contains all the information available to the validations in order
for them to perform their tasks.-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The service model for which code is being generated.The model of the service that the currently generating service shares models with.
-
Method Details
-
intermediateModel
The service model for which code is being generated. -
builder
-