Struct aws_sdk_honeycode::types::builders::ResultRowBuilder
source · #[non_exhaustive]pub struct ResultRowBuilder { /* private fields */ }
Expand description
A builder for ResultRow
.
Implementations§
source§impl ResultRowBuilder
impl ResultRowBuilder
sourcepub fn set_row_id(self, input: Option<String>) -> Self
pub fn set_row_id(self, input: Option<String>) -> Self
The ID for a particular row.
sourcepub fn data_items(self, input: DataItem) -> Self
pub fn data_items(self, input: DataItem) -> Self
Appends an item to data_items
.
To override the contents of this collection use set_data_items
.
List of all the data cells in a row.
sourcepub fn set_data_items(self, input: Option<Vec<DataItem>>) -> Self
pub fn set_data_items(self, input: Option<Vec<DataItem>>) -> Self
List of all the data cells in a row.
Trait Implementations§
source§impl Clone for ResultRowBuilder
impl Clone for ResultRowBuilder
source§fn clone(&self) -> ResultRowBuilder
fn clone(&self) -> ResultRowBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ResultRowBuilder
impl Debug for ResultRowBuilder
source§impl Default for ResultRowBuilder
impl Default for ResultRowBuilder
source§fn default() -> ResultRowBuilder
fn default() -> ResultRowBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ResultRowBuilder> for ResultRowBuilder
impl PartialEq<ResultRowBuilder> for ResultRowBuilder
source§fn eq(&self, other: &ResultRowBuilder) -> bool
fn eq(&self, other: &ResultRowBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.