Struct aws_sdk_dynamodb::model::BatchStatementResponse
source · #[non_exhaustive]pub struct BatchStatementResponse { /* private fields */ }
Expand description
A PartiQL batch statement response..
Implementations§
source§impl BatchStatementResponse
impl BatchStatementResponse
sourcepub fn error(&self) -> Option<&BatchStatementError>
pub fn error(&self) -> Option<&BatchStatementError>
The error associated with a failed PartiQL batch statement.
sourcepub fn table_name(&self) -> Option<&str>
pub fn table_name(&self) -> Option<&str>
The table name associated with a failed PartiQL batch statement.
source§impl BatchStatementResponse
impl BatchStatementResponse
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchStatementResponse
.
Trait Implementations§
source§impl Clone for BatchStatementResponse
impl Clone for BatchStatementResponse
source§fn clone(&self) -> BatchStatementResponse
fn clone(&self) -> BatchStatementResponse
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