Struct aws_sdk_honeycode::operation::batch_delete_table_rows::builders::BatchDeleteTableRowsOutputBuilder
source · #[non_exhaustive]pub struct BatchDeleteTableRowsOutputBuilder { /* private fields */ }
Expand description
A builder for BatchDeleteTableRowsOutput
.
Implementations§
source§impl BatchDeleteTableRowsOutputBuilder
impl BatchDeleteTableRowsOutputBuilder
sourcepub fn workbook_cursor(self, input: i64) -> Self
pub fn workbook_cursor(self, input: i64) -> Self
The updated workbook cursor after deleting the rows from the table.
This field is required.sourcepub fn set_workbook_cursor(self, input: Option<i64>) -> Self
pub fn set_workbook_cursor(self, input: Option<i64>) -> Self
The updated workbook cursor after deleting the rows from the table.
sourcepub fn get_workbook_cursor(&self) -> &Option<i64>
pub fn get_workbook_cursor(&self) -> &Option<i64>
The updated workbook cursor after deleting the rows from the table.
sourcepub fn failed_batch_items(self, input: FailedBatchItem) -> Self
pub fn failed_batch_items(self, input: FailedBatchItem) -> Self
Appends an item to failed_batch_items
.
To override the contents of this collection use set_failed_batch_items
.
The list of row ids in the request that could not be deleted from the table. Each element in this list contains one row id from the request that could not be deleted along with the reason why that item could not be deleted.
sourcepub fn set_failed_batch_items(self, input: Option<Vec<FailedBatchItem>>) -> Self
pub fn set_failed_batch_items(self, input: Option<Vec<FailedBatchItem>>) -> Self
The list of row ids in the request that could not be deleted from the table. Each element in this list contains one row id from the request that could not be deleted along with the reason why that item could not be deleted.
sourcepub fn get_failed_batch_items(&self) -> &Option<Vec<FailedBatchItem>>
pub fn get_failed_batch_items(&self) -> &Option<Vec<FailedBatchItem>>
The list of row ids in the request that could not be deleted from the table. Each element in this list contains one row id from the request that could not be deleted along with the reason why that item could not be deleted.
sourcepub fn build(self) -> BatchDeleteTableRowsOutput
pub fn build(self) -> BatchDeleteTableRowsOutput
Consumes the builder and constructs a BatchDeleteTableRowsOutput
.
Trait Implementations§
source§impl Clone for BatchDeleteTableRowsOutputBuilder
impl Clone for BatchDeleteTableRowsOutputBuilder
source§fn clone(&self) -> BatchDeleteTableRowsOutputBuilder
fn clone(&self) -> BatchDeleteTableRowsOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for BatchDeleteTableRowsOutputBuilder
impl Default for BatchDeleteTableRowsOutputBuilder
source§fn default() -> BatchDeleteTableRowsOutputBuilder
fn default() -> BatchDeleteTableRowsOutputBuilder
source§impl PartialEq for BatchDeleteTableRowsOutputBuilder
impl PartialEq for BatchDeleteTableRowsOutputBuilder
source§fn eq(&self, other: &BatchDeleteTableRowsOutputBuilder) -> bool
fn eq(&self, other: &BatchDeleteTableRowsOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.