Struct aws_sdk_workmail::input::UpdateMailboxQuotaInput
source · #[non_exhaustive]pub struct UpdateMailboxQuotaInput { /* private fields */ }
Implementations§
source§impl UpdateMailboxQuotaInput
impl UpdateMailboxQuotaInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMailboxQuota, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMailboxQuota, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateMailboxQuota
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateMailboxQuotaInput
.
source§impl UpdateMailboxQuotaInput
impl UpdateMailboxQuotaInput
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The identifier for the organization that contains the user for whom to update the mailbox quota.
sourcepub fn user_id(&self) -> Option<&str>
pub fn user_id(&self) -> Option<&str>
The identifer for the user for whom to update the mailbox quota.
sourcepub fn mailbox_quota(&self) -> Option<i32>
pub fn mailbox_quota(&self) -> Option<i32>
The updated mailbox quota, in MB, for the specified user.
Trait Implementations§
source§impl Clone for UpdateMailboxQuotaInput
impl Clone for UpdateMailboxQuotaInput
source§fn clone(&self) -> UpdateMailboxQuotaInput
fn clone(&self) -> UpdateMailboxQuotaInput
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 UpdateMailboxQuotaInput
impl Debug for UpdateMailboxQuotaInput
source§impl PartialEq<UpdateMailboxQuotaInput> for UpdateMailboxQuotaInput
impl PartialEq<UpdateMailboxQuotaInput> for UpdateMailboxQuotaInput
source§fn eq(&self, other: &UpdateMailboxQuotaInput) -> bool
fn eq(&self, other: &UpdateMailboxQuotaInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.