AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
entityresolution
/
aws.sdk.kotlin.services.entityresolution.model
/
GenerateMatchIdResponse
Generate
Match
Id
Response
class
GenerateMatchIdResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
failed
Records
Link copied to clipboard
val
failedRecords
:
List
<
FailedRecord
>
The records that didn't receive a generated Match ID.
match
Groups
Link copied to clipboard
val
matchGroups
:
List
<
MatchGroup
>
The match groups from the generated match ID.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
GenerateMatchIdResponse.Builder
.
(
)
->
Unit
=
{}
)
:
GenerateMatchIdResponse
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