Class ResponseObject
java.lang.Object
software.amazon.smithy.openapi.model.Component
software.amazon.smithy.openapi.model.ResponseObject
- All Implemented Interfaces:
ToNode
,ToSmithyBuilder<ResponseObject>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ResponseObject.Builder
builder()
protected ObjectNode.Builder
Gets a header by case-insensitive header name.getLinks()
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
-
getDescription
-
getHeader
Gets a header by case-insensitive header name.- Parameters:
header
- Header to retrieve.- Returns:
- Returns the optionally found header.
-
getHeaders
-
getContent
-
getLinks
-
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<ResponseObject>
- Returns:
- a builder for type T
-