AWS SDK for Kotlin
Toggle table of contents
1.5.110
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
customerprofiles
/
aws.sdk.kotlin.services.customerprofiles.model
/
CreateRecommenderResponse
Create
Recommender
Response
class
CreateRecommenderResponse
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
recommender
Arn
Link copied to clipboard
val
recommenderArn
:
String
The ARN of the recommender
tags
Link copied to clipboard
val
tags
:
Map
<
String
,
String
>
?
The tags used to organize, track, or control access for this resource.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
CreateRecommenderResponse.Builder
.
(
)
->
Unit
=
{}
)
:
CreateRecommenderResponse
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