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