Struct aws_sdk_sesv2::operation::put_email_identity_configuration_set_attributes::builders::PutEmailIdentityConfigurationSetAttributesInputBuilder
source · #[non_exhaustive]pub struct PutEmailIdentityConfigurationSetAttributesInputBuilder { /* private fields */ }Expand description
A builder for PutEmailIdentityConfigurationSetAttributesInput.
Implementations§
source§impl PutEmailIdentityConfigurationSetAttributesInputBuilder
impl PutEmailIdentityConfigurationSetAttributesInputBuilder
sourcepub fn email_identity(self, input: impl Into<String>) -> Self
pub fn email_identity(self, input: impl Into<String>) -> Self
The email address or domain to associate with a configuration set.
This field is required.sourcepub fn set_email_identity(self, input: Option<String>) -> Self
pub fn set_email_identity(self, input: Option<String>) -> Self
The email address or domain to associate with a configuration set.
sourcepub fn get_email_identity(&self) -> &Option<String>
pub fn get_email_identity(&self) -> &Option<String>
The email address or domain to associate with a configuration set.
sourcepub fn configuration_set_name(self, input: impl Into<String>) -> Self
pub fn configuration_set_name(self, input: impl Into<String>) -> Self
The configuration set to associate with an email identity.
sourcepub fn set_configuration_set_name(self, input: Option<String>) -> Self
pub fn set_configuration_set_name(self, input: Option<String>) -> Self
The configuration set to associate with an email identity.
sourcepub fn get_configuration_set_name(&self) -> &Option<String>
pub fn get_configuration_set_name(&self) -> &Option<String>
The configuration set to associate with an email identity.
sourcepub fn build(
self
) -> Result<PutEmailIdentityConfigurationSetAttributesInput, BuildError>
pub fn build( self ) -> Result<PutEmailIdentityConfigurationSetAttributesInput, BuildError>
Consumes the builder and constructs a PutEmailIdentityConfigurationSetAttributesInput.
source§impl PutEmailIdentityConfigurationSetAttributesInputBuilder
impl PutEmailIdentityConfigurationSetAttributesInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<PutEmailIdentityConfigurationSetAttributesOutput, SdkError<PutEmailIdentityConfigurationSetAttributesError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<PutEmailIdentityConfigurationSetAttributesOutput, SdkError<PutEmailIdentityConfigurationSetAttributesError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for PutEmailIdentityConfigurationSetAttributesInputBuilder
impl Clone for PutEmailIdentityConfigurationSetAttributesInputBuilder
source§fn clone(&self) -> PutEmailIdentityConfigurationSetAttributesInputBuilder
fn clone(&self) -> PutEmailIdentityConfigurationSetAttributesInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for PutEmailIdentityConfigurationSetAttributesInputBuilder
impl Default for PutEmailIdentityConfigurationSetAttributesInputBuilder
source§fn default() -> PutEmailIdentityConfigurationSetAttributesInputBuilder
fn default() -> PutEmailIdentityConfigurationSetAttributesInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for PutEmailIdentityConfigurationSetAttributesInputBuilder
impl PartialEq for PutEmailIdentityConfigurationSetAttributesInputBuilder
source§fn eq(
&self,
other: &PutEmailIdentityConfigurationSetAttributesInputBuilder
) -> bool
fn eq( &self, other: &PutEmailIdentityConfigurationSetAttributesInputBuilder ) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for PutEmailIdentityConfigurationSetAttributesInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for PutEmailIdentityConfigurationSetAttributesInputBuilder
impl Send for PutEmailIdentityConfigurationSetAttributesInputBuilder
impl Sync for PutEmailIdentityConfigurationSetAttributesInputBuilder
impl Unpin for PutEmailIdentityConfigurationSetAttributesInputBuilder
impl UnwindSafe for PutEmailIdentityConfigurationSetAttributesInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.