aws_sdk_workspacesweb/client/disassociate_trust_store.rs
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
/// Constructs a fluent builder for the [`DisassociateTrustStore`](crate::operation::disassociate_trust_store::builders::DisassociateTrustStoreFluentBuilder) operation.
///
/// - The fluent builder is configurable:
/// - [`portal_arn(impl Into<String>)`](crate::operation::disassociate_trust_store::builders::DisassociateTrustStoreFluentBuilder::portal_arn) / [`set_portal_arn(Option<String>)`](crate::operation::disassociate_trust_store::builders::DisassociateTrustStoreFluentBuilder::set_portal_arn):<br>required: **true**<br><p>The ARN of the web portal.</p><br>
/// - On success, responds with [`DisassociateTrustStoreOutput`](crate::operation::disassociate_trust_store::DisassociateTrustStoreOutput)
/// - On failure, responds with [`SdkError<DisassociateTrustStoreError>`](crate::operation::disassociate_trust_store::DisassociateTrustStoreError)
pub fn disassociate_trust_store(&self) -> crate::operation::disassociate_trust_store::builders::DisassociateTrustStoreFluentBuilder {
crate::operation::disassociate_trust_store::builders::DisassociateTrustStoreFluentBuilder::new(self.handle.clone())
}
}