Class ExternalDocumentation
java.lang.Object
software.amazon.smithy.openapi.model.Component
software.amazon.smithy.openapi.model.ExternalDocumentation
- All Implemented Interfaces:
Comparable<ExternalDocumentation>
,ToNode
,ToSmithyBuilder<ExternalDocumentation>
public final class ExternalDocumentation
extends Component
implements ToSmithyBuilder<ExternalDocumentation>, Comparable<ExternalDocumentation>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
int
protected ObjectNode.Builder
getUrl()
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
-
getUrl
-
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<ExternalDocumentation>
- Returns:
- a builder for type T
-
createNodeBuilder
- Specified by:
createNodeBuilder
in classComponent
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ExternalDocumentation>
-