Struct aws_sdk_iotwireless::types::builders::GlobalIdentityBuilder
source · #[non_exhaustive]pub struct GlobalIdentityBuilder { /* private fields */ }Expand description
A builder for GlobalIdentity.
Implementations§
source§impl GlobalIdentityBuilder
impl GlobalIdentityBuilder
sourcepub fn lac(self, input: i32) -> Self
pub fn lac(self, input: i32) -> Self
Location area code of the global identity.
This field is required.sourcepub fn geran_cid(self, input: i32) -> Self
pub fn geran_cid(self, input: i32) -> Self
GERAN (GSM EDGE Radio Access Network) cell global identifier.
This field is required.sourcepub fn set_geran_cid(self, input: Option<i32>) -> Self
pub fn set_geran_cid(self, input: Option<i32>) -> Self
GERAN (GSM EDGE Radio Access Network) cell global identifier.
sourcepub fn get_geran_cid(&self) -> &Option<i32>
pub fn get_geran_cid(&self) -> &Option<i32>
GERAN (GSM EDGE Radio Access Network) cell global identifier.
sourcepub fn build(self) -> Result<GlobalIdentity, BuildError>
pub fn build(self) -> Result<GlobalIdentity, BuildError>
Consumes the builder and constructs a GlobalIdentity.
This method will fail if any of the following fields are not set:
Trait Implementations§
source§impl Clone for GlobalIdentityBuilder
impl Clone for GlobalIdentityBuilder
source§fn clone(&self) -> GlobalIdentityBuilder
fn clone(&self) -> GlobalIdentityBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for GlobalIdentityBuilder
impl Debug for GlobalIdentityBuilder
source§impl Default for GlobalIdentityBuilder
impl Default for GlobalIdentityBuilder
source§fn default() -> GlobalIdentityBuilder
fn default() -> GlobalIdentityBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GlobalIdentityBuilder
impl PartialEq for GlobalIdentityBuilder
source§fn eq(&self, other: &GlobalIdentityBuilder) -> bool
fn eq(&self, other: &GlobalIdentityBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GlobalIdentityBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GlobalIdentityBuilder
impl Send for GlobalIdentityBuilder
impl Sync for GlobalIdentityBuilder
impl Unpin for GlobalIdentityBuilder
impl UnwindSafe for GlobalIdentityBuilder
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
Mutably borrows from an owned value. Read more
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>
Creates a shared type from an unshared type.