Class ExampleObject
- java.lang.Object
- 
- software.amazon.smithy.openapi.model.Component
- 
- software.amazon.smithy.openapi.model.ExampleObject
 
 
- 
- All Implemented Interfaces:
- ToNode,- ToSmithyBuilder<ExampleObject>
 
 public final class ExampleObject extends Component implements ToSmithyBuilder<ExampleObject> 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classExampleObject.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ExampleObject.Builderbuilder()protected ObjectNode.BuildercreateNodeBuilder()static ExampleObjectfromNode(Node exampleObject)java.util.Optional<java.lang.String>getDescription()java.util.Optional<java.lang.String>getExternalValue()java.util.Optional<java.lang.String>getSummary()java.util.Optional<Node>getValue()ExampleObject.BuildertoBuilder()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.Componentequals, getExtension, getExtensions, hashCode, toNode
 
- 
 
- 
- 
- 
Method Detail- 
builderpublic static ExampleObject.Builder builder() 
 - 
getSummarypublic java.util.Optional<java.lang.String> getSummary() 
 - 
getDescriptionpublic java.util.Optional<java.lang.String> getDescription() 
 - 
getValuepublic java.util.Optional<Node> getValue() 
 - 
getExternalValuepublic java.util.Optional<java.lang.String> getExternalValue() 
 - 
toBuilderpublic ExampleObject.Builder 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 interface- ToSmithyBuilder<ExampleObject>
- Returns:
- a builder for type T
 
 - 
createNodeBuilderprotected ObjectNode.Builder createNodeBuilder() - Specified by:
- createNodeBuilderin class- Component
 
 - 
fromNodepublic static ExampleObject fromNode(Node exampleObject) 
 
- 
 
-