Struct aws_sdk_sesv2::operation::delete_email_identity::builders::DeleteEmailIdentityInputBuilder
source · #[non_exhaustive]pub struct DeleteEmailIdentityInputBuilder { /* private fields */ }Expand description
A builder for DeleteEmailIdentityInput.
Implementations§
source§impl DeleteEmailIdentityInputBuilder
impl DeleteEmailIdentityInputBuilder
sourcepub fn email_identity(self, input: impl Into<String>) -> Self
pub fn email_identity(self, input: impl Into<String>) -> Self
The identity (that is, the email address or domain) to delete.
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 identity (that is, the email address or domain) to delete.
sourcepub fn get_email_identity(&self) -> &Option<String>
pub fn get_email_identity(&self) -> &Option<String>
The identity (that is, the email address or domain) to delete.
sourcepub fn build(self) -> Result<DeleteEmailIdentityInput, BuildError>
pub fn build(self) -> Result<DeleteEmailIdentityInput, BuildError>
Consumes the builder and constructs a DeleteEmailIdentityInput.
source§impl DeleteEmailIdentityInputBuilder
impl DeleteEmailIdentityInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<DeleteEmailIdentityOutput, SdkError<DeleteEmailIdentityError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<DeleteEmailIdentityOutput, SdkError<DeleteEmailIdentityError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for DeleteEmailIdentityInputBuilder
impl Clone for DeleteEmailIdentityInputBuilder
source§fn clone(&self) -> DeleteEmailIdentityInputBuilder
fn clone(&self) -> DeleteEmailIdentityInputBuilder
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 DeleteEmailIdentityInputBuilder
impl Default for DeleteEmailIdentityInputBuilder
source§fn default() -> DeleteEmailIdentityInputBuilder
fn default() -> DeleteEmailIdentityInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteEmailIdentityInputBuilder
impl PartialEq for DeleteEmailIdentityInputBuilder
source§fn eq(&self, other: &DeleteEmailIdentityInputBuilder) -> bool
fn eq(&self, other: &DeleteEmailIdentityInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteEmailIdentityInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DeleteEmailIdentityInputBuilder
impl Send for DeleteEmailIdentityInputBuilder
impl Sync for DeleteEmailIdentityInputBuilder
impl Unpin for DeleteEmailIdentityInputBuilder
impl UnwindSafe for DeleteEmailIdentityInputBuilder
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.