Class EncodingObject
java.lang.Object
software.amazon.smithy.openapi.model.Component
software.amazon.smithy.openapi.model.EncodingObject
- All Implemented Interfaces:
software.amazon.smithy.model.node.ToNode,software.amazon.smithy.utils.ToSmithyBuilder<EncodingObject>
public final class EncodingObject
extends Component
implements software.amazon.smithy.utils.ToSmithyBuilder<EncodingObject>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic EncodingObject.Builderbuilder()protected software.amazon.smithy.model.node.ObjectNode.BuildergetStyle()booleanbooleanMethods inherited from class software.amazon.smithy.openapi.model.Component
equals, getExtension, getExtensions, hashCode, toNode
-
Method Details
-
builder
-
getHeaders
-
getContentType
-
getStyle
-
isExplode
public boolean isExplode() -
isAllowReserved
public boolean isAllowReserved() -
createNodeBuilder
protected software.amazon.smithy.model.node.ObjectNode.Builder createNodeBuilder()- Specified by:
createNodeBuilderin classComponent
-
toBuilder
- Specified by:
toBuilderin interfacesoftware.amazon.smithy.utils.ToSmithyBuilder<EncodingObject>
-