Struct aws_sdk_sesv2::operation::get_email_identity::builders::GetEmailIdentityFluentBuilder
source · pub struct GetEmailIdentityFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to GetEmailIdentity.
Provides information about a specific identity, including the identity's verification status, sending authorization policies, its DKIM authentication status, and its custom Mail-From settings.
Implementations§
source§impl GetEmailIdentityFluentBuilder
impl GetEmailIdentityFluentBuilder
sourcepub fn as_input(&self) -> &GetEmailIdentityInputBuilder
pub fn as_input(&self) -> &GetEmailIdentityInputBuilder
Access the GetEmailIdentity as a reference.
sourcepub async fn send(
self
) -> Result<GetEmailIdentityOutput, SdkError<GetEmailIdentityError, HttpResponse>>
pub async fn send( self ) -> Result<GetEmailIdentityOutput, SdkError<GetEmailIdentityError, 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<GetEmailIdentityOutput, GetEmailIdentityError, Self>
pub fn customize( self ) -> CustomizableOperation<GetEmailIdentityOutput, GetEmailIdentityError, 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 email identity.
sourcepub fn set_email_identity(self, input: Option<String>) -> Self
pub fn set_email_identity(self, input: Option<String>) -> Self
The email identity.
sourcepub fn get_email_identity(&self) -> &Option<String>
pub fn get_email_identity(&self) -> &Option<String>
The email identity.
Trait Implementations§
source§impl Clone for GetEmailIdentityFluentBuilder
impl Clone for GetEmailIdentityFluentBuilder
source§fn clone(&self) -> GetEmailIdentityFluentBuilder
fn clone(&self) -> GetEmailIdentityFluentBuilder
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for GetEmailIdentityFluentBuilder
impl Send for GetEmailIdentityFluentBuilder
impl Sync for GetEmailIdentityFluentBuilder
impl Unpin for GetEmailIdentityFluentBuilder
impl !UnwindSafe for GetEmailIdentityFluentBuilder
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.