Class OperationObject
java.lang.Object
software.amazon.smithy.openapi.model.Component
software.amazon.smithy.openapi.model.OperationObject
- All Implemented Interfaces:
 ToNode,ToSmithyBuilder<OperationObject>
- 
Nested Class Summary
Nested Classes - 
Method Summary
Modifier and TypeMethodDescriptionstatic OperationObject.Builderbuilder()protected ObjectNode.BuildergetTags()booleanTake 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
 - 
getTags
 - 
getSummary
 - 
getDescription
 - 
getExternalDocs
 - 
getOperationId
 - 
getParameters
 - 
getRequestBody
 - 
getResponses
 - 
getCallbacks
 - 
isDeprecated
public boolean isDeprecated() - 
getSecurity
 - 
getServers
 - 
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<OperationObject>- Returns:
 - a builder for type T
 
 
 -