toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
connect
/
aws.sdk.kotlin.services.connect.model
/
GetContactAttributesRequest
Get
Contact
Attributes
Request
class
GetContactAttributesRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
initial
Contact
Id
Link copied to clipboard
val
initialContactId
:
String
?
The identifier of the initial contact.
instance
Id
Link copied to clipboard
val
instanceId
:
String
?
The identifier of the Amazon Connect instance.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
GetContactAttributesRequest.Builder
.
(
)
->
Unit
=
{}
)
:
GetContactAttributesRequest
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