Struct aws_sdk_chime::types::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§
source§impl 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.
source§impl AlexaForBusinessMetadata
impl AlexaForBusinessMetadata
sourcepub fn builder() -> AlexaForBusinessMetadataBuilder
pub fn builder() -> AlexaForBusinessMetadataBuilder
Creates a new builder-style object to manufacture AlexaForBusinessMetadata.
Trait Implementations§
source§impl Clone for AlexaForBusinessMetadata
impl Clone for AlexaForBusinessMetadata
source§fn clone(&self) -> AlexaForBusinessMetadata
fn clone(&self) -> AlexaForBusinessMetadata
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 AlexaForBusinessMetadata
impl Debug for AlexaForBusinessMetadata
source§impl PartialEq<AlexaForBusinessMetadata> for AlexaForBusinessMetadata
impl PartialEq<AlexaForBusinessMetadata> for AlexaForBusinessMetadata
source§fn eq(&self, other: &AlexaForBusinessMetadata) -> bool
fn eq(&self, other: &AlexaForBusinessMetadata) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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§
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