Struct aws_sdk_workmail::input::UpdateMailboxQuotaInput [−][src]
#[non_exhaustive]pub struct UpdateMailboxQuotaInput {
pub organization_id: Option<String>,
pub user_id: Option<String>,
pub mailbox_quota: Option<i32>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.organization_id: Option<String>
The identifier for the organization that contains the user for whom to update the mailbox quota.
user_id: Option<String>
The identifer for the user for whom to update the mailbox quota.
mailbox_quota: Option<i32>
The updated mailbox quota, in MB, for the specified user.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMailboxQuota, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateMailboxQuota, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateMailboxQuota
>
Creates a new builder-style object to manufacture UpdateMailboxQuotaInput
The identifier for the organization that contains the user for whom to update the mailbox quota.
The identifer for the user for whom to update the mailbox quota.
The updated mailbox quota, in MB, for the specified user.
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for UpdateMailboxQuotaInput
impl Send for UpdateMailboxQuotaInput
impl Sync for UpdateMailboxQuotaInput
impl Unpin for UpdateMailboxQuotaInput
impl UnwindSafe for UpdateMailboxQuotaInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more