#[non_exhaustive]pub struct GetMobileDeviceAccessEffectInput { /* private fields */ }
Implementations§
source§impl GetMobileDeviceAccessEffectInput
impl GetMobileDeviceAccessEffectInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMobileDeviceAccessEffect, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetMobileDeviceAccessEffect, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetMobileDeviceAccessEffect
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetMobileDeviceAccessEffectInput
.
source§impl GetMobileDeviceAccessEffectInput
impl GetMobileDeviceAccessEffectInput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The WorkMail organization to simulate the access effect for.
sourcepub fn device_type(&self) -> Option<&str>
pub fn device_type(&self) -> Option<&str>
Device type the simulated user will report.
sourcepub fn device_model(&self) -> Option<&str>
pub fn device_model(&self) -> Option<&str>
Device model the simulated user will report.
sourcepub fn device_operating_system(&self) -> Option<&str>
pub fn device_operating_system(&self) -> Option<&str>
Device operating system the simulated user will report.
sourcepub fn device_user_agent(&self) -> Option<&str>
pub fn device_user_agent(&self) -> Option<&str>
Device user agent the simulated user will report.
Trait Implementations§
source§impl Clone for GetMobileDeviceAccessEffectInput
impl Clone for GetMobileDeviceAccessEffectInput
source§fn clone(&self) -> GetMobileDeviceAccessEffectInput
fn clone(&self) -> GetMobileDeviceAccessEffectInput
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 PartialEq<GetMobileDeviceAccessEffectInput> for GetMobileDeviceAccessEffectInput
impl PartialEq<GetMobileDeviceAccessEffectInput> for GetMobileDeviceAccessEffectInput
source§fn eq(&self, other: &GetMobileDeviceAccessEffectInput) -> bool
fn eq(&self, other: &GetMobileDeviceAccessEffectInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.