[−][src]Struct rusoto_alexaforbusiness::CreateProfileRequest
Fields
address: StringThe valid address for the room.
client_request_token: Option<String>The user-specified token that is used during the creation of a profile.
distance_unit: StringThe distance unit to be used by devices in the profile.
max_volume_limit: Option<i64>The maximum volume limit for a room profile.
pstn_enabled: Option<bool>Whether PSTN calling is enabled.
profile_name: StringThe name of a room profile.
setup_mode_disabled: Option<bool>Whether room profile setup is enabled.
temperature_unit: StringThe temperature unit to be used by devices in the profile.
timezone: StringThe time zone used by a room profile.
wake_word: StringA wake word for Alexa, Echo, Amazon, or a computer.
Trait Implementations
impl PartialEq<CreateProfileRequest> for CreateProfileRequest[src]
fn eq(&self, other: &CreateProfileRequest) -> bool[src]
fn ne(&self, other: &CreateProfileRequest) -> bool[src]
impl Default for CreateProfileRequest[src]
fn default() -> CreateProfileRequest[src]
impl Clone for CreateProfileRequest[src]
fn clone(&self) -> CreateProfileRequest[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for CreateProfileRequest[src]
impl Serialize for CreateProfileRequest[src]
Auto Trait Implementations
impl Send for CreateProfileRequest
impl Sync for CreateProfileRequest
Blanket Implementations
impl<T> From for T[src]
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>, [src]
T: From<U>,
type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self