libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.AlexaBusiness.Types.PhoneNumber

Description

 
Synopsis

Documentation

data PhoneNumber Source #

The phone number for the contact containing the raw number and phone number type.

See: newPhoneNumber smart constructor.

Constructors

PhoneNumber' 

Fields

Instances

Instances details
Eq PhoneNumber Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PhoneNumber

Show PhoneNumber Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PhoneNumber

Generic PhoneNumber Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PhoneNumber

Associated Types

type Rep PhoneNumber :: Type -> Type #

NFData PhoneNumber Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PhoneNumber

Methods

rnf :: PhoneNumber -> () #

Hashable PhoneNumber Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PhoneNumber

ToJSON PhoneNumber Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PhoneNumber

FromJSON PhoneNumber Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PhoneNumber

type Rep PhoneNumber Source # 
Instance details

Defined in Amazonka.AlexaBusiness.Types.PhoneNumber

type Rep PhoneNumber = D1 ('MetaData "PhoneNumber" "Amazonka.AlexaBusiness.Types.PhoneNumber" "libZSservicesZSamazonka-alexa-businessZSamazonka-alexa-business" 'False) (C1 ('MetaCons "PhoneNumber'" 'PrefixI 'True) (S1 ('MetaSel ('Just "number") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive Text)) :*: S1 ('MetaSel ('Just "type'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Sensitive PhoneNumberType))))

newPhoneNumber Source #

Create a value of PhoneNumber with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:number:PhoneNumber', phoneNumber_number - The raw value of the phone number.

$sel:type':PhoneNumber', phoneNumber_type - The type of the phone number.

phoneNumber_number :: Lens' PhoneNumber Text Source #

The raw value of the phone number.

phoneNumber_type :: Lens' PhoneNumber PhoneNumberType Source #

The type of the phone number.