Struct aws_sdk_iot::input::create_thing_input::Builder
source ·
[−]#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for CreateThingInput
Implementations
The name of the thing to create.
You can't change a thing's name after you create it. To change a thing's name, you must create a new thing, give it the new name, and then delete the old thing.
The name of the thing to create.
You can't change a thing's name after you create it. To change a thing's name, you must create a new thing, give it the new name, and then delete the old thing.
The name of the thing type associated with the new thing.
The name of the thing type associated with the new thing.
The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\"attributes\":{\"string1\":\"string2\"}}
The attribute payload, which consists of up to three name/value pairs in a JSON document. For example:
{\"attributes\":{\"string1\":\"string2\"}}
The name of the billing group the thing will be added to.
The name of the billing group the thing will be added to.
Consumes the builder and constructs a CreateThingInput
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
