Struct aws_sdk_workmail::operation::get_mailbox_details::builders::GetMailboxDetailsInputBuilder
source · #[non_exhaustive]pub struct GetMailboxDetailsInputBuilder { /* private fields */ }Expand description
A builder for GetMailboxDetailsInput.
Implementations§
source§impl GetMailboxDetailsInputBuilder
impl GetMailboxDetailsInputBuilder
sourcepub fn organization_id(self, input: impl Into<String>) -> Self
pub fn organization_id(self, input: impl Into<String>) -> Self
The identifier for the organization that contains the user whose mailbox details are being requested.
sourcepub fn set_organization_id(self, input: Option<String>) -> Self
pub fn set_organization_id(self, input: Option<String>) -> Self
The identifier for the organization that contains the user whose mailbox details are being requested.
sourcepub fn user_id(self, input: impl Into<String>) -> Self
pub fn user_id(self, input: impl Into<String>) -> Self
The identifier for the user whose mailbox details are being requested.
sourcepub fn set_user_id(self, input: Option<String>) -> Self
pub fn set_user_id(self, input: Option<String>) -> Self
The identifier for the user whose mailbox details are being requested.
sourcepub fn build(self) -> Result<GetMailboxDetailsInput, BuildError>
pub fn build(self) -> Result<GetMailboxDetailsInput, BuildError>
Consumes the builder and constructs a GetMailboxDetailsInput.
Trait Implementations§
source§impl Clone for GetMailboxDetailsInputBuilder
impl Clone for GetMailboxDetailsInputBuilder
source§fn clone(&self) -> GetMailboxDetailsInputBuilder
fn clone(&self) -> GetMailboxDetailsInputBuilder
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 Default for GetMailboxDetailsInputBuilder
impl Default for GetMailboxDetailsInputBuilder
source§fn default() -> GetMailboxDetailsInputBuilder
fn default() -> GetMailboxDetailsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<GetMailboxDetailsInputBuilder> for GetMailboxDetailsInputBuilder
impl PartialEq<GetMailboxDetailsInputBuilder> for GetMailboxDetailsInputBuilder
source§fn eq(&self, other: &GetMailboxDetailsInputBuilder) -> bool
fn eq(&self, other: &GetMailboxDetailsInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.