Struct aws_sdk_lexmodelsv2::operation::describe_bot_alias::builders::DescribeBotAliasFluentBuilder
source · pub struct DescribeBotAliasFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DescribeBotAlias.
Get information about a specific bot alias.
Implementations§
source§impl DescribeBotAliasFluentBuilder
impl DescribeBotAliasFluentBuilder
sourcepub fn as_input(&self) -> &DescribeBotAliasInputBuilder
pub fn as_input(&self) -> &DescribeBotAliasInputBuilder
Access the DescribeBotAlias as a reference.
sourcepub async fn send(
self
) -> Result<DescribeBotAliasOutput, SdkError<DescribeBotAliasError, HttpResponse>>
pub async fn send( self ) -> Result<DescribeBotAliasOutput, SdkError<DescribeBotAliasError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DescribeBotAliasOutput, DescribeBotAliasError, Self>
pub fn customize( self ) -> CustomizableOperation<DescribeBotAliasOutput, DescribeBotAliasError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn bot_alias_id(self, input: impl Into<String>) -> Self
pub fn bot_alias_id(self, input: impl Into<String>) -> Self
The identifier of the bot alias to describe.
sourcepub fn set_bot_alias_id(self, input: Option<String>) -> Self
pub fn set_bot_alias_id(self, input: Option<String>) -> Self
The identifier of the bot alias to describe.
sourcepub fn get_bot_alias_id(&self) -> &Option<String>
pub fn get_bot_alias_id(&self) -> &Option<String>
The identifier of the bot alias to describe.
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 associated with the bot alias to describe.
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 associated with the bot alias to describe.
sourcepub fn get_bot_id(&self) -> &Option<String>
pub fn get_bot_id(&self) -> &Option<String>
The identifier of the bot associated with the bot alias to describe.
Trait Implementations§
source§impl Clone for DescribeBotAliasFluentBuilder
impl Clone for DescribeBotAliasFluentBuilder
source§fn clone(&self) -> DescribeBotAliasFluentBuilder
fn clone(&self) -> DescribeBotAliasFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more