libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles
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.CustomerProfiles.Types.ListProfileObjectsItem

Description

 
Synopsis

Documentation

data ListProfileObjectsItem Source #

A ProfileObject in a list of ProfileObjects.

See: newListProfileObjectsItem smart constructor.

Constructors

ListProfileObjectsItem' 

Fields

Instances

Instances details
Eq ListProfileObjectsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectsItem

Read ListProfileObjectsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectsItem

Show ListProfileObjectsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectsItem

Generic ListProfileObjectsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectsItem

Associated Types

type Rep ListProfileObjectsItem :: Type -> Type #

NFData ListProfileObjectsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectsItem

Methods

rnf :: ListProfileObjectsItem -> () #

Hashable ListProfileObjectsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectsItem

FromJSON ListProfileObjectsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectsItem

type Rep ListProfileObjectsItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectsItem

type Rep ListProfileObjectsItem = D1 ('MetaData "ListProfileObjectsItem" "Amazonka.CustomerProfiles.Types.ListProfileObjectsItem" "libZSservicesZSamazonka-customer-profilesZSamazonka-customer-profiles" 'False) (C1 ('MetaCons "ListProfileObjectsItem'" 'PrefixI 'True) (S1 ('MetaSel ('Just "profileObjectUniqueKey") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "objectTypeName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "object'") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newListProfileObjectsItem :: ListProfileObjectsItem Source #

Create a value of ListProfileObjectsItem 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:profileObjectUniqueKey:ListProfileObjectsItem', listProfileObjectsItem_profileObjectUniqueKey - The unique identifier of the ProfileObject generated by the service.

$sel:objectTypeName:ListProfileObjectsItem', listProfileObjectsItem_objectTypeName - Specifies the kind of object being added to a profile, such as "Salesforce-Account."

$sel:object':ListProfileObjectsItem', listProfileObjectsItem_object - A JSON representation of a ProfileObject that belongs to a profile.

listProfileObjectsItem_profileObjectUniqueKey :: Lens' ListProfileObjectsItem (Maybe Text) Source #

The unique identifier of the ProfileObject generated by the service.

listProfileObjectsItem_objectTypeName :: Lens' ListProfileObjectsItem (Maybe Text) Source #

Specifies the kind of object being added to a profile, such as "Salesforce-Account."

listProfileObjectsItem_object :: Lens' ListProfileObjectsItem (Maybe Text) Source #

A JSON representation of a ProfileObject that belongs to a profile.