Struct aws_sdk_iotwireless::operation::update_wireless_gateway::builders::UpdateWirelessGatewayFluentBuilder
source · pub struct UpdateWirelessGatewayFluentBuilder { /* private fields */ }
Expand description
Fluent builder constructing a request to UpdateWirelessGateway
.
Updates properties of a wireless gateway.
Implementations§
source§impl UpdateWirelessGatewayFluentBuilder
impl UpdateWirelessGatewayFluentBuilder
sourcepub fn as_input(&self) -> &UpdateWirelessGatewayInputBuilder
pub fn as_input(&self) -> &UpdateWirelessGatewayInputBuilder
Access the UpdateWirelessGateway as a reference.
sourcepub async fn send(
self
) -> Result<UpdateWirelessGatewayOutput, SdkError<UpdateWirelessGatewayError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateWirelessGatewayOutput, SdkError<UpdateWirelessGatewayError, 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<UpdateWirelessGatewayOutput, UpdateWirelessGatewayError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateWirelessGatewayOutput, UpdateWirelessGatewayError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
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 JoinEuiFilters
.
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 NetIdFilters
.
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.
Trait Implementations§
source§impl Clone for UpdateWirelessGatewayFluentBuilder
impl Clone for UpdateWirelessGatewayFluentBuilder
source§fn clone(&self) -> UpdateWirelessGatewayFluentBuilder
fn clone(&self) -> UpdateWirelessGatewayFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more