#[non_exhaustive]pub struct StartMailboxExportJobInput { /* private fields */ }
Implementations§
source§impl StartMailboxExportJobInput
impl StartMailboxExportJobInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<StartMailboxExportJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<StartMailboxExportJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartMailboxExportJob
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartMailboxExportJobInput
.
source§impl StartMailboxExportJobInput
impl StartMailboxExportJobInput
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The idempotency token for the client request.
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The identifier associated with the organization.
sourcepub fn entity_id(&self) -> Option<&str>
pub fn entity_id(&self) -> Option<&str>
The identifier of the user or resource associated with the mailbox.
sourcepub fn description(&self) -> Option<&str>
pub fn description(&self) -> Option<&str>
The mailbox export job description.
sourcepub fn role_arn(&self) -> Option<&str>
pub fn role_arn(&self) -> Option<&str>
The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the S3 bucket.
sourcepub fn kms_key_arn(&self) -> Option<&str>
pub fn kms_key_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.
sourcepub fn s3_bucket_name(&self) -> Option<&str>
pub fn s3_bucket_name(&self) -> Option<&str>
The name of the S3 bucket.
Trait Implementations§
source§impl Clone for StartMailboxExportJobInput
impl Clone for StartMailboxExportJobInput
source§fn clone(&self) -> StartMailboxExportJobInput
fn clone(&self) -> StartMailboxExportJobInput
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 StartMailboxExportJobInput
impl Debug for StartMailboxExportJobInput
source§impl PartialEq<StartMailboxExportJobInput> for StartMailboxExportJobInput
impl PartialEq<StartMailboxExportJobInput> for StartMailboxExportJobInput
source§fn eq(&self, other: &StartMailboxExportJobInput) -> bool
fn eq(&self, other: &StartMailboxExportJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.