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