public final class Remote extends java.lang.Object implements ToNode, ToSmithyBuilder<Remote>
Modifier and Type | Class and Description |
---|---|
static class |
Remote.Builder |
Modifier and Type | Method and Description |
---|---|
static Remote.Builder |
builder() |
java.util.Map<java.lang.String,Schema> |
getDefinitions() |
java.util.Map<java.lang.String,Property> |
getProperties() |
Remote.Builder |
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 Remote.Builder toBuilder()
ToSmithyBuilder
toBuilder
in interface ToSmithyBuilder<Remote>
public static Remote.Builder builder()
public java.util.Map<java.lang.String,Schema> getDefinitions()
public java.util.Map<java.lang.String,Property> getProperties()