Class ExampleObject
java.lang.Object
software.amazon.smithy.openapi.model.Component
software.amazon.smithy.openapi.model.ExampleObject
- All Implemented Interfaces:
software.amazon.smithy.model.node.ToNode,software.amazon.smithy.utils.ToSmithyBuilder<ExampleObject>
public final class ExampleObject
extends Component
implements software.amazon.smithy.utils.ToSmithyBuilder<ExampleObject>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ExampleObject.Builderbuilder()protected software.amazon.smithy.model.node.ObjectNode.Builderstatic ExampleObjectfromNode(software.amazon.smithy.model.node.Node exampleObject) Optional<software.amazon.smithy.model.node.Node>getValue()Methods inherited from class software.amazon.smithy.openapi.model.Component
equals, getExtension, getExtensions, hashCode, toNode
-
Method Details
-
builder
-
getSummary
-
getDescription
-
getValue
-
getExternalValue
-
toBuilder
- Specified by:
toBuilderin interfacesoftware.amazon.smithy.utils.ToSmithyBuilder<ExampleObject>
-
createNodeBuilder
protected software.amazon.smithy.model.node.ObjectNode.Builder createNodeBuilder()- Specified by:
createNodeBuilderin classComponent
-
fromNode
-