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