Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
runtime-core
/
aws.smithy.kotlin.runtime.net
/
Host
/
Domain
Domain
common
data
class
Domain
(
val
name
:
String
)
:
Host
Members
Members & Extensions
Constructors
Domain
Link copied to clipboard
common
constructor
(
name
:
String
)
Properties
name
Link copied to clipboard
common
val
name
:
String
Functions
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Inherited functions
to
Url
String
Link copied to clipboard
common
fun
Host
.
toUrlString
(
)
:
String