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
/
Document
/
Boolean
Boolean
common
data
class
Boolean
(
val
value
:
Boolean
)
:
Document
Wraps a
kotlin.Boolean
.
Members
Constructors
Boolean
Link copied to clipboard
common
constructor
(
value
:
Boolean
)
Properties
value
Link copied to clipboard
common
val
value
:
Boolean
Functions
to
String
Link copied to clipboard
common
open
override
fun
toString
(
)
:
String
Inherited functions
as
Boolean
Link copied to clipboard
common
fun
asBoolean
(
)
:
Boolean
as
Boolean
Or
Null
Link copied to clipboard
common
fun
asBooleanOrNull
(
)
:
Boolean
?
as
Byte
Link copied to clipboard
common
fun
asByte
(
)
:
Byte
as
Byte
Or
Null
Link copied to clipboard
common
fun
asByteOrNull
(
)
:
Byte
?
as
Double
Link copied to clipboard
common
fun
asDouble
(
)
:
Double
as
Double
Or
Null
Link copied to clipboard
common
fun
asDoubleOrNull
(
)
:
Double
?
as
Float
Link copied to clipboard
common
fun
asFloat
(
)
:
Float
as
Float
Or
Null
Link copied to clipboard
common
fun
asFloatOrNull
(
)
:
Float
?
as
Int
Link copied to clipboard
common
fun
asInt
(
)
:
Int
as
Int
Or
Null
Link copied to clipboard
common
fun
asIntOrNull
(
)
:
Int
?
as
List
Link copied to clipboard
common
fun
asList
(
)
:
List
<
Document
?
>
as
List
Or
Null
Link copied to clipboard
common
fun
asListOrNull
(
)
:
List
<
Document
?
>
?
as
Long
Link copied to clipboard
common
fun
asLong
(
)
:
Long
as
Long
Or
Null
Link copied to clipboard
common
fun
asLongOrNull
(
)
:
Long
?
as
Map
Link copied to clipboard
common
fun
asMap
(
)
:
Map
<
String
,
Document
?
>
as
Map
Or
Null
Link copied to clipboard
common
fun
asMapOrNull
(
)
:
Map
<
String
,
Document
?
>
?
as
Short
Link copied to clipboard
common
fun
asShort
(
)
:
Short
as
Short
Or
Null
Link copied to clipboard
common
fun
asShortOrNull
(
)
:
Short
?
as
String
Link copied to clipboard
common
fun
asString
(
)
:
String
as
String
Or
Null
Link copied to clipboard
common
fun
asStringOrNull
(
)
:
String
?