Struct aws_sdk_chimesdkidentity::operation::create_app_instance::builders::CreateAppInstanceInputBuilder
source · #[non_exhaustive]pub struct CreateAppInstanceInputBuilder { /* private fields */ }Expand description
A builder for CreateAppInstanceInput.
Implementations§
source§impl CreateAppInstanceInputBuilder
impl CreateAppInstanceInputBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name of the AppInstance.
sourcepub fn metadata(self, input: impl Into<String>) -> Self
pub fn metadata(self, input: impl Into<String>) -> Self
The metadata of the AppInstance. 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 metadata of the AppInstance. Limited to a 1KB string in UTF-8.
sourcepub fn get_metadata(&self) -> &Option<String>
pub fn get_metadata(&self) -> &Option<String>
The metadata of the AppInstance. 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 of the request. Use different tokens to create different AppInstances.
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 of the request. Use different tokens to create different AppInstances.
sourcepub fn get_client_request_token(&self) -> &Option<String>
pub fn get_client_request_token(&self) -> &Option<String>
The unique ID of the request. Use different tokens to create different AppInstances.
Appends an item to tags.
To override the contents of this collection use set_tags.
Tags assigned to the AppInstance.
Tags assigned to the AppInstance.
Tags assigned to the AppInstance.
sourcepub fn build(self) -> Result<CreateAppInstanceInput, BuildError>
pub fn build(self) -> Result<CreateAppInstanceInput, BuildError>
Consumes the builder and constructs a CreateAppInstanceInput.
source§impl CreateAppInstanceInputBuilder
impl CreateAppInstanceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<CreateAppInstanceOutput, SdkError<CreateAppInstanceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<CreateAppInstanceOutput, SdkError<CreateAppInstanceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for CreateAppInstanceInputBuilder
impl Clone for CreateAppInstanceInputBuilder
source§fn clone(&self) -> CreateAppInstanceInputBuilder
fn clone(&self) -> CreateAppInstanceInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateAppInstanceInputBuilder
impl Default for CreateAppInstanceInputBuilder
source§fn default() -> CreateAppInstanceInputBuilder
fn default() -> CreateAppInstanceInputBuilder
source§impl PartialEq for CreateAppInstanceInputBuilder
impl PartialEq for CreateAppInstanceInputBuilder
source§fn eq(&self, other: &CreateAppInstanceInputBuilder) -> bool
fn eq(&self, other: &CreateAppInstanceInputBuilder) -> bool
self and other values to be equal, and is used
by ==.