// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DeleteRoleMembership`](crate::operation::delete_role_membership::builders::DeleteRoleMembershipFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`member_name(impl Into<String>)`](crate::operation::delete_role_membership::builders::DeleteRoleMembershipFluentBuilder::member_name) / [`set_member_name(Option<String>)`](crate::operation::delete_role_membership::builders::DeleteRoleMembershipFluentBuilder::set_member_name):<br>required: **true**<br><p>The name of the group.</p><br>
/// - [`role(Role)`](crate::operation::delete_role_membership::builders::DeleteRoleMembershipFluentBuilder::role) / [`set_role(Option<Role>)`](crate::operation::delete_role_membership::builders::DeleteRoleMembershipFluentBuilder::set_role):<br>required: **true**<br><p>The role that you want to remove permissions from.</p><br>
/// - [`aws_account_id(impl Into<String>)`](crate::operation::delete_role_membership::builders::DeleteRoleMembershipFluentBuilder::aws_account_id) / [`set_aws_account_id(Option<String>)`](crate::operation::delete_role_membership::builders::DeleteRoleMembershipFluentBuilder::set_aws_account_id):<br>required: **true**<br><p>The ID for the Amazon Web Services account that you want to create a group in. The Amazon Web Services account ID that you provide must be the same Amazon Web Services account that contains your Amazon QuickSight account.</p><br>
/// - [`namespace(impl Into<String>)`](crate::operation::delete_role_membership::builders::DeleteRoleMembershipFluentBuilder::namespace) / [`set_namespace(Option<String>)`](crate::operation::delete_role_membership::builders::DeleteRoleMembershipFluentBuilder::set_namespace):<br>required: **true**<br><p>The namespace that contains the role.</p><br>
/// - On success, responds with [`DeleteRoleMembershipOutput`](crate::operation::delete_role_membership::DeleteRoleMembershipOutput) with field(s):
/// - [`request_id(Option<String>)`](crate::operation::delete_role_membership::DeleteRoleMembershipOutput::request_id): <p>The Amazon Web Services request ID for this operation.</p>
/// - [`status(i32)`](crate::operation::delete_role_membership::DeleteRoleMembershipOutput::status): <p>The HTTP status of the request.</p>
/// - On failure, responds with [`SdkError<DeleteRoleMembershipError>`](crate::operation::delete_role_membership::DeleteRoleMembershipError)
pub fn delete_role_membership(&self) -> crate::operation::delete_role_membership::builders::DeleteRoleMembershipFluentBuilder {
crate::operation::delete_role_membership::builders::DeleteRoleMembershipFluentBuilder::new(self.handle.clone())
}
}