Smithy Kotlin
Toggle table of contents
1.5.8
common
Platform filter
common
Switch theme
Skip to content
Smithy Kotlin
aws-event-stream
/
aws.smithy.kotlin.runtime.awsprotocol.eventstream
/
HeaderValue
/
String
String
data
class
String
(
val
value
:
String
)
:
HeaderValue
Members
Members & Extensions
Constructors
String
Link copied to clipboard
constructor
(
value
:
String
)
Properties
value
Link copied to clipboard
val
value
:
String
Inherited functions
encode
Link copied to clipboard
fun
encode
(
dest
:
<Error class: unknown class>
)
Encode a header value to
dest
expect
Bool
Link copied to clipboard
fun
HeaderValue
.
expectBool
(
)
:
Boolean
expect
Byte
Link copied to clipboard
fun
HeaderValue
.
expectByte
(
)
:
Byte
expect
Byte
Array
Link copied to clipboard
fun
HeaderValue
.
expectByteArray
(
)
:
ByteArray
expect
Int16
Link copied to clipboard
fun
HeaderValue
.
expectInt16
(
)
:
Short
expect
Int32
Link copied to clipboard
fun
HeaderValue
.
expectInt32
(
)
:
Int
expect
Int64
Link copied to clipboard
fun
HeaderValue
.
expectInt64
(
)
:
Long
expect
String
Link copied to clipboard
fun
HeaderValue
.
expectString
(
)
:
String
expect
Timestamp
Link copied to clipboard
fun
HeaderValue
.
expectTimestamp
(
)
:
<Error class: unknown class>
expect
Uuid
Link copied to clipboard
fun
HeaderValue
.
expectUuid
(
)
:
<Error class: unknown class>