amazonka-wellarchitected-2.0: Amazon Well-Architected Tool 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.WellArchitected.Types.ChoiceContent

Description

 
Synopsis

Documentation

data ChoiceContent Source #

The choice content.

See: newChoiceContent smart constructor.

Constructors

ChoiceContent' 

Fields

Instances

Instances details
FromJSON ChoiceContent Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceContent

Generic ChoiceContent Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceContent

Associated Types

type Rep ChoiceContent :: Type -> Type #

Read ChoiceContent Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceContent

Show ChoiceContent Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceContent

NFData ChoiceContent Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceContent

Methods

rnf :: ChoiceContent -> () #

Eq ChoiceContent Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceContent

Hashable ChoiceContent Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceContent

type Rep ChoiceContent Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceContent

type Rep ChoiceContent = D1 ('MetaData "ChoiceContent" "Amazonka.WellArchitected.Types.ChoiceContent" "amazonka-wellarchitected-2.0-B9ahtNDcb8r448GjCnHecq" 'False) (C1 ('MetaCons "ChoiceContent'" 'PrefixI 'True) (S1 ('MetaSel ('Just "displayText") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "url") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newChoiceContent :: ChoiceContent Source #

Create a value of ChoiceContent 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:displayText:ChoiceContent', choiceContent_displayText - The display text for the choice content.

$sel:url:ChoiceContent', choiceContent_url - The URL for the choice content.

choiceContent_displayText :: Lens' ChoiceContent (Maybe Text) Source #

The display text for the choice content.

choiceContent_url :: Lens' ChoiceContent (Maybe Text) Source #

The URL for the choice content.