Class Property
- java.lang.Object
- 
- software.amazon.smithy.aws.cloudformation.schema.model.Property
 
- 
- All Implemented Interfaces:
- ToNode,- ToSmithyBuilder<Property>
 
 public final class Property extends java.lang.Object implements ToNode, ToSmithyBuilder<Property> Data class representing a CloudFormation Resource Schema's property.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classProperty.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Property.Builderbuilder()java.util.List<java.lang.String>getDependencies()SchemagetSchema()booleanisInsertionOrder()SmithyBuilder<Property>toBuilder()Take this object and create a builder that contains all of the current property values of this object.NodetoNode()Converts a value to aNode.
 
- 
- 
- 
Method Detail- 
toBuilderpublic SmithyBuilder<Property> 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 interface- ToSmithyBuilder<Property>
- Returns:
- a builder for type T
 
 - 
builderpublic static Property.Builder builder() 
 - 
isInsertionOrderpublic boolean isInsertionOrder() 
 - 
getDependenciespublic java.util.List<java.lang.String> getDependencies() 
 - 
getSchemapublic Schema getSchema() 
 
- 
 
-