Class RequiredMapper
- java.lang.Object
- 
- software.amazon.smithy.aws.cloudformation.schema.fromsmithy.mappers.RequiredMapper
 
- 
- All Implemented Interfaces:
- CfnMapper
 
 public final class RequiredMapper extends java.lang.Object implements CfnMapper Generates the resource's required properties list based on the required operation members that are part of the derived resource.- See Also:
- required Docs
 
- 
- 
Constructor SummaryConstructors Constructor Description RequiredMapper()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbefore(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, wait
 - 
Methods inherited from interface software.amazon.smithy.aws.cloudformation.schema.fromsmithy.CfnMapperafter, getOrder, updateNode
 
- 
 
- 
- 
- 
Method Detail- 
beforepublic void before(Context context, ResourceSchema.Builder resourceSchema) Description copied from interface:CfnMapperUpdates an ResourceSchema.Builder before converting the model.
 
- 
 
-