Struct aws_sdk_chime::model::AlexaForBusinessMetadata
source · [−]#[non_exhaustive]pub struct AlexaForBusinessMetadata { /* private fields */ }Expand description
The Alexa for Business metadata associated with an Amazon Chime user, used to integrate Alexa for Business with a device.
Implementations
sourceimpl AlexaForBusinessMetadata
impl AlexaForBusinessMetadata
sourcepub fn is_alexa_for_business_enabled(&self) -> Option<bool>
pub fn is_alexa_for_business_enabled(&self) -> Option<bool>
Starts or stops Alexa for Business.
sourcepub fn alexa_for_business_room_arn(&self) -> Option<&str>
pub fn alexa_for_business_room_arn(&self) -> Option<&str>
The ARN of the room resource.
sourceimpl AlexaForBusinessMetadata
impl AlexaForBusinessMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AlexaForBusinessMetadata.
Trait Implementations
sourceimpl Clone for AlexaForBusinessMetadata
impl Clone for AlexaForBusinessMetadata
sourcefn clone(&self) -> AlexaForBusinessMetadata
fn clone(&self) -> AlexaForBusinessMetadata
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AlexaForBusinessMetadata
impl Debug for AlexaForBusinessMetadata
sourceimpl PartialEq<AlexaForBusinessMetadata> for AlexaForBusinessMetadata
impl PartialEq<AlexaForBusinessMetadata> for AlexaForBusinessMetadata
sourcefn eq(&self, other: &AlexaForBusinessMetadata) -> bool
fn eq(&self, other: &AlexaForBusinessMetadata) -> bool
impl StructuralPartialEq for AlexaForBusinessMetadata
Auto Trait Implementations
impl RefUnwindSafe for AlexaForBusinessMetadata
impl Send for AlexaForBusinessMetadata
impl Sync for AlexaForBusinessMetadata
impl Unpin for AlexaForBusinessMetadata
impl UnwindSafe for AlexaForBusinessMetadata
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more