toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
sesv2
/
aws.sdk.kotlin.services.sesv2.model
/
DeleteContactRequest
Delete
Contact
Request
class
DeleteContactRequest
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
contact
List
Name
Link copied to clipboard
val
contactListName
:
String
?
The name of the contact list from which the contact should be removed.
email
Address
Link copied to clipboard
val
emailAddress
:
String
?
The contact's email address.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
DeleteContactRequest.Builder
.
(
)
->
Unit
=
{}
)
:
DeleteContactRequest
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