Struct aws_sdk_chimesdkidentity::operation::update_app_instance_bot::builders::UpdateAppInstanceBotFluentBuilder
source · pub struct UpdateAppInstanceBotFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateAppInstanceBot.
Updates the name and metadata of an AppInstanceBot.
Implementations§
source§impl UpdateAppInstanceBotFluentBuilder
impl UpdateAppInstanceBotFluentBuilder
sourcepub fn as_input(&self) -> &UpdateAppInstanceBotInputBuilder
pub fn as_input(&self) -> &UpdateAppInstanceBotInputBuilder
Access the UpdateAppInstanceBot as a reference.
sourcepub async fn send(
self
) -> Result<UpdateAppInstanceBotOutput, SdkError<UpdateAppInstanceBotError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateAppInstanceBotOutput, SdkError<UpdateAppInstanceBotError, 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<UpdateAppInstanceBotOutput, UpdateAppInstanceBotError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateAppInstanceBotOutput, UpdateAppInstanceBotError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn app_instance_bot_arn(self, input: impl Into<String>) -> Self
pub fn app_instance_bot_arn(self, input: impl Into<String>) -> Self
The ARN of the AppInstanceBot.
sourcepub fn set_app_instance_bot_arn(self, input: Option<String>) -> Self
pub fn set_app_instance_bot_arn(self, input: Option<String>) -> Self
The ARN of the AppInstanceBot.
sourcepub fn get_app_instance_bot_arn(&self) -> &Option<String>
pub fn get_app_instance_bot_arn(&self) -> &Option<String>
The ARN of the AppInstanceBot.
sourcepub fn set_metadata(self, input: Option<String>) -> Self
pub fn set_metadata(self, input: Option<String>) -> Self
The metadata of the AppInstanceBot.
sourcepub fn get_metadata(&self) -> &Option<String>
pub fn get_metadata(&self) -> &Option<String>
The metadata of the AppInstanceBot.
sourcepub fn configuration(self, input: Configuration) -> Self
pub fn configuration(self, input: Configuration) -> Self
The configuration for the bot update.
sourcepub fn set_configuration(self, input: Option<Configuration>) -> Self
pub fn set_configuration(self, input: Option<Configuration>) -> Self
The configuration for the bot update.
sourcepub fn get_configuration(&self) -> &Option<Configuration>
pub fn get_configuration(&self) -> &Option<Configuration>
The configuration for the bot update.
Trait Implementations§
source§impl Clone for UpdateAppInstanceBotFluentBuilder
impl Clone for UpdateAppInstanceBotFluentBuilder
source§fn clone(&self) -> UpdateAppInstanceBotFluentBuilder
fn clone(&self) -> UpdateAppInstanceBotFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more