toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
sesv2
/
aws.sdk.kotlin.services.sesv2.model
/
ContactListDestination
Contact
List
Destination
class
ContactListDestination
An object that contains details about the action of a contact list.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
contact
List
Import
Action
Link copied to clipboard
val
contactListImportAction
:
ContactListImportAction
contact
List
Name
Link copied to clipboard
val
contactListName
:
String
The name of the contact list.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
ContactListDestination.Builder
.
(
)
->
Unit
=
{}
)
:
ContactListDestination
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