Class ExampleObject
java.lang.Object
software.amazon.smithy.openapi.model.Component
software.amazon.smithy.openapi.model.ExampleObject
- All Implemented Interfaces:
 ToNode,ToSmithyBuilder<ExampleObject>
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic ExampleObject.Builderbuilder()protected ObjectNode.Builderstatic ExampleObjectgetValue()Take this object and create a builder that contains all of the current property values of this object.Methods inherited from class software.amazon.smithy.openapi.model.Component
equals, getExtension, getExtensions, hashCode, toNode 
- 
Method Details
- 
builder
 - 
getSummary
 - 
getDescription
 - 
getValue
 - 
getExternalValue
 - 
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 interfaceToSmithyBuilder<ExampleObject>- Returns:
 - a builder for type T
 
 - 
createNodeBuilder
- Specified by:
 createNodeBuilderin classComponent
 - 
fromNode
 
 -