Struct aws_sdk_workmail::input::DeleteOrganizationInput
source · #[non_exhaustive]pub struct DeleteOrganizationInput { /* private fields */ }
Implementations§
source§impl DeleteOrganizationInput
impl DeleteOrganizationInput
sourcepub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteOrganization, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<DeleteOrganization, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteOrganization
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteOrganizationInput
.
source§impl DeleteOrganizationInput
impl DeleteOrganizationInput
sourcepub fn client_token(&self) -> Option<&str>
pub fn client_token(&self) -> Option<&str>
The idempotency token associated with the request.
sourcepub fn organization_id(&self) -> Option<&str>
pub fn organization_id(&self) -> Option<&str>
The organization ID.
sourcepub fn delete_directory(&self) -> bool
pub fn delete_directory(&self) -> bool
If true, deletes the AWS Directory Service directory associated with the organization.
Trait Implementations§
source§impl Clone for DeleteOrganizationInput
impl Clone for DeleteOrganizationInput
source§fn clone(&self) -> DeleteOrganizationInput
fn clone(&self) -> DeleteOrganizationInput
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 DeleteOrganizationInput
impl Debug for DeleteOrganizationInput
source§impl PartialEq<DeleteOrganizationInput> for DeleteOrganizationInput
impl PartialEq<DeleteOrganizationInput> for DeleteOrganizationInput
source§fn eq(&self, other: &DeleteOrganizationInput) -> bool
fn eq(&self, other: &DeleteOrganizationInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.