Struct aws_sdk_iotwireless::operation::get_wireless_device::builders::GetWirelessDeviceOutputBuilder
source · #[non_exhaustive]pub struct GetWirelessDeviceOutputBuilder { /* private fields */ }
Expand description
A builder for GetWirelessDeviceOutput
.
Implementations§
source§impl GetWirelessDeviceOutputBuilder
impl GetWirelessDeviceOutputBuilder
sourcepub fn type(self, input: WirelessDeviceType) -> Self
pub fn type(self, input: WirelessDeviceType) -> Self
The wireless device type.
sourcepub fn set_type(self, input: Option<WirelessDeviceType>) -> Self
pub fn set_type(self, input: Option<WirelessDeviceType>) -> Self
The wireless device type.
sourcepub fn get_type(&self) -> &Option<WirelessDeviceType>
pub fn get_type(&self) -> &Option<WirelessDeviceType>
The wireless device type.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
The description of the resource.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
The description of the resource.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
The description of the resource.
sourcepub fn destination_name(self, input: impl Into<String>) -> Self
pub fn destination_name(self, input: impl Into<String>) -> Self
The name of the destination to which the device is assigned.
sourcepub fn set_destination_name(self, input: Option<String>) -> Self
pub fn set_destination_name(self, input: Option<String>) -> Self
The name of the destination to which the device is assigned.
sourcepub fn get_destination_name(&self) -> &Option<String>
pub fn get_destination_name(&self) -> &Option<String>
The name of the destination to which the device is assigned.
sourcepub fn thing_name(self, input: impl Into<String>) -> Self
pub fn thing_name(self, input: impl Into<String>) -> Self
The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.
sourcepub fn set_thing_name(self, input: Option<String>) -> Self
pub fn set_thing_name(self, input: Option<String>) -> Self
The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.
sourcepub fn get_thing_name(&self) -> &Option<String>
pub fn get_thing_name(&self) -> &Option<String>
The name of the thing associated with the wireless device. The value is empty if a thing isn't associated with the device.
sourcepub fn thing_arn(self, input: impl Into<String>) -> Self
pub fn thing_arn(self, input: impl Into<String>) -> Self
The ARN of the thing associated with the wireless device.
sourcepub fn set_thing_arn(self, input: Option<String>) -> Self
pub fn set_thing_arn(self, input: Option<String>) -> Self
The ARN of the thing associated with the wireless device.
sourcepub fn get_thing_arn(&self) -> &Option<String>
pub fn get_thing_arn(&self) -> &Option<String>
The ARN of the thing associated with the wireless device.
sourcepub fn lo_ra_wan(self, input: LoRaWanDevice) -> Self
pub fn lo_ra_wan(self, input: LoRaWanDevice) -> Self
Information about the wireless device.
sourcepub fn set_lo_ra_wan(self, input: Option<LoRaWanDevice>) -> Self
pub fn set_lo_ra_wan(self, input: Option<LoRaWanDevice>) -> Self
Information about the wireless device.
sourcepub fn get_lo_ra_wan(&self) -> &Option<LoRaWanDevice>
pub fn get_lo_ra_wan(&self) -> &Option<LoRaWanDevice>
Information about the wireless device.
sourcepub fn sidewalk(self, input: SidewalkDevice) -> Self
pub fn sidewalk(self, input: SidewalkDevice) -> Self
Sidewalk device object.
sourcepub fn set_sidewalk(self, input: Option<SidewalkDevice>) -> Self
pub fn set_sidewalk(self, input: Option<SidewalkDevice>) -> Self
Sidewalk device object.
sourcepub fn get_sidewalk(&self) -> &Option<SidewalkDevice>
pub fn get_sidewalk(&self) -> &Option<SidewalkDevice>
Sidewalk device object.
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) -> GetWirelessDeviceOutput
pub fn build(self) -> GetWirelessDeviceOutput
Consumes the builder and constructs a GetWirelessDeviceOutput
.
Trait Implementations§
source§impl Clone for GetWirelessDeviceOutputBuilder
impl Clone for GetWirelessDeviceOutputBuilder
source§fn clone(&self) -> GetWirelessDeviceOutputBuilder
fn clone(&self) -> GetWirelessDeviceOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for GetWirelessDeviceOutputBuilder
impl Default for GetWirelessDeviceOutputBuilder
source§fn default() -> GetWirelessDeviceOutputBuilder
fn default() -> GetWirelessDeviceOutputBuilder
source§impl PartialEq for GetWirelessDeviceOutputBuilder
impl PartialEq for GetWirelessDeviceOutputBuilder
source§fn eq(&self, other: &GetWirelessDeviceOutputBuilder) -> bool
fn eq(&self, other: &GetWirelessDeviceOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.