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 Summary
Nested Classes Modifier and Type Class Description static class
Property.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Property.Builder
builder()
java.util.List<java.lang.String>
getDependencies()
Schema
getSchema()
boolean
isInsertionOrder()
SmithyBuilder<Property>
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.Node
toNode()
Converts a value to aNode
.
-
-
-
Method Detail
-
toBuilder
public SmithyBuilder<Property> toBuilder()
Description copied from interface:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<Property>
- Returns:
- a builder for type T
-
builder
public static Property.Builder builder()
-
isInsertionOrder
public boolean isInsertionOrder()
-
getDependencies
public java.util.List<java.lang.String> getDependencies()
-
getSchema
public Schema getSchema()
-
-