[][src]Struct rusoto_alexaforbusiness::CreateProfileRequest

pub struct CreateProfileRequest {
    pub address: String,
    pub client_request_token: Option<String>,
    pub distance_unit: String,
    pub max_volume_limit: Option<i64>,
    pub pstn_enabled: Option<bool>,
    pub profile_name: String,
    pub setup_mode_disabled: Option<bool>,
    pub temperature_unit: String,
    pub timezone: String,
    pub wake_word: String,
}

Fields

address: String

The 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: String

The 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: String

The name of a room profile.

setup_mode_disabled: Option<bool>

Whether room profile setup is enabled.

temperature_unit: String

The temperature unit to be used by devices in the profile.

timezone: String

The time zone used by a room profile.

wake_word: String

A wake word for Alexa, Echo, Amazon, or a computer.

Trait Implementations

impl PartialEq<CreateProfileRequest> for CreateProfileRequest[src]

impl Default for CreateProfileRequest[src]

impl Clone for 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

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T

impl<T> Same for T

type Output = T

Should always be Self