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.ListProfileObjectTypeTemplateItem

Description

 
Synopsis

Documentation

data ListProfileObjectTypeTemplateItem Source #

A ProfileObjectTypeTemplate in a list of ProfileObjectTypeTemplates.

See: newListProfileObjectTypeTemplateItem smart constructor.

Constructors

ListProfileObjectTypeTemplateItem' 

Fields

Instances

Instances details
Eq ListProfileObjectTypeTemplateItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectTypeTemplateItem

Read ListProfileObjectTypeTemplateItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectTypeTemplateItem

Show ListProfileObjectTypeTemplateItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectTypeTemplateItem

Generic ListProfileObjectTypeTemplateItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectTypeTemplateItem

Associated Types

type Rep ListProfileObjectTypeTemplateItem :: Type -> Type #

NFData ListProfileObjectTypeTemplateItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectTypeTemplateItem

Hashable ListProfileObjectTypeTemplateItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectTypeTemplateItem

FromJSON ListProfileObjectTypeTemplateItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectTypeTemplateItem

type Rep ListProfileObjectTypeTemplateItem Source # 
Instance details

Defined in Amazonka.CustomerProfiles.Types.ListProfileObjectTypeTemplateItem

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

newListProfileObjectTypeTemplateItem :: ListProfileObjectTypeTemplateItem Source #

Create a value of ListProfileObjectTypeTemplateItem 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:sourceName:ListProfileObjectTypeTemplateItem', listProfileObjectTypeTemplateItem_sourceName - The name of the source of the object template.

$sel:templateId:ListProfileObjectTypeTemplateItem', listProfileObjectTypeTemplateItem_templateId - A unique identifier for the object template.

$sel:sourceObject:ListProfileObjectTypeTemplateItem', listProfileObjectTypeTemplateItem_sourceObject - The source of the object template.