Class ParameterObject
java.lang.Object
software.amazon.smithy.openapi.model.Component
software.amazon.smithy.openapi.model.ParameterObject
- All Implemented Interfaces:
ToNode,ToSmithyBuilder<ParameterObject>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ParameterObject.Builderbuilder()protected ObjectNode.BuildergetIn()getName()getStyle()booleanbooleanbooleanbooleanbooleanTake 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
-
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
- 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<ParameterObject>- Returns:
- a builder for type T
-