libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected
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.WellArchitected.Types.ChoiceAnswer

Description

 
Synopsis

Documentation

data ChoiceAnswer Source #

A choice that has been answered on a question in your workload.

See: newChoiceAnswer smart constructor.

Constructors

ChoiceAnswer' 

Fields

Instances

Instances details
Eq ChoiceAnswer Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswer

Read ChoiceAnswer Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswer

Show ChoiceAnswer Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswer

Generic ChoiceAnswer Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswer

Associated Types

type Rep ChoiceAnswer :: Type -> Type #

NFData ChoiceAnswer Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswer

Methods

rnf :: ChoiceAnswer -> () #

Hashable ChoiceAnswer Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswer

FromJSON ChoiceAnswer Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswer

type Rep ChoiceAnswer Source # 
Instance details

Defined in Amazonka.WellArchitected.Types.ChoiceAnswer

type Rep ChoiceAnswer = D1 ('MetaData "ChoiceAnswer" "Amazonka.WellArchitected.Types.ChoiceAnswer" "libZSservicesZSamazonka-wellarchitectedZSamazonka-wellarchitected" 'False) (C1 ('MetaCons "ChoiceAnswer'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChoiceStatus)) :*: S1 ('MetaSel ('Just "reason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ChoiceReason))) :*: (S1 ('MetaSel ('Just "notes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "choiceId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

newChoiceAnswer :: ChoiceAnswer Source #

Create a value of ChoiceAnswer 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:status:ChoiceAnswer', choiceAnswer_status - The status of a choice.

$sel:reason:ChoiceAnswer', choiceAnswer_reason - The reason why a choice is non-applicable to a question in your workload.

$sel:notes:ChoiceAnswer', choiceAnswer_notes - The notes associated with a choice.

$sel:choiceId:ChoiceAnswer', choiceAnswer_choiceId - Undocumented member.

choiceAnswer_reason :: Lens' ChoiceAnswer (Maybe ChoiceReason) Source #

The reason why a choice is non-applicable to a question in your workload.

choiceAnswer_notes :: Lens' ChoiceAnswer (Maybe Text) Source #

The notes associated with a choice.