Class RequiredMapper
java.lang.Object
software.amazon.smithy.aws.cloudformation.schema.fromsmithy.mappers.RequiredMapper
- All Implemented Interfaces:
CfnMapper
Generates the resource's required properties list based on the
required operation members that are part of the derived resource.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
before
(Context context, ResourceSchema.Builder resourceSchema) Updates an ResourceSchema.Builder before converting the model.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.smithy.aws.cloudformation.schema.fromsmithy.CfnMapper
after, getOrder, updateNode
-
Constructor Details
-
RequiredMapper
public RequiredMapper()
-
-
Method Details