Struct aws_sdk_lexmodelsv2::model::bot_version_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for BotVersionSummary
Implementations
The name of the bot associated with the version.
The name of the bot associated with the version.
The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..
The numeric version of the bot, or DRAFT to indicate that this is the version of the bot that can be updated..
The description of the version.
The description of the version.
The status of the bot. When the status is available, the version of the bot is ready for use.
The status of the bot. When the status is available, the version of the bot is ready for use.
A timestamp of the date and time that the version was created.
A timestamp of the date and time that the version was created.
Consumes the builder and constructs a BotVersionSummary
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
