Struct aws_sdk_iotwireless::types::builders::TdscdmaNmrObjBuilder
source · #[non_exhaustive]pub struct TdscdmaNmrObjBuilder { /* private fields */ }Expand description
A builder for TdscdmaNmrObj.
Implementations§
source§impl TdscdmaNmrObjBuilder
impl TdscdmaNmrObjBuilder
sourcepub fn uarfcn(self, input: i32) -> Self
pub fn uarfcn(self, input: i32) -> Self
TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number.
This field is required.sourcepub fn set_uarfcn(self, input: Option<i32>) -> Self
pub fn set_uarfcn(self, input: Option<i32>) -> Self
TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number.
sourcepub fn get_uarfcn(&self) -> &Option<i32>
pub fn get_uarfcn(&self) -> &Option<i32>
TD-SCDMA UTRA (Universal Terrestrial Radio Access Network) absolute RF channel number.
sourcepub fn cell_params(self, input: i32) -> Self
pub fn cell_params(self, input: i32) -> Self
Cell parameters for TD-SCDMA network measurement reports object.
This field is required.sourcepub fn set_cell_params(self, input: Option<i32>) -> Self
pub fn set_cell_params(self, input: Option<i32>) -> Self
Cell parameters for TD-SCDMA network measurement reports object.
sourcepub fn get_cell_params(&self) -> &Option<i32>
pub fn get_cell_params(&self) -> &Option<i32>
Cell parameters for TD-SCDMA network measurement reports object.
sourcepub fn utran_cid(self, input: i32) -> Self
pub fn utran_cid(self, input: i32) -> Self
UTRAN (UMTS Terrestrial Radio Access Network) cell global identifier.
sourcepub fn set_utran_cid(self, input: Option<i32>) -> Self
pub fn set_utran_cid(self, input: Option<i32>) -> Self
UTRAN (UMTS Terrestrial Radio Access Network) cell global identifier.
sourcepub fn get_utran_cid(&self) -> &Option<i32>
pub fn get_utran_cid(&self) -> &Option<i32>
UTRAN (UMTS Terrestrial Radio Access Network) cell global identifier.
sourcepub fn rscp(self, input: i32) -> Self
pub fn rscp(self, input: i32) -> Self
Code power of the received signal, measured in decibel-milliwatts (dBm).
sourcepub fn set_rscp(self, input: Option<i32>) -> Self
pub fn set_rscp(self, input: Option<i32>) -> Self
Code power of the received signal, measured in decibel-milliwatts (dBm).
sourcepub fn get_rscp(&self) -> &Option<i32>
pub fn get_rscp(&self) -> &Option<i32>
Code power of the received signal, measured in decibel-milliwatts (dBm).
sourcepub fn path_loss(self, input: i32) -> Self
pub fn path_loss(self, input: i32) -> Self
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
sourcepub fn set_path_loss(self, input: Option<i32>) -> Self
pub fn set_path_loss(self, input: Option<i32>) -> Self
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
sourcepub fn get_path_loss(&self) -> &Option<i32>
pub fn get_path_loss(&self) -> &Option<i32>
Path loss, or path attenuation, is the reduction in power density of an electromagnetic wave as it propagates through space.
sourcepub fn build(self) -> Result<TdscdmaNmrObj, BuildError>
pub fn build(self) -> Result<TdscdmaNmrObj, BuildError>
Consumes the builder and constructs a TdscdmaNmrObj.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for TdscdmaNmrObjBuilder
impl Clone for TdscdmaNmrObjBuilder
source§fn clone(&self) -> TdscdmaNmrObjBuilder
fn clone(&self) -> TdscdmaNmrObjBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for TdscdmaNmrObjBuilder
impl Debug for TdscdmaNmrObjBuilder
source§impl Default for TdscdmaNmrObjBuilder
impl Default for TdscdmaNmrObjBuilder
source§fn default() -> TdscdmaNmrObjBuilder
fn default() -> TdscdmaNmrObjBuilder
source§impl PartialEq for TdscdmaNmrObjBuilder
impl PartialEq for TdscdmaNmrObjBuilder
source§fn eq(&self, other: &TdscdmaNmrObjBuilder) -> bool
fn eq(&self, other: &TdscdmaNmrObjBuilder) -> bool
self and other values to be equal, and is used
by ==.