#[non_exhaustive]pub struct CreateOrganizationInput { /* private fields */ }Implementations§
source§impl CreateOrganizationInput
impl CreateOrganizationInput
sourcepub fn directory_id(&self) -> Option<&str>
pub fn directory_id(&self) -> Option<&str>
The AWS Directory Service directory ID.
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The idempotency token associated with the request.
sourcepub fn domains(&self) -> Option<&[Domain]>
pub fn domains(&self) -> Option<&[Domain]>
The email domains to associate with the organization.
sourcepub fn kms_key_arn(&self) -> Option<&str>
pub fn kms_key_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of a customer managed key from AWS KMS.
sourcepub fn enable_interoperability(&self) -> bool
pub fn enable_interoperability(&self) -> bool
When true, allows organization interoperability between WorkMail and Microsoft Exchange. If true, you must include a AD Connector directory ID in the request.
source§impl CreateOrganizationInput
impl CreateOrganizationInput
sourcepub fn builder() -> CreateOrganizationInputBuilder
pub fn builder() -> CreateOrganizationInputBuilder
Creates a new builder-style object to manufacture CreateOrganizationInput.
source§impl CreateOrganizationInput
impl CreateOrganizationInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<CreateOrganization, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( self, _config: &Config ) -> Result<Operation<CreateOrganization, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateOrganization>
Trait Implementations§
source§impl Clone for CreateOrganizationInput
impl Clone for CreateOrganizationInput
source§fn clone(&self) -> CreateOrganizationInput
fn clone(&self) -> CreateOrganizationInput
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 CreateOrganizationInput
impl Debug for CreateOrganizationInput
source§impl PartialEq<CreateOrganizationInput> for CreateOrganizationInput
impl PartialEq<CreateOrganizationInput> for CreateOrganizationInput
source§fn eq(&self, other: &CreateOrganizationInput) -> bool
fn eq(&self, other: &CreateOrganizationInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.