Struct aws_sdk_honeycode::model::result_row::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for ResultRow.
Implementations§
source§impl Builder
impl Builder
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.