Struct aws_sdk_dynamodb::output::get_item_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for GetItemOutput
Implementations
Adds a key-value pair to item
.
To override the contents of this collection use set_item
.
A map of attribute names to AttributeValue
objects, as specified by
ProjectionExpression
.
A map of attribute names to AttributeValue
objects, as specified by
ProjectionExpression
.
The capacity units consumed by the GetItem
operation. The data returned
includes the total provisioned throughput consumed, along with statistics for the table
and any indexes involved in the operation. ConsumedCapacity
is only
returned if the ReturnConsumedCapacity
parameter was specified. For more
information, see Read/Write Capacity Mode in the Amazon DynamoDB Developer
Guide.
The capacity units consumed by the GetItem
operation. The data returned
includes the total provisioned throughput consumed, along with statistics for the table
and any indexes involved in the operation. ConsumedCapacity
is only
returned if the ReturnConsumedCapacity
parameter was specified. For more
information, see Read/Write Capacity Mode in the Amazon DynamoDB Developer
Guide.
Consumes the builder and constructs a GetItemOutput
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