1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`PutNotificationSettings`](crate::operation::put_notification_settings::builders::PutNotificationSettingsFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`trust_anchor_id(impl Into<String>)`](crate::operation::put_notification_settings::builders::PutNotificationSettingsFluentBuilder::trust_anchor_id) / [`set_trust_anchor_id(Option<String>)`](crate::operation::put_notification_settings::builders::PutNotificationSettingsFluentBuilder::set_trust_anchor_id):<br>required: **true**<br><p>The unique identifier of the trust anchor.</p><br>
    ///   - [`notification_settings(NotificationSetting)`](crate::operation::put_notification_settings::builders::PutNotificationSettingsFluentBuilder::notification_settings) / [`set_notification_settings(Option<Vec::<NotificationSetting>>)`](crate::operation::put_notification_settings::builders::PutNotificationSettingsFluentBuilder::set_notification_settings):<br>required: **true**<br><p>A list of notification settings to be associated to the trust anchor.</p><br>
    /// - On success, responds with [`PutNotificationSettingsOutput`](crate::operation::put_notification_settings::PutNotificationSettingsOutput) with field(s):
    ///   - [`trust_anchor(Option<TrustAnchorDetail>)`](crate::operation::put_notification_settings::PutNotificationSettingsOutput::trust_anchor): <p>The state of the trust anchor after a read or write operation.</p>
    /// - On failure, responds with [`SdkError<PutNotificationSettingsError>`](crate::operation::put_notification_settings::PutNotificationSettingsError)
    pub fn put_notification_settings(&self) -> crate::operation::put_notification_settings::builders::PutNotificationSettingsFluentBuilder {
        crate::operation::put_notification_settings::builders::PutNotificationSettingsFluentBuilder::new(self.handle.clone())
    }
}