Struct aws_sdk_lexmodelsv2::model::bot_locale_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for BotLocaleSummary
Implementations
The language and locale of the bot locale.
The language and locale of the bot locale.
The name of the bot locale.
The name of the bot locale.
The description of the bot locale.
The description of the bot locale.
The current status of the bot locale. When the status is Built the locale is ready for use.
The current status of the bot locale. When the status is Built the locale is ready for use.
A timestamp of the date and time that the bot locale was last updated.
A timestamp of the date and time that the bot locale was last updated.
A timestamp of the date and time that the bot locale was last built.
A timestamp of the date and time that the bot locale was last built.
Consumes the builder and constructs a BotLocaleSummary
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
