PhoneNumber class
A phone number used for Amazon Chime Business Calling or an Amazon Chime Voice Connector.
Constructors
-
PhoneNumber({List<
PhoneNumberAssociation> ? associations, String? callingName, CallingNameStatus? callingNameStatus, PhoneNumberCapabilities? capabilities, DateTime? createdTimestamp, DateTime? deletionTimestamp, String? e164PhoneNumber, String? phoneNumberId, PhoneNumberProductType? productType, PhoneNumberStatus? status, PhoneNumberType? type, DateTime? updatedTimestamp}) -
PhoneNumber.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
associations
→ List<
PhoneNumberAssociation> ? -
The phone number associations.
final
- callingName → String?
-
The outbound calling name associated with the phone number.
final
- callingNameStatus → CallingNameStatus?
-
The outbound calling name status.
final
- capabilities → PhoneNumberCapabilities?
-
The phone number capabilities.
final
- createdTimestamp → DateTime?
-
The phone number creation timestamp, in ISO 8601 format.
final
- deletionTimestamp → DateTime?
-
The deleted phone number timestamp, in ISO 8601 format.
final
- e164PhoneNumber → String?
-
The phone number, in E.164 format.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- phoneNumberId → String?
-
The phone number ID.
final
- productType → PhoneNumberProductType?
-
The phone number product type.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → PhoneNumberStatus?
-
The phone number status.
final
- type → PhoneNumberType?
-
The phone number type.
final
- updatedTimestamp → DateTime?
-
The updated phone number timestamp, in ISO 8601 format.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited