Class MediaTypeObject
java.lang.Object
software.amazon.smithy.openapi.model.Component
software.amazon.smithy.openapi.model.MediaTypeObject
- All Implemented Interfaces:
ToNode
,ToSmithyBuilder<MediaTypeObject>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic MediaTypeObject.Builder
builder()
protected ObjectNode.Builder
Take 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
-
getSchema
-
getExample
-
getExamples
-
getEncoding
-
createNodeBuilder
- Specified by:
createNodeBuilder
in classComponent
-
toBuilder
Description copied from interface:ToSmithyBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToSmithyBuilder<MediaTypeObject>
- Returns:
- a builder for type T
-