toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
alexaforbusiness
/
aws.sdk.kotlin.services.alexaforbusiness.model
/
ResolveRoomRequest
Resolve
Room
Request
class
ResolveRoomRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
skill
Id
Link copied to clipboard
val
skillId
:
String
?
The ARN of the skill that was requested. Required.
user
Id
Link copied to clipboard
val
userId
:
String
?
The ARN of the user. Required.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
ResolveRoomRequest.Builder
.
(
)
->
Unit
=
{}
)
:
ResolveRoomRequest
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