public final class Property extends java.lang.Object implements ToNode, ToSmithyBuilder<Property>
Modifier and Type | Class and Description |
---|---|
static class |
Property.Builder |
Modifier and Type | Method and 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 a
Node . |
public SmithyBuilder<Property> toBuilder()
ToSmithyBuilder
toBuilder
in interface ToSmithyBuilder<Property>
public static Property.Builder builder()
public boolean isInsertionOrder()
public java.util.List<java.lang.String> getDependencies()
public Schema getSchema()