libZSservicesZSamazonka-honeycodeZSamazonka-honeycode
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.HoneyCode.Types.ResultRow

Description

 
Synopsis

Documentation

data ResultRow Source #

A single row in the ResultSet.

See: newResultRow smart constructor.

Constructors

ResultRow' 

Fields

Instances

Instances details
Eq ResultRow Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ResultRow

Show ResultRow Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ResultRow

Generic ResultRow Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ResultRow

Associated Types

type Rep ResultRow :: Type -> Type #

NFData ResultRow Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ResultRow

Methods

rnf :: ResultRow -> () #

Hashable ResultRow Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ResultRow

FromJSON ResultRow Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ResultRow

type Rep ResultRow Source # 
Instance details

Defined in Amazonka.HoneyCode.Types.ResultRow

type Rep ResultRow = D1 ('MetaData "ResultRow" "Amazonka.HoneyCode.Types.ResultRow" "libZSservicesZSamazonka-honeycodeZSamazonka-honeycode" 'False) (C1 ('MetaCons "ResultRow'" 'PrefixI 'True) (S1 ('MetaSel ('Just "rowId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "dataItems") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Sensitive DataItem])))

newResultRow :: ResultRow Source #

Create a value of ResultRow 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:rowId:ResultRow', resultRow_rowId - The ID for a particular row.

$sel:dataItems:ResultRow', resultRow_dataItems - List of all the data cells in a row.

resultRow_rowId :: Lens' ResultRow (Maybe Text) Source #

The ID for a particular row.

resultRow_dataItems :: Lens' ResultRow [DataItem] Source #

List of all the data cells in a row.