// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`UpdateLaunchProfileMember`](crate::operation::update_launch_profile_member::builders::UpdateLaunchProfileMemberFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`client_token(impl Into<String>)`](crate::operation::update_launch_profile_member::builders::UpdateLaunchProfileMemberFluentBuilder::client_token) / [`set_client_token(Option<String>)`](crate::operation::update_launch_profile_member::builders::UpdateLaunchProfileMemberFluentBuilder::set_client_token):<br>required: **false**<br><p>Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.</p><br>
/// - [`launch_profile_id(impl Into<String>)`](crate::operation::update_launch_profile_member::builders::UpdateLaunchProfileMemberFluentBuilder::launch_profile_id) / [`set_launch_profile_id(Option<String>)`](crate::operation::update_launch_profile_member::builders::UpdateLaunchProfileMemberFluentBuilder::set_launch_profile_id):<br>required: **true**<br><p>The ID of the launch profile used to control access from the streaming session.</p><br>
/// - [`persona(LaunchProfilePersona)`](crate::operation::update_launch_profile_member::builders::UpdateLaunchProfileMemberFluentBuilder::persona) / [`set_persona(Option<LaunchProfilePersona>)`](crate::operation::update_launch_profile_member::builders::UpdateLaunchProfileMemberFluentBuilder::set_persona):<br>required: **true**<br><p>The persona.</p><br>
/// - [`principal_id(impl Into<String>)`](crate::operation::update_launch_profile_member::builders::UpdateLaunchProfileMemberFluentBuilder::principal_id) / [`set_principal_id(Option<String>)`](crate::operation::update_launch_profile_member::builders::UpdateLaunchProfileMemberFluentBuilder::set_principal_id):<br>required: **true**<br><p>The principal ID. This currently supports a IAM Identity Center UserId. </p><br>
/// - [`studio_id(impl Into<String>)`](crate::operation::update_launch_profile_member::builders::UpdateLaunchProfileMemberFluentBuilder::studio_id) / [`set_studio_id(Option<String>)`](crate::operation::update_launch_profile_member::builders::UpdateLaunchProfileMemberFluentBuilder::set_studio_id):<br>required: **true**<br><p>The studio ID. </p><br>
/// - On success, responds with [`UpdateLaunchProfileMemberOutput`](crate::operation::update_launch_profile_member::UpdateLaunchProfileMemberOutput) with field(s):
/// - [`member(Option<LaunchProfileMembership>)`](crate::operation::update_launch_profile_member::UpdateLaunchProfileMemberOutput::member): <p>The updated member. </p>
/// - On failure, responds with [`SdkError<UpdateLaunchProfileMemberError>`](crate::operation::update_launch_profile_member::UpdateLaunchProfileMemberError)
pub fn update_launch_profile_member(&self) -> crate::operation::update_launch_profile_member::builders::UpdateLaunchProfileMemberFluentBuilder {
crate::operation::update_launch_profile_member::builders::UpdateLaunchProfileMemberFluentBuilder::new(self.handle.clone())
}
}