Smithy

data class Smithy(val value: String) : Model

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String

Inherited functions

Link copied to clipboard

Casts this Model as a Smithy and retrieves its kotlin.String value. Throws an exception if the Model is not a Smithy.

Link copied to clipboard

Casts this Model as a Smithy and retrieves its kotlin.String value. Returns null if the Model is not a Smithy.