Class ServerObject
java.lang.Object
software.amazon.smithy.openapi.model.Component
software.amazon.smithy.openapi.model.ServerObject
- All Implemented Interfaces:
ToNode
,ToSmithyBuilder<ServerObject>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic ServerObject.Builder
builder()
protected ObjectNode.Builder
getUrl()
boolean
isEmpty()
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
-
isEmpty
public boolean isEmpty() -
getUrl
-
getDescription
-
getVariables
-
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<ServerObject>
- Returns:
- a builder for type T
-
createNodeBuilder
- Specified by:
createNodeBuilder
in classComponent
-