Struct aws_sdk_chimesdkidentity::operation::create_app_instance_bot::builders::CreateAppInstanceBotInputBuilder
source · #[non_exhaustive]pub struct CreateAppInstanceBotInputBuilder { /* private fields */ }Expand description
A builder for CreateAppInstanceBotInput.
Implementations§
source§impl CreateAppInstanceBotInputBuilder
impl CreateAppInstanceBotInputBuilder
sourcepub fn app_instance_arn(self, input: impl Into<String>) -> Self
pub fn app_instance_arn(self, input: impl Into<String>) -> Self
The ARN of the AppInstance request.
sourcepub fn set_app_instance_arn(self, input: Option<String>) -> Self
pub fn set_app_instance_arn(self, input: Option<String>) -> Self
The ARN of the AppInstance request.
sourcepub fn get_app_instance_arn(&self) -> &Option<String>
pub fn get_app_instance_arn(&self) -> &Option<String>
The ARN of the AppInstance request.
sourcepub fn metadata(self, input: impl Into<String>) -> Self
pub fn metadata(self, input: impl Into<String>) -> Self
The request metadata. Limited to a 1KB string in UTF-8.
sourcepub fn set_metadata(self, input: Option<String>) -> Self
pub fn set_metadata(self, input: Option<String>) -> Self
The request metadata. Limited to a 1KB string in UTF-8.
sourcepub fn get_metadata(&self) -> &Option<String>
pub fn get_metadata(&self) -> &Option<String>
The request metadata. Limited to a 1KB string in UTF-8.
sourcepub fn client_request_token(self, input: impl Into<String>) -> Self
pub fn client_request_token(self, input: impl Into<String>) -> Self
The unique ID for the client making the request. Use different tokens for different AppInstanceBots.
sourcepub fn set_client_request_token(self, input: Option<String>) -> Self
pub fn set_client_request_token(self, input: Option<String>) -> Self
The unique ID for the client making the request. Use different tokens for different AppInstanceBots.
sourcepub fn get_client_request_token(&self) -> &Option<String>
pub fn get_client_request_token(&self) -> &Option<String>
The unique ID for the client making the request. Use different tokens for different AppInstanceBots.
Appends an item to tags.
To override the contents of this collection use set_tags.
The tags assigned to the AppInstanceBot.
The tags assigned to the AppInstanceBot.
The tags assigned to the AppInstanceBot.
sourcepub fn configuration(self, input: Configuration) -> Self
pub fn configuration(self, input: Configuration) -> Self
Configuration information about the Amazon Lex V2 V2 bot.
This field is required.sourcepub fn set_configuration(self, input: Option<Configuration>) -> Self
pub fn set_configuration(self, input: Option<Configuration>) -> Self
Configuration information about the Amazon Lex V2 V2 bot.
sourcepub fn get_configuration(&self) -> &Option<Configuration>
pub fn get_configuration(&self) -> &Option<Configuration>
Configuration information about the Amazon Lex V2 V2 bot.
sourcepub fn build(self) -> Result<CreateAppInstanceBotInput, BuildError>
pub fn build(self) -> Result<CreateAppInstanceBotInput, BuildError>
Consumes the builder and constructs a CreateAppInstanceBotInput.
source§impl CreateAppInstanceBotInputBuilder
impl CreateAppInstanceBotInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateAppInstanceBotOutput, SdkError<CreateAppInstanceBotError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateAppInstanceBotOutput, SdkError<CreateAppInstanceBotError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateAppInstanceBotInputBuilder
impl Clone for CreateAppInstanceBotInputBuilder
source§fn clone(&self) -> CreateAppInstanceBotInputBuilder
fn clone(&self) -> CreateAppInstanceBotInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateAppInstanceBotInputBuilder
impl Default for CreateAppInstanceBotInputBuilder
source§fn default() -> CreateAppInstanceBotInputBuilder
fn default() -> CreateAppInstanceBotInputBuilder
source§impl PartialEq for CreateAppInstanceBotInputBuilder
impl PartialEq for CreateAppInstanceBotInputBuilder
source§fn eq(&self, other: &CreateAppInstanceBotInputBuilder) -> bool
fn eq(&self, other: &CreateAppInstanceBotInputBuilder) -> bool
self and other values to be equal, and is used
by ==.