Struct aws_sdk_ses::operation::get_account_sending_enabled::builders::GetAccountSendingEnabledInputBuilder
source · #[non_exhaustive]pub struct GetAccountSendingEnabledInputBuilder {}Expand description
A builder for GetAccountSendingEnabledInput.
Implementations§
source§impl GetAccountSendingEnabledInputBuilder
impl GetAccountSendingEnabledInputBuilder
sourcepub fn build(self) -> Result<GetAccountSendingEnabledInput, BuildError>
pub fn build(self) -> Result<GetAccountSendingEnabledInput, BuildError>
Consumes the builder and constructs a GetAccountSendingEnabledInput.
source§impl GetAccountSendingEnabledInputBuilder
impl GetAccountSendingEnabledInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<GetAccountSendingEnabledOutput, SdkError<GetAccountSendingEnabledError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<GetAccountSendingEnabledOutput, SdkError<GetAccountSendingEnabledError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for GetAccountSendingEnabledInputBuilder
impl Clone for GetAccountSendingEnabledInputBuilder
source§fn clone(&self) -> GetAccountSendingEnabledInputBuilder
fn clone(&self) -> GetAccountSendingEnabledInputBuilder
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 GetAccountSendingEnabledInputBuilder
impl Default for GetAccountSendingEnabledInputBuilder
source§fn default() -> GetAccountSendingEnabledInputBuilder
fn default() -> GetAccountSendingEnabledInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetAccountSendingEnabledInputBuilder
impl PartialEq for GetAccountSendingEnabledInputBuilder
source§fn eq(&self, other: &GetAccountSendingEnabledInputBuilder) -> bool
fn eq(&self, other: &GetAccountSendingEnabledInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetAccountSendingEnabledInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetAccountSendingEnabledInputBuilder
impl Send for GetAccountSendingEnabledInputBuilder
impl Sync for GetAccountSendingEnabledInputBuilder
impl Unpin for GetAccountSendingEnabledInputBuilder
impl UnwindSafe for GetAccountSendingEnabledInputBuilder
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.