Struct aws_sdk_lexmodelsv2::operation::delete_bot_alias::builders::DeleteBotAliasOutputBuilder
source · #[non_exhaustive]pub struct DeleteBotAliasOutputBuilder { /* private fields */ }
Expand description
A builder for DeleteBotAliasOutput
.
Implementations§
source§impl DeleteBotAliasOutputBuilder
impl DeleteBotAliasOutputBuilder
sourcepub fn bot_alias_id(self, input: impl Into<String>) -> Self
pub fn bot_alias_id(self, input: impl Into<String>) -> Self
The unique identifier of the bot alias to delete.
sourcepub fn set_bot_alias_id(self, input: Option<String>) -> Self
pub fn set_bot_alias_id(self, input: Option<String>) -> Self
The unique identifier of the bot alias to delete.
sourcepub fn get_bot_alias_id(&self) -> &Option<String>
pub fn get_bot_alias_id(&self) -> &Option<String>
The unique identifier of the bot alias to delete.
sourcepub fn bot_id(self, input: impl Into<String>) -> Self
pub fn bot_id(self, input: impl Into<String>) -> Self
The unique identifier of the bot that contains the alias to delete.
sourcepub fn set_bot_id(self, input: Option<String>) -> Self
pub fn set_bot_id(self, input: Option<String>) -> Self
The unique identifier of the bot that contains the alias to delete.
sourcepub fn get_bot_id(&self) -> &Option<String>
pub fn get_bot_id(&self) -> &Option<String>
The unique identifier of the bot that contains the alias to delete.
sourcepub fn bot_alias_status(self, input: BotAliasStatus) -> Self
pub fn bot_alias_status(self, input: BotAliasStatus) -> Self
The current status of the alias. The status is Deleting
while the alias is in the process of being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the ListBotAliases
operation.
sourcepub fn set_bot_alias_status(self, input: Option<BotAliasStatus>) -> Self
pub fn set_bot_alias_status(self, input: Option<BotAliasStatus>) -> Self
The current status of the alias. The status is Deleting
while the alias is in the process of being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the ListBotAliases
operation.
sourcepub fn get_bot_alias_status(&self) -> &Option<BotAliasStatus>
pub fn get_bot_alias_status(&self) -> &Option<BotAliasStatus>
The current status of the alias. The status is Deleting
while the alias is in the process of being deleted. Once the alias is deleted, it will no longer appear in the list of aliases returned by the ListBotAliases
operation.
sourcepub fn build(self) -> DeleteBotAliasOutput
pub fn build(self) -> DeleteBotAliasOutput
Consumes the builder and constructs a DeleteBotAliasOutput
.
Trait Implementations§
source§impl Clone for DeleteBotAliasOutputBuilder
impl Clone for DeleteBotAliasOutputBuilder
source§fn clone(&self) -> DeleteBotAliasOutputBuilder
fn clone(&self) -> DeleteBotAliasOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DeleteBotAliasOutputBuilder
impl Debug for DeleteBotAliasOutputBuilder
source§impl Default for DeleteBotAliasOutputBuilder
impl Default for DeleteBotAliasOutputBuilder
source§fn default() -> DeleteBotAliasOutputBuilder
fn default() -> DeleteBotAliasOutputBuilder
source§impl PartialEq for DeleteBotAliasOutputBuilder
impl PartialEq for DeleteBotAliasOutputBuilder
source§fn eq(&self, other: &DeleteBotAliasOutputBuilder) -> bool
fn eq(&self, other: &DeleteBotAliasOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.