Class LinkObject
java.lang.Object
software.amazon.smithy.openapi.model.Component
software.amazon.smithy.openapi.model.LinkObject
- All Implemented Interfaces:
ToNode,ToSmithyBuilder<LinkObject>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic LinkObject.Builderbuilder()protected ObjectNode.BuilderTake 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
-
getParameters
-
getOperationRef
-
getOperationId
-
getRequestBody
-
getDescription
-
getServer
-
createNodeBuilder
- Specified by:
createNodeBuilderin classComponent
-
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<LinkObject>- Returns:
- a builder for type T
-