Class CallbackObject
- java.lang.Object
-
- software.amazon.smithy.openapi.model.Component
-
- software.amazon.smithy.openapi.model.CallbackObject
-
- All Implemented Interfaces:
ToNode
,ToSmithyBuilder<CallbackObject>
public final class CallbackObject extends Component implements ToSmithyBuilder<CallbackObject>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CallbackObject.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CallbackObject.Builder
builder()
protected ObjectNode.Builder
createNodeBuilder()
java.util.Map<java.lang.String,PathItem>
getPaths()
CallbackObject.Builder
toBuilder()
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 Detail
-
builder
public static CallbackObject.Builder builder()
-
getPaths
public java.util.Map<java.lang.String,PathItem> getPaths()
-
createNodeBuilder
protected ObjectNode.Builder createNodeBuilder()
- Specified by:
createNodeBuilder
in classComponent
-
toBuilder
public CallbackObject.Builder 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<CallbackObject>
- Returns:
- a builder for type T
-
-