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