Struct aws_sdk_iot1clickprojects::model::project_description::Builder   [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ProjectDescription
Implementations
The name of the project for which to obtain information from.
The name of the project for which to obtain information from.
The description of the project.
The description of the project.
The date when the project was originally created, in UNIX epoch time format.
The date when the project was originally created, in UNIX epoch time format.
The date when the project was last updated, in UNIX epoch time format. If the project was
not updated, then createdDate and updatedDate are the same.
The date when the project was last updated, in UNIX epoch time format. If the project was
not updated, then createdDate and updatedDate are the same.
An object describing the project's placement specifications.
An object describing the project's placement specifications.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
The tags (metadata key/value pairs) associated with the project.
The tags (metadata key/value pairs) associated with the project.
Consumes the builder and constructs a ProjectDescription
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
