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