Struct aws_sdk_iotwireless::types::builders::LteNmrObjBuilder
source · #[non_exhaustive]pub struct LteNmrObjBuilder { /* private fields */ }Expand description
A builder for LteNmrObj.
Implementations§
source§impl LteNmrObjBuilder
impl LteNmrObjBuilder
sourcepub fn earfcn(self, input: i32) -> Self
pub fn earfcn(self, input: i32) -> Self
E-UTRA (Evolved universal terrestrial Radio Access) absolute radio frequency channel Number (EARFCN).
This field is required.sourcepub fn set_earfcn(self, input: Option<i32>) -> Self
pub fn set_earfcn(self, input: Option<i32>) -> Self
E-UTRA (Evolved universal terrestrial Radio Access) absolute radio frequency channel Number (EARFCN).
sourcepub fn get_earfcn(&self) -> &Option<i32>
pub fn get_earfcn(&self) -> &Option<i32>
E-UTRA (Evolved universal terrestrial Radio Access) absolute radio frequency channel Number (EARFCN).
sourcepub fn eutran_cid(self, input: i32) -> Self
pub fn eutran_cid(self, input: i32) -> Self
E-UTRAN (Evolved Universal Terrestrial Radio Access Network) cell global identifier (EUTRANCID).
This field is required.sourcepub fn set_eutran_cid(self, input: Option<i32>) -> Self
pub fn set_eutran_cid(self, input: Option<i32>) -> Self
E-UTRAN (Evolved Universal Terrestrial Radio Access Network) cell global identifier (EUTRANCID).
sourcepub fn get_eutran_cid(&self) -> &Option<i32>
pub fn get_eutran_cid(&self) -> &Option<i32>
E-UTRAN (Evolved Universal Terrestrial Radio Access Network) cell global identifier (EUTRANCID).
sourcepub fn rsrp(self, input: i32) -> Self
pub fn rsrp(self, input: i32) -> Self
Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
sourcepub fn set_rsrp(self, input: Option<i32>) -> Self
pub fn set_rsrp(self, input: Option<i32>) -> Self
Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
sourcepub fn get_rsrp(&self) -> &Option<i32>
pub fn get_rsrp(&self) -> &Option<i32>
Signal power of the reference signal received, measured in dBm (decibel-milliwatts).
sourcepub fn rsrq(self, input: f32) -> Self
pub fn rsrq(self, input: f32) -> Self
Signal quality of the reference Signal received, measured in decibels (dB).
sourcepub fn set_rsrq(self, input: Option<f32>) -> Self
pub fn set_rsrq(self, input: Option<f32>) -> Self
Signal quality of the reference Signal received, measured in decibels (dB).
sourcepub fn get_rsrq(&self) -> &Option<f32>
pub fn get_rsrq(&self) -> &Option<f32>
Signal quality of the reference Signal received, measured in decibels (dB).
Trait Implementations§
source§impl Clone for LteNmrObjBuilder
impl Clone for LteNmrObjBuilder
source§fn clone(&self) -> LteNmrObjBuilder
fn clone(&self) -> LteNmrObjBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for LteNmrObjBuilder
impl Debug for LteNmrObjBuilder
source§impl Default for LteNmrObjBuilder
impl Default for LteNmrObjBuilder
source§fn default() -> LteNmrObjBuilder
fn default() -> LteNmrObjBuilder
source§impl PartialEq for LteNmrObjBuilder
impl PartialEq for LteNmrObjBuilder
source§fn eq(&self, other: &LteNmrObjBuilder) -> bool
fn eq(&self, other: &LteNmrObjBuilder) -> bool
self and other values to be equal, and is used
by ==.