Struct aws_sdk_iotwireless::operation::update_wireless_device::builders::UpdateWirelessDeviceFluentBuilder
source · pub struct UpdateWirelessDeviceFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateWirelessDevice
.
Updates properties of a wireless device.
Implementations§
source§impl UpdateWirelessDeviceFluentBuilder
impl UpdateWirelessDeviceFluentBuilder
sourcepub fn as_input(&self) -> &UpdateWirelessDeviceInputBuilder
pub fn as_input(&self) -> &UpdateWirelessDeviceInputBuilder
Access the UpdateWirelessDevice as a reference.
sourcepub async fn send(
self
) -> Result<UpdateWirelessDeviceOutput, SdkError<UpdateWirelessDeviceError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateWirelessDeviceOutput, SdkError<UpdateWirelessDeviceError, 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 fn customize(
self
) -> CustomizableOperation<UpdateWirelessDeviceOutput, UpdateWirelessDeviceError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateWirelessDeviceOutput, UpdateWirelessDeviceError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn destination_name(self, input: impl Into<String>) -> Self
pub fn destination_name(self, input: impl Into<String>) -> Self
The name of the new destination for the device.
sourcepub fn set_destination_name(self, input: Option<String>) -> Self
pub fn set_destination_name(self, input: Option<String>) -> Self
The name of the new destination for the device.
sourcepub fn get_destination_name(&self) -> &Option<String>
pub fn get_destination_name(&self) -> &Option<String>
The name of the new destination for the device.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A new description of the resource.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A new description of the resource.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A new description of the resource.
sourcepub fn lo_ra_wan(self, input: LoRaWanUpdateDevice) -> Self
pub fn lo_ra_wan(self, input: LoRaWanUpdateDevice) -> Self
The updated wireless device's configuration.
sourcepub fn set_lo_ra_wan(self, input: Option<LoRaWanUpdateDevice>) -> Self
pub fn set_lo_ra_wan(self, input: Option<LoRaWanUpdateDevice>) -> Self
The updated wireless device's configuration.
sourcepub fn get_lo_ra_wan(&self) -> &Option<LoRaWanUpdateDevice>
pub fn get_lo_ra_wan(&self) -> &Option<LoRaWanUpdateDevice>
The updated wireless device's configuration.
sourcepub fn positioning(self, input: PositioningConfigStatus) -> Self
pub fn positioning(self, input: PositioningConfigStatus) -> Self
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
sourcepub fn set_positioning(self, input: Option<PositioningConfigStatus>) -> Self
pub fn set_positioning(self, input: Option<PositioningConfigStatus>) -> Self
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
sourcepub fn get_positioning(&self) -> &Option<PositioningConfigStatus>
pub fn get_positioning(&self) -> &Option<PositioningConfigStatus>
FPort values for the GNSS, stream, and ClockSync functions of the positioning information.
Trait Implementations§
source§impl Clone for UpdateWirelessDeviceFluentBuilder
impl Clone for UpdateWirelessDeviceFluentBuilder
source§fn clone(&self) -> UpdateWirelessDeviceFluentBuilder
fn clone(&self) -> UpdateWirelessDeviceFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more