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