Struct aws_sdk_iot::types::builders::PutItemInputBuilder
source · #[non_exhaustive]pub struct PutItemInputBuilder { /* private fields */ }
Expand description
A builder for PutItemInput
.
Implementations§
source§impl PutItemInputBuilder
impl PutItemInputBuilder
sourcepub fn table_name(self, input: impl Into<String>) -> Self
pub fn table_name(self, input: impl Into<String>) -> Self
The table where the message data will be written.
sourcepub fn set_table_name(self, input: Option<String>) -> Self
pub fn set_table_name(self, input: Option<String>) -> Self
The table where the message data will be written.
sourcepub fn build(self) -> PutItemInput
pub fn build(self) -> PutItemInput
Consumes the builder and constructs a PutItemInput
.
Trait Implementations§
source§impl Clone for PutItemInputBuilder
impl Clone for PutItemInputBuilder
source§fn clone(&self) -> PutItemInputBuilder
fn clone(&self) -> PutItemInputBuilder
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 moresource§impl Debug for PutItemInputBuilder
impl Debug for PutItemInputBuilder
source§impl Default for PutItemInputBuilder
impl Default for PutItemInputBuilder
source§fn default() -> PutItemInputBuilder
fn default() -> PutItemInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<PutItemInputBuilder> for PutItemInputBuilder
impl PartialEq<PutItemInputBuilder> for PutItemInputBuilder
source§fn eq(&self, other: &PutItemInputBuilder) -> bool
fn eq(&self, other: &PutItemInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.