Struct aws_sdk_iotwireless::types::builders::CdmaObjBuilder
source · #[non_exhaustive]pub struct CdmaObjBuilder { /* private fields */ }Expand description
A builder for CdmaObj.
Implementations§
source§impl CdmaObjBuilder
impl CdmaObjBuilder
sourcepub fn set_system_id(self, input: Option<i32>) -> Self
pub fn set_system_id(self, input: Option<i32>) -> Self
CDMA system ID (SID).
sourcepub fn get_system_id(&self) -> &Option<i32>
pub fn get_system_id(&self) -> &Option<i32>
CDMA system ID (SID).
sourcepub fn network_id(self, input: i32) -> Self
pub fn network_id(self, input: i32) -> Self
CDMA network ID (NID).
This field is required.sourcepub fn set_network_id(self, input: Option<i32>) -> Self
pub fn set_network_id(self, input: Option<i32>) -> Self
CDMA network ID (NID).
sourcepub fn get_network_id(&self) -> &Option<i32>
pub fn get_network_id(&self) -> &Option<i32>
CDMA network ID (NID).
sourcepub fn base_station_id(self, input: i32) -> Self
pub fn base_station_id(self, input: i32) -> Self
CDMA base station ID (BSID).
This field is required.sourcepub fn set_base_station_id(self, input: Option<i32>) -> Self
pub fn set_base_station_id(self, input: Option<i32>) -> Self
CDMA base station ID (BSID).
sourcepub fn get_base_station_id(&self) -> &Option<i32>
pub fn get_base_station_id(&self) -> &Option<i32>
CDMA base station ID (BSID).
sourcepub fn registration_zone(self, input: i32) -> Self
pub fn registration_zone(self, input: i32) -> Self
CDMA registration zone (RZ).
sourcepub fn set_registration_zone(self, input: Option<i32>) -> Self
pub fn set_registration_zone(self, input: Option<i32>) -> Self
CDMA registration zone (RZ).
sourcepub fn get_registration_zone(&self) -> &Option<i32>
pub fn get_registration_zone(&self) -> &Option<i32>
CDMA registration zone (RZ).
sourcepub fn cdma_local_id(self, input: CdmaLocalId) -> Self
pub fn cdma_local_id(self, input: CdmaLocalId) -> Self
CDMA local identification (local ID) parameters.
sourcepub fn set_cdma_local_id(self, input: Option<CdmaLocalId>) -> Self
pub fn set_cdma_local_id(self, input: Option<CdmaLocalId>) -> Self
CDMA local identification (local ID) parameters.
sourcepub fn get_cdma_local_id(&self) -> &Option<CdmaLocalId>
pub fn get_cdma_local_id(&self) -> &Option<CdmaLocalId>
CDMA local identification (local ID) parameters.
sourcepub fn pilot_power(self, input: i32) -> Self
pub fn pilot_power(self, input: i32) -> Self
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
sourcepub fn set_pilot_power(self, input: Option<i32>) -> Self
pub fn set_pilot_power(self, input: Option<i32>) -> Self
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
sourcepub fn get_pilot_power(&self) -> &Option<i32>
pub fn get_pilot_power(&self) -> &Option<i32>
Transmit power level of the pilot signal, measured in dBm (decibel-milliwatts).
sourcepub fn set_base_lat(self, input: Option<f32>) -> Self
pub fn set_base_lat(self, input: Option<f32>) -> Self
CDMA base station latitude in degrees.
sourcepub fn get_base_lat(&self) -> &Option<f32>
pub fn get_base_lat(&self) -> &Option<f32>
CDMA base station latitude in degrees.
sourcepub fn set_base_lng(self, input: Option<f32>) -> Self
pub fn set_base_lng(self, input: Option<f32>) -> Self
CDMA base station longitude in degrees.
sourcepub fn get_base_lng(&self) -> &Option<f32>
pub fn get_base_lng(&self) -> &Option<f32>
CDMA base station longitude in degrees.
sourcepub fn cdma_nmr(self, input: CdmaNmrObj) -> Self
pub fn cdma_nmr(self, input: CdmaNmrObj) -> Self
Appends an item to cdma_nmr.
To override the contents of this collection use set_cdma_nmr.
CDMA network measurement reports.
sourcepub fn set_cdma_nmr(self, input: Option<Vec<CdmaNmrObj>>) -> Self
pub fn set_cdma_nmr(self, input: Option<Vec<CdmaNmrObj>>) -> Self
CDMA network measurement reports.
sourcepub fn get_cdma_nmr(&self) -> &Option<Vec<CdmaNmrObj>>
pub fn get_cdma_nmr(&self) -> &Option<Vec<CdmaNmrObj>>
CDMA network measurement reports.
Trait Implementations§
source§impl Clone for CdmaObjBuilder
impl Clone for CdmaObjBuilder
source§fn clone(&self) -> CdmaObjBuilder
fn clone(&self) -> CdmaObjBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CdmaObjBuilder
impl Debug for CdmaObjBuilder
source§impl Default for CdmaObjBuilder
impl Default for CdmaObjBuilder
source§fn default() -> CdmaObjBuilder
fn default() -> CdmaObjBuilder
source§impl PartialEq for CdmaObjBuilder
impl PartialEq for CdmaObjBuilder
impl StructuralPartialEq for CdmaObjBuilder
Auto Trait Implementations§
impl Freeze for CdmaObjBuilder
impl RefUnwindSafe for CdmaObjBuilder
impl Send for CdmaObjBuilder
impl Sync for CdmaObjBuilder
impl Unpin for CdmaObjBuilder
impl UnwindSafe for CdmaObjBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more