aws_sdk_sesv2/client/
put_account_vdm_attributes.rs

1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2impl super::Client {
3    /// Constructs a fluent builder for the [`PutAccountVdmAttributes`](crate::operation::put_account_vdm_attributes::builders::PutAccountVdmAttributesFluentBuilder) operation.
4    ///
5    /// - The fluent builder is configurable:
6    ///   - [`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>
7    /// - On success, responds with [`PutAccountVdmAttributesOutput`](crate::operation::put_account_vdm_attributes::PutAccountVdmAttributesOutput)
8    /// - On failure, responds with [`SdkError<PutAccountVdmAttributesError>`](crate::operation::put_account_vdm_attributes::PutAccountVdmAttributesError)
9    pub fn put_account_vdm_attributes(&self) -> crate::operation::put_account_vdm_attributes::builders::PutAccountVdmAttributesFluentBuilder {
10        crate::operation::put_account_vdm_attributes::builders::PutAccountVdmAttributesFluentBuilder::new(self.handle.clone())
11    }
12}