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