Struct aws_sdk_iot1clickprojects::model::project_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for ProjectSummary
Implementations
The name of the project being summarized.
The name of the project being summarized.
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.
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 ProjectSummary
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
