Struct aws_sdk_honeycode::types::CreateRowData
source · #[non_exhaustive]pub struct CreateRowData { /* private fields */ }
Expand description
Data needed to create a single row in a table as part of the BatchCreateTableRows request.
Implementations§
source§impl CreateRowData
impl CreateRowData
sourcepub fn batch_item_id(&self) -> Option<&str>
pub fn batch_item_id(&self) -> Option<&str>
An external identifier that represents the single row that is being created as part of the BatchCreateTableRows request. This can be any string that you can use to identify the row in the request. The BatchCreateTableRows API puts the batch item id in the results to allow you to link data in the request to data in the results.
source§impl CreateRowData
impl CreateRowData
sourcepub fn builder() -> CreateRowDataBuilder
pub fn builder() -> CreateRowDataBuilder
Creates a new builder-style object to manufacture CreateRowData
.
Trait Implementations§
source§impl Clone for CreateRowData
impl Clone for CreateRowData
source§fn clone(&self) -> CreateRowData
fn clone(&self) -> CreateRowData
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 CreateRowData
impl Debug for CreateRowData
source§impl PartialEq<CreateRowData> for CreateRowData
impl PartialEq<CreateRowData> for CreateRowData
source§fn eq(&self, other: &CreateRowData) -> bool
fn eq(&self, other: &CreateRowData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.