Struct aws_sdk_iotwireless::operation::update_wireless_device::builders::UpdateWirelessDeviceInputBuilder
source · #[non_exhaustive]pub struct UpdateWirelessDeviceInputBuilder { /* private fields */ }
Expand description
A builder for UpdateWirelessDeviceInput
.
Implementations§
source§impl UpdateWirelessDeviceInputBuilder
impl UpdateWirelessDeviceInputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
The ID of the resource to update.
This field is required.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.
sourcepub fn build(self) -> Result<UpdateWirelessDeviceInput, BuildError>
pub fn build(self) -> Result<UpdateWirelessDeviceInput, BuildError>
Consumes the builder and constructs a UpdateWirelessDeviceInput
.
source§impl UpdateWirelessDeviceInputBuilder
impl UpdateWirelessDeviceInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateWirelessDeviceOutput, SdkError<UpdateWirelessDeviceError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateWirelessDeviceOutput, SdkError<UpdateWirelessDeviceError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateWirelessDeviceInputBuilder
impl Clone for UpdateWirelessDeviceInputBuilder
source§fn clone(&self) -> UpdateWirelessDeviceInputBuilder
fn clone(&self) -> UpdateWirelessDeviceInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateWirelessDeviceInputBuilder
impl Default for UpdateWirelessDeviceInputBuilder
source§fn default() -> UpdateWirelessDeviceInputBuilder
fn default() -> UpdateWirelessDeviceInputBuilder
source§impl PartialEq for UpdateWirelessDeviceInputBuilder
impl PartialEq for UpdateWirelessDeviceInputBuilder
source§fn eq(&self, other: &UpdateWirelessDeviceInputBuilder) -> bool
fn eq(&self, other: &UpdateWirelessDeviceInputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.