UpdateContactRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ARN of the contact to update.

Link copied to clipboard

The updated display name of the contact.

Link copied to clipboard

The updated first name of the contact.

Link copied to clipboard

The updated last name of the contact.

Link copied to clipboard

The updated phone number of the contact. The phone number type defaults to WORK. You can either specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.

Link copied to clipboard

The list of phone numbers for the contact.

Link copied to clipboard

The list of SIP addresses for the contact.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String