toggle menu
AWS SDK for Kotlin
1.0.65
common
switch theme
honeycode
/
aws.sdk.kotlin.services.honeycode.model
/
ResultRow
Result
Row
class
ResultRow
A single row in the ResultSet.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Properties
data
Items
Link copied to clipboard
val
dataItems
:
List
<
DataItem
>
List of all the data cells in a row.
row
Id
Link copied to clipboard
val
rowId
:
String
?
The ID for a particular row.
Functions
copy
Link copied to clipboard
inline
fun
copy
(
block
:
ResultRow.Builder
.
(
)
->
Unit
=
{}
)
:
ResultRow
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String