Struct aws_sdk_dynamodb::model::BatchStatementRequest
source · #[non_exhaustive]pub struct BatchStatementRequest { /* private fields */ }
Expand description
A PartiQL batch statement request.
Implementations§
source§impl BatchStatementRequest
impl BatchStatementRequest
sourcepub fn parameters(&self) -> Option<&[AttributeValue]>
pub fn parameters(&self) -> Option<&[AttributeValue]>
The parameters associated with a PartiQL statement in the batch request.
sourcepub fn consistent_read(&self) -> Option<bool>
pub fn consistent_read(&self) -> Option<bool>
The read consistency of the PartiQL batch request.
source§impl BatchStatementRequest
impl BatchStatementRequest
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchStatementRequest
.
Trait Implementations§
source§impl Clone for BatchStatementRequest
impl Clone for BatchStatementRequest
source§fn clone(&self) -> BatchStatementRequest
fn clone(&self) -> BatchStatementRequest
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