aws_sdk_voiceid/client/disassociate_fraudster.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DisassociateFraudster`](crate::operation::disassociate_fraudster::builders::DisassociateFraudsterFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`domain_id(impl Into<String>)`](crate::operation::disassociate_fraudster::builders::DisassociateFraudsterFluentBuilder::domain_id) / [`set_domain_id(Option<String>)`](crate::operation::disassociate_fraudster::builders::DisassociateFraudsterFluentBuilder::set_domain_id):<br>required: **true**<br><p>The identifier of the domain that contains the fraudster.</p><br>
/// - [`watchlist_id(impl Into<String>)`](crate::operation::disassociate_fraudster::builders::DisassociateFraudsterFluentBuilder::watchlist_id) / [`set_watchlist_id(Option<String>)`](crate::operation::disassociate_fraudster::builders::DisassociateFraudsterFluentBuilder::set_watchlist_id):<br>required: **true**<br><p>The identifier of the watchlist that you want to disassociate from the fraudster.</p><br>
/// - [`fraudster_id(impl Into<String>)`](crate::operation::disassociate_fraudster::builders::DisassociateFraudsterFluentBuilder::fraudster_id) / [`set_fraudster_id(Option<String>)`](crate::operation::disassociate_fraudster::builders::DisassociateFraudsterFluentBuilder::set_fraudster_id):<br>required: **true**<br><p>The identifier of the fraudster to be disassociated from the watchlist.</p><br>
/// - On success, responds with [`DisassociateFraudsterOutput`](crate::operation::disassociate_fraudster::DisassociateFraudsterOutput) with field(s):
/// - [`fraudster(Option<Fraudster>)`](crate::operation::disassociate_fraudster::DisassociateFraudsterOutput::fraudster): <p>Contains all the information about a fraudster.</p>
/// - On failure, responds with [`SdkError<DisassociateFraudsterError>`](crate::operation::disassociate_fraudster::DisassociateFraudsterError)
pub fn disassociate_fraudster(&self) -> crate::operation::disassociate_fraudster::builders::DisassociateFraudsterFluentBuilder {
crate::operation::disassociate_fraudster::builders::DisassociateFraudsterFluentBuilder::new(self.handle.clone())
}
}