Struct aws_sdk_sesv2::operation::delete_email_identity::builders::DeleteEmailIdentityFluentBuilder
source · pub struct DeleteEmailIdentityFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to DeleteEmailIdentity.
Deletes an email identity. An identity can be either an email address or a domain name.
Implementations§
source§impl DeleteEmailIdentityFluentBuilder
impl DeleteEmailIdentityFluentBuilder
sourcepub fn as_input(&self) -> &DeleteEmailIdentityInputBuilder
pub fn as_input(&self) -> &DeleteEmailIdentityInputBuilder
Access the DeleteEmailIdentity as a reference.
sourcepub async fn send(
self
) -> Result<DeleteEmailIdentityOutput, SdkError<DeleteEmailIdentityError, HttpResponse>>
pub async fn send( self ) -> Result<DeleteEmailIdentityOutput, SdkError<DeleteEmailIdentityError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<DeleteEmailIdentityOutput, DeleteEmailIdentityError, Self>
pub fn customize( self ) -> CustomizableOperation<DeleteEmailIdentityOutput, DeleteEmailIdentityError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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.
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.
Trait Implementations§
source§impl Clone for DeleteEmailIdentityFluentBuilder
impl Clone for DeleteEmailIdentityFluentBuilder
source§fn clone(&self) -> DeleteEmailIdentityFluentBuilder
fn clone(&self) -> DeleteEmailIdentityFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more