Class ParameterObject
java.lang.Object
software.amazon.smithy.openapi.model.Component
software.amazon.smithy.openapi.model.ParameterObject
- All Implemented Interfaces:
software.amazon.smithy.model.node.ToNode,software.amazon.smithy.utils.ToSmithyBuilder<ParameterObject>
public final class ParameterObject
extends Component
implements software.amazon.smithy.utils.ToSmithyBuilder<ParameterObject>
-
Nested Class Summary
Nested Classes -
Method Summary
Methods inherited from class software.amazon.smithy.openapi.model.Component
equals, getExtension, getExtensions, hashCode, toNode
-
Method Details
-
builder
-
getName
-
getIn
-
getExamples
-
getContent
-
isRequired
public boolean isRequired() -
isDeprecated
public boolean isDeprecated() -
isAllowEmptyValue
public boolean isAllowEmptyValue() -
isExplode
public boolean isExplode() -
isAllowReserved
public boolean isAllowReserved() -
getDescription
-
getStyle
-
getSchema
-
getExample
-
createNodeBuilder
protected software.amazon.smithy.model.node.ObjectNode.Builder createNodeBuilder()- Specified by:
createNodeBuilderin classComponent
-
toBuilder
- Specified by:
toBuilderin interfacesoftware.amazon.smithy.utils.ToSmithyBuilder<ParameterObject>
-