toggle menu
Smithy Kotlin
1.2.14
common
switch theme
runtime-core
/
aws.smithy.kotlin.runtime.content
/
DocumentBuilder
Document
Builder
class
DocumentBuilder
Members
Types
List
Builder
Link copied to clipboard
class
ListBuilder
Properties
content
Link copied to clipboard
val
content
:
MutableMap
<
String
,
Document
?
>
Functions
build
List
Link copied to clipboard
fun
buildList
(
init
:
DocumentBuilder.ListBuilder
.
(
)
->
Unit
)
:
Document
Builds a
Document
list with the given builder.
to
Link copied to clipboard
infix
fun
String
.
to
(
value
:
Document
?
)
infix
fun
String
.
to
(
value
:
Boolean
?
)
infix
fun
String
.
to
(
value
:
Nothing
?
)
infix
fun
String
.
to
(
value
:
Number
?
)
infix
fun
String
.
to
(
value
:
String
?
)