Struct aws_sdk_dynamodb::input::transact_get_items_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for TransactGetItemsInput
Implementations
Appends an item to transact_items.
To override the contents of this collection use set_transact_items.
An ordered array of up to 25 TransactGetItem objects, each of which
contains a Get structure.
An ordered array of up to 25 TransactGetItem objects, each of which
contains a Get structure.
A value of TOTAL causes consumed capacity information to be returned, and
a value of NONE prevents that information from being returned. No other
value is valid.
A value of TOTAL causes consumed capacity information to be returned, and
a value of NONE prevents that information from being returned. No other
value is valid.
Consumes the builder and constructs a TransactGetItemsInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more