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.content
/
DocumentBuilder
/
ListBuilder
List
Builder
common
class
ListBuilder
Members
Properties
content
Link copied to clipboard
common
val
content
:
MutableList
<
Document
?
>
Functions
add
Link copied to clipboard
common
fun
add
(
value
:
Document
?
)
:
Boolean
fun
add
(
value
:
Boolean
?
)
:
Boolean
fun
add
(
value
:
Nothing
?
)
:
Boolean
fun
add
(
value
:
Number
?
)
:
Boolean
fun
add
(
value
:
String
?
)
:
Boolean
add
All
Link copied to clipboard
common
fun
addAll
(
value
:
List
<
Document
?
>
)
fun
addAll
(
value
:
List
<
Boolean
?
>
)
fun
addAll
(
value
:
List
<
Number
?
>
)
fun
addAll
(
value
:
List
<
String
?
>
)