PhoneNumber

A phone number used to call an Amazon Chime SDK Voice Connector.

Types

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

Properties

Link copied to clipboard

The phone number's associations.

Link copied to clipboard

The outbound calling name associated with the phone number.

Link copied to clipboard

The outbound calling name status.

Link copied to clipboard

The phone number's capabilities.

Link copied to clipboard

The phone number's country. Format: ISO 3166-1 alpha-2.

Link copied to clipboard

The phone number creation timestamp, in ISO 8601 format.

Link copied to clipboard

The deleted phone number timestamp, in ISO 8601 format.

Link copied to clipboard

The phone number, in E.164 format.

Link copied to clipboard
val name: String?

The name of the phone number.

Link copied to clipboard

The phone number's order ID.

Link copied to clipboard

The phone number's ID.

Link copied to clipboard

The phone number's product type.

Link copied to clipboard

The phone number's status.

Link copied to clipboard

The phone number's type.

Link copied to clipboard

The updated phone number timestamp, in ISO 8601 format.

Functions

Link copied to clipboard
inline fun copy(block: PhoneNumber.Builder.() -> Unit = {}): PhoneNumber
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