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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidbefore(Context context, ResourceSchema.Builder resourceSchema) Updates an ResourceSchema.Builder before converting the model.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.smithy.aws.cloudformation.schema.fromsmithy.CfnMapperafter, getOrder, updateNode
- 
Constructor Details- 
RequiredMapperpublic RequiredMapper()
 
- 
- 
Method Details