Struct aws_sdk_lexmodelsv2::operation::delete_bot_locale::builders::DeleteBotLocaleOutputBuilder
source · #[non_exhaustive]pub struct DeleteBotLocaleOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteBotLocaleOutput
.
Implementations§
source§impl DeleteBotLocaleOutputBuilder
impl DeleteBotLocaleOutputBuilder
sourcepub fn bot_id(self, input: impl Into<String>) -> Self
pub fn bot_id(self, input: impl Into<String>) -> Self
The identifier of the bot that contained the deleted locale.
sourcepub fn set_bot_id(self, input: Option<String>) -> Self
pub fn set_bot_id(self, input: Option<String>) -> Self
The identifier of the bot that contained the deleted locale.
sourcepub fn get_bot_id(&self) -> &Option<String>
pub fn get_bot_id(&self) -> &Option<String>
The identifier of the bot that contained the deleted locale.
sourcepub fn bot_version(self, input: impl Into<String>) -> Self
pub fn bot_version(self, input: impl Into<String>) -> Self
The version of the bot that contained the deleted locale.
sourcepub fn set_bot_version(self, input: Option<String>) -> Self
pub fn set_bot_version(self, input: Option<String>) -> Self
The version of the bot that contained the deleted locale.
sourcepub fn get_bot_version(&self) -> &Option<String>
pub fn get_bot_version(&self) -> &Option<String>
The version of the bot that contained the deleted locale.
sourcepub fn locale_id(self, input: impl Into<String>) -> Self
pub fn locale_id(self, input: impl Into<String>) -> Self
The language and locale of the deleted locale.
sourcepub fn set_locale_id(self, input: Option<String>) -> Self
pub fn set_locale_id(self, input: Option<String>) -> Self
The language and locale of the deleted locale.
sourcepub fn get_locale_id(&self) -> &Option<String>
pub fn get_locale_id(&self) -> &Option<String>
The language and locale of the deleted locale.
sourcepub fn bot_locale_status(self, input: BotLocaleStatus) -> Self
pub fn bot_locale_status(self, input: BotLocaleStatus) -> Self
The status of deleting the bot locale. The locale first enters the Deleting
status. Once the locale is deleted it no longer appears in the list of locales for the bot.
sourcepub fn set_bot_locale_status(self, input: Option<BotLocaleStatus>) -> Self
pub fn set_bot_locale_status(self, input: Option<BotLocaleStatus>) -> Self
The status of deleting the bot locale. The locale first enters the Deleting
status. Once the locale is deleted it no longer appears in the list of locales for the bot.
sourcepub fn get_bot_locale_status(&self) -> &Option<BotLocaleStatus>
pub fn get_bot_locale_status(&self) -> &Option<BotLocaleStatus>
The status of deleting the bot locale. The locale first enters the Deleting
status. Once the locale is deleted it no longer appears in the list of locales for the bot.
sourcepub fn build(self) -> DeleteBotLocaleOutput
pub fn build(self) -> DeleteBotLocaleOutput
Consumes the builder and constructs a DeleteBotLocaleOutput
.
Trait Implementations§
source§impl Clone for DeleteBotLocaleOutputBuilder
impl Clone for DeleteBotLocaleOutputBuilder
source§fn clone(&self) -> DeleteBotLocaleOutputBuilder
fn clone(&self) -> DeleteBotLocaleOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DeleteBotLocaleOutputBuilder
impl Debug for DeleteBotLocaleOutputBuilder
source§impl Default for DeleteBotLocaleOutputBuilder
impl Default for DeleteBotLocaleOutputBuilder
source§fn default() -> DeleteBotLocaleOutputBuilder
fn default() -> DeleteBotLocaleOutputBuilder
source§impl PartialEq for DeleteBotLocaleOutputBuilder
impl PartialEq for DeleteBotLocaleOutputBuilder
source§fn eq(&self, other: &DeleteBotLocaleOutputBuilder) -> bool
fn eq(&self, other: &DeleteBotLocaleOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.