Struct aws_sdk_iotwireless::operation::start_fuota_task::builders::StartFuotaTaskFluentBuilder
source · pub struct StartFuotaTaskFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to StartFuotaTask.
Starts a FUOTA task.
Implementations§
source§impl StartFuotaTaskFluentBuilder
impl StartFuotaTaskFluentBuilder
sourcepub fn as_input(&self) -> &StartFuotaTaskInputBuilder
pub fn as_input(&self) -> &StartFuotaTaskInputBuilder
Access the StartFuotaTask as a reference.
sourcepub async fn send(
self
) -> Result<StartFuotaTaskOutput, SdkError<StartFuotaTaskError, HttpResponse>>
pub async fn send( self ) -> Result<StartFuotaTaskOutput, SdkError<StartFuotaTaskError, 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<StartFuotaTaskOutput, StartFuotaTaskError>, SdkError<StartFuotaTaskError>>
pub async fn customize( self ) -> Result<CustomizableOperation<StartFuotaTaskOutput, StartFuotaTaskError>, SdkError<StartFuotaTaskError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn lo_ra_wan(self, input: LoRaWanStartFuotaTask) -> Self
pub fn lo_ra_wan(self, input: LoRaWanStartFuotaTask) -> Self
The LoRaWAN information used to start a FUOTA task.
sourcepub fn set_lo_ra_wan(self, input: Option<LoRaWanStartFuotaTask>) -> Self
pub fn set_lo_ra_wan(self, input: Option<LoRaWanStartFuotaTask>) -> Self
The LoRaWAN information used to start a FUOTA task.
sourcepub fn get_lo_ra_wan(&self) -> &Option<LoRaWanStartFuotaTask>
pub fn get_lo_ra_wan(&self) -> &Option<LoRaWanStartFuotaTask>
The LoRaWAN information used to start a FUOTA task.
Trait Implementations§
source§impl Clone for StartFuotaTaskFluentBuilder
impl Clone for StartFuotaTaskFluentBuilder
source§fn clone(&self) -> StartFuotaTaskFluentBuilder
fn clone(&self) -> StartFuotaTaskFluentBuilder
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for StartFuotaTaskFluentBuilder
impl Send for StartFuotaTaskFluentBuilder
impl Sync for StartFuotaTaskFluentBuilder
impl Unpin for StartFuotaTaskFluentBuilder
impl !UnwindSafe for StartFuotaTaskFluentBuilder
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