amazonka-chime-2.0: Amazon Chime SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Chime.Types.CandidateAddress

Description

 
Synopsis

Documentation

data CandidateAddress Source #

A suggested address.

See: newCandidateAddress smart constructor.

Constructors

CandidateAddress' 

Fields

Instances

Instances details
FromJSON CandidateAddress Source # 
Instance details

Defined in Amazonka.Chime.Types.CandidateAddress

Generic CandidateAddress Source # 
Instance details

Defined in Amazonka.Chime.Types.CandidateAddress

Associated Types

type Rep CandidateAddress :: Type -> Type #

Show CandidateAddress Source # 
Instance details

Defined in Amazonka.Chime.Types.CandidateAddress

NFData CandidateAddress Source # 
Instance details

Defined in Amazonka.Chime.Types.CandidateAddress

Methods

rnf :: CandidateAddress -> () #

Eq CandidateAddress Source # 
Instance details

Defined in Amazonka.Chime.Types.CandidateAddress

Hashable CandidateAddress Source # 
Instance details

Defined in Amazonka.Chime.Types.CandidateAddress

type Rep CandidateAddress Source # 
Instance details

Defined in Amazonka.Chime.Types.CandidateAddress

newCandidateAddress :: CandidateAddress Source #

Create a value of CandidateAddress 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:city:CandidateAddress', candidateAddress_city - The city of a candidate address.

$sel:country:CandidateAddress', candidateAddress_country - The country of a candidate address.

$sel:postalCode:CandidateAddress', candidateAddress_postalCode - The postal code of a candidate address.

$sel:postalCodePlus4:CandidateAddress', candidateAddress_postalCodePlus4 - The Zip + 4 or postal code + 4 of a candidate address.

$sel:state:CandidateAddress', candidateAddress_state - The state of a candidate address.

$sel:streetInfo:CandidateAddress', candidateAddress_streetInfo - The street information of a candidate address

$sel:streetNumber:CandidateAddress', candidateAddress_streetNumber - The numeric portion of a candidate address.

candidateAddress_city :: Lens' CandidateAddress (Maybe Text) Source #

The city of a candidate address.

candidateAddress_country :: Lens' CandidateAddress (Maybe Text) Source #

The country of a candidate address.

candidateAddress_postalCode :: Lens' CandidateAddress (Maybe Text) Source #

The postal code of a candidate address.

candidateAddress_postalCodePlus4 :: Lens' CandidateAddress (Maybe Text) Source #

The Zip + 4 or postal code + 4 of a candidate address.

candidateAddress_state :: Lens' CandidateAddress (Maybe Text) Source #

The state of a candidate address.

candidateAddress_streetInfo :: Lens' CandidateAddress (Maybe Text) Source #

The street information of a candidate address

candidateAddress_streetNumber :: Lens' CandidateAddress (Maybe Text) Source #

The numeric portion of a candidate address.