Struct aws_sdk_honeycode::model::UpdateRowData
source · #[non_exhaustive]pub struct UpdateRowData { /* private fields */ }Expand description
Data needed to create a single row in a table as part of the BatchCreateTableRows request.
Implementations§
source§impl UpdateRowData
impl UpdateRowData
source§impl UpdateRowData
impl UpdateRowData
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateRowData.
Trait Implementations§
source§impl Clone for UpdateRowData
impl Clone for UpdateRowData
source§fn clone(&self) -> UpdateRowData
fn clone(&self) -> UpdateRowData
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 more