Struct aws_sdk_iotwireless::operation::update_multicast_group::builders::UpdateMulticastGroupFluentBuilder
source · pub struct UpdateMulticastGroupFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateMulticastGroup.
Updates properties of a multicast group session.
Implementations§
source§impl UpdateMulticastGroupFluentBuilder
impl UpdateMulticastGroupFluentBuilder
sourcepub fn as_input(&self) -> &UpdateMulticastGroupInputBuilder
pub fn as_input(&self) -> &UpdateMulticastGroupInputBuilder
Access the UpdateMulticastGroup as a reference.
sourcepub async fn send(
self
) -> Result<UpdateMulticastGroupOutput, SdkError<UpdateMulticastGroupError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateMulticastGroupOutput, SdkError<UpdateMulticastGroupError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<UpdateMulticastGroupOutput, UpdateMulticastGroupError>, SdkError<UpdateMulticastGroupError>>
pub async fn customize( self ) -> Result<CustomizableOperation<UpdateMulticastGroupOutput, UpdateMulticastGroupError>, SdkError<UpdateMulticastGroupError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the new resource.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the new resource.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the new resource.
sourcepub fn lo_ra_wan(self, input: LoRaWanMulticast) -> Self
pub fn lo_ra_wan(self, input: LoRaWanMulticast) -> Self
The LoRaWAN information that is to be used with the multicast group.
sourcepub fn set_lo_ra_wan(self, input: Option<LoRaWanMulticast>) -> Self
pub fn set_lo_ra_wan(self, input: Option<LoRaWanMulticast>) -> Self
The LoRaWAN information that is to be used with the multicast group.
sourcepub fn get_lo_ra_wan(&self) -> &Option<LoRaWanMulticast>
pub fn get_lo_ra_wan(&self) -> &Option<LoRaWanMulticast>
The LoRaWAN information that is to be used with the multicast group.
Trait Implementations§
source§impl Clone for UpdateMulticastGroupFluentBuilder
impl Clone for UpdateMulticastGroupFluentBuilder
source§fn clone(&self) -> UpdateMulticastGroupFluentBuilder
fn clone(&self) -> UpdateMulticastGroupFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more