Class ResourceSchema
java.lang.Object
software.amazon.smithy.aws.cloudformation.schema.model.ResourceSchema
- All Implemented Interfaces:
 ToNode,ToSmithyBuilder<ResourceSchema>
Data class representing a CloudFormation Resource Schema.
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic ResourceSchema.Builderbuilder()static ResourceSchemaTake this object and create a builder that contains all of the current property values of this object.toNode()Converts a value to aNode. 
- 
Method Details
- 
toNode
Description copied from interface:ToNodeConverts a value to aNode. - 
toBuilder
Description copied from interface:ToSmithyBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
 toBuilderin interfaceToSmithyBuilder<ResourceSchema>- Returns:
 - a builder for type T
 
 - 
fromNode
 - 
builder
 - 
getTypeName
 - 
getDescription
 - 
getSourceUrl
 - 
getDocumentationUrl
 - 
getDefinitions
 - 
getProperties
 - 
getRequired
 - 
getReadOnlyProperties
 - 
getWriteOnlyProperties
 - 
getPrimaryIdentifier
 - 
getCreateOnlyProperties
 - 
getDeprecatedProperties
 - 
getAdditionalIdentifiers
 - 
getHandlers
 - 
getRemotes
 - 
getTagging
 - 
getAdditionalProperties
 
 -