1
2
3
4
5
6
7
8
9
10
11
12
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
impl super::Client {
    /// Constructs a fluent builder for the [`PutAccountVdmAttributes`](crate::operation::put_account_vdm_attributes::builders::PutAccountVdmAttributesFluentBuilder) operation.
    ///
    /// - The fluent builder is configurable:
    ///   - [`vdm_attributes(VdmAttributes)`](crate::operation::put_account_vdm_attributes::builders::PutAccountVdmAttributesFluentBuilder::vdm_attributes) / [`set_vdm_attributes(Option<VdmAttributes>)`](crate::operation::put_account_vdm_attributes::builders::PutAccountVdmAttributesFluentBuilder::set_vdm_attributes):<br>required: **true**<br><p>The VDM attributes that you wish to apply to your Amazon SES account.</p><br>
    /// - On success, responds with [`PutAccountVdmAttributesOutput`](crate::operation::put_account_vdm_attributes::PutAccountVdmAttributesOutput)
    /// - On failure, responds with [`SdkError<PutAccountVdmAttributesError>`](crate::operation::put_account_vdm_attributes::PutAccountVdmAttributesError)
    pub fn put_account_vdm_attributes(&self) -> crate::operation::put_account_vdm_attributes::builders::PutAccountVdmAttributesFluentBuilder {
        crate::operation::put_account_vdm_attributes::builders::PutAccountVdmAttributesFluentBuilder::new(self.handle.clone())
    }
}