AWS SDK for Kotlin
Toggle table of contents
1.4.124
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
emr
/
aws.sdk.kotlin.services.emr.model
/
KeyValue
Key
Value
class
KeyValue
A key-value pair.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
?
The unique identifier of a key-value pair.
value
Link copied to clipboard
val
value
:
String
?
The value part of the identified key.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
KeyValue.Builder
.
(
)
->
Unit
=
{}
)
:
KeyValue
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String