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 get_row_id(&self) -> &Option<String>
pub fn get_row_id(&self) -> &Option<String>
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.
sourcepub fn get_data_items(&self) -> &Option<Vec<DataItem>>
pub fn get_data_items(&self) -> &Option<Vec<DataItem>>
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 for ResultRowBuilder
impl PartialEq 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 ==
.impl StructuralPartialEq for ResultRowBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ResultRowBuilder
impl Send for ResultRowBuilder
impl Sync for ResultRowBuilder
impl Unpin for ResultRowBuilder
impl UnwindSafe for ResultRowBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.