// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`PutLaunchProfileMembers`](crate::operation::put_launch_profile_members::builders::PutLaunchProfileMembersFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`client_token(impl Into<String>)`](crate::operation::put_launch_profile_members::builders::PutLaunchProfileMembersFluentBuilder::client_token) / [`set_client_token(Option<String>)`](crate::operation::put_launch_profile_members::builders::PutLaunchProfileMembersFluentBuilder::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>
/// - [`identity_store_id(impl Into<String>)`](crate::operation::put_launch_profile_members::builders::PutLaunchProfileMembersFluentBuilder::identity_store_id) / [`set_identity_store_id(Option<String>)`](crate::operation::put_launch_profile_members::builders::PutLaunchProfileMembersFluentBuilder::set_identity_store_id):<br>required: **true**<br><p>The ID of the identity store.</p><br>
/// - [`launch_profile_id(impl Into<String>)`](crate::operation::put_launch_profile_members::builders::PutLaunchProfileMembersFluentBuilder::launch_profile_id) / [`set_launch_profile_id(Option<String>)`](crate::operation::put_launch_profile_members::builders::PutLaunchProfileMembersFluentBuilder::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>
/// - [`members(NewLaunchProfileMember)`](crate::operation::put_launch_profile_members::builders::PutLaunchProfileMembersFluentBuilder::members) / [`set_members(Option<Vec::<NewLaunchProfileMember>>)`](crate::operation::put_launch_profile_members::builders::PutLaunchProfileMembersFluentBuilder::set_members):<br>required: **true**<br><p>A list of members.</p><br>
/// - [`studio_id(impl Into<String>)`](crate::operation::put_launch_profile_members::builders::PutLaunchProfileMembersFluentBuilder::studio_id) / [`set_studio_id(Option<String>)`](crate::operation::put_launch_profile_members::builders::PutLaunchProfileMembersFluentBuilder::set_studio_id):<br>required: **true**<br><p>The studio ID. </p><br>
/// - On success, responds with [`PutLaunchProfileMembersOutput`](crate::operation::put_launch_profile_members::PutLaunchProfileMembersOutput)
/// - On failure, responds with [`SdkError<PutLaunchProfileMembersError>`](crate::operation::put_launch_profile_members::PutLaunchProfileMembersError)
pub fn put_launch_profile_members(&self) -> crate::operation::put_launch_profile_members::builders::PutLaunchProfileMembersFluentBuilder {
crate::operation::put_launch_profile_members::builders::PutLaunchProfileMembersFluentBuilder::new(self.handle.clone())
}
}