#[non_exhaustive]pub struct ListMobileDeviceAccessOverridesInput { /* private fields */ }
Implementations§
source§impl ListMobileDeviceAccessOverridesInput
impl ListMobileDeviceAccessOverridesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListMobileDeviceAccessOverrides, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListMobileDeviceAccessOverrides, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListMobileDeviceAccessOverrides
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListMobileDeviceAccessOverridesInput
.
source§impl ListMobileDeviceAccessOverridesInput
impl ListMobileDeviceAccessOverridesInput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The WorkMail organization under which to list mobile device access overrides.
sourcepub fn user_id(&self) -> Option<&str>
pub fn user_id(&self) -> Option<&str>
The WorkMail user under which you list the mobile device access overrides. Accepts the following types of user identities:
-
User ID:
12345678-1234-1234-1234-123456789012
orS-1-1-12-1234567890-123456789-123456789-1234
-
Email address:
user@domain.tld
-
User name:
user
sourcepub fn device_id(&self) -> Option<&str>
pub fn device_id(&self) -> Option<&str>
The mobile device to which the access override applies.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
The token to use to retrieve the next page of results. The first call does not require a token.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in a single call.
Trait Implementations§
source§impl Clone for ListMobileDeviceAccessOverridesInput
impl Clone for ListMobileDeviceAccessOverridesInput
source§fn clone(&self) -> ListMobileDeviceAccessOverridesInput
fn clone(&self) -> ListMobileDeviceAccessOverridesInput
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<ListMobileDeviceAccessOverridesInput> for ListMobileDeviceAccessOverridesInput
impl PartialEq<ListMobileDeviceAccessOverridesInput> for ListMobileDeviceAccessOverridesInput
source§fn eq(&self, other: &ListMobileDeviceAccessOverridesInput) -> bool
fn eq(&self, other: &ListMobileDeviceAccessOverridesInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.