Struct aws_sdk_iotwireless::operation::update_wireless_gateway::builders::UpdateWirelessGatewayInputBuilder
source · #[non_exhaustive]pub struct UpdateWirelessGatewayInputBuilder { /* private fields */ }Expand description
A builder for UpdateWirelessGatewayInput.
Implementations§
source§impl UpdateWirelessGatewayInputBuilder
impl UpdateWirelessGatewayInputBuilder
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 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 join_eui_filters(self, input: Vec<String>) -> Self
pub fn join_eui_filters(self, input: Vec<String>) -> Self
Appends an item to join_eui_filters.
To override the contents of this collection use set_join_eui_filters.
A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
sourcepub fn set_join_eui_filters(self, input: Option<Vec<Vec<String>>>) -> Self
pub fn set_join_eui_filters(self, input: Option<Vec<Vec<String>>>) -> Self
A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
sourcepub fn get_join_eui_filters(&self) -> &Option<Vec<Vec<String>>>
pub fn get_join_eui_filters(&self) -> &Option<Vec<Vec<String>>>
A list of JoinEuiRange used by LoRa gateways to filter LoRa frames.
sourcepub fn net_id_filters(self, input: impl Into<String>) -> Self
pub fn net_id_filters(self, input: impl Into<String>) -> Self
Appends an item to net_id_filters.
To override the contents of this collection use set_net_id_filters.
A list of NetId values that are used by LoRa gateways to filter the uplink frames.
sourcepub fn set_net_id_filters(self, input: Option<Vec<String>>) -> Self
pub fn set_net_id_filters(self, input: Option<Vec<String>>) -> Self
A list of NetId values that are used by LoRa gateways to filter the uplink frames.
sourcepub fn get_net_id_filters(&self) -> &Option<Vec<String>>
pub fn get_net_id_filters(&self) -> &Option<Vec<String>>
A list of NetId values that are used by LoRa gateways to filter the uplink frames.
sourcepub fn set_max_eirp(self, input: Option<f32>) -> Self
pub fn set_max_eirp(self, input: Option<f32>) -> Self
The MaxEIRP value.
sourcepub fn get_max_eirp(&self) -> &Option<f32>
pub fn get_max_eirp(&self) -> &Option<f32>
The MaxEIRP value.
sourcepub fn build(self) -> Result<UpdateWirelessGatewayInput, BuildError>
pub fn build(self) -> Result<UpdateWirelessGatewayInput, BuildError>
Consumes the builder and constructs a UpdateWirelessGatewayInput.
source§impl UpdateWirelessGatewayInputBuilder
impl UpdateWirelessGatewayInputBuilder
sourcepub async fn send_with(
self,
client: &Client
) -> Result<UpdateWirelessGatewayOutput, SdkError<UpdateWirelessGatewayError, HttpResponse>>
pub async fn send_with( self, client: &Client ) -> Result<UpdateWirelessGatewayOutput, SdkError<UpdateWirelessGatewayError, HttpResponse>>
Sends a request with this input using the given client.
Trait Implementations§
source§impl Clone for UpdateWirelessGatewayInputBuilder
impl Clone for UpdateWirelessGatewayInputBuilder
source§fn clone(&self) -> UpdateWirelessGatewayInputBuilder
fn clone(&self) -> UpdateWirelessGatewayInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for UpdateWirelessGatewayInputBuilder
impl Default for UpdateWirelessGatewayInputBuilder
source§fn default() -> UpdateWirelessGatewayInputBuilder
fn default() -> UpdateWirelessGatewayInputBuilder
source§impl PartialEq for UpdateWirelessGatewayInputBuilder
impl PartialEq for UpdateWirelessGatewayInputBuilder
source§fn eq(&self, other: &UpdateWirelessGatewayInputBuilder) -> bool
fn eq(&self, other: &UpdateWirelessGatewayInputBuilder) -> bool
self and other values to be equal, and is used
by ==.