Struct aws_sdk_macie2::operation::disable_organization_admin_account::builders::DisableOrganizationAdminAccountOutputBuilder
source · #[non_exhaustive]pub struct DisableOrganizationAdminAccountOutputBuilder { /* private fields */ }Expand description
A builder for DisableOrganizationAdminAccountOutput.
Implementations§
source§impl DisableOrganizationAdminAccountOutputBuilder
impl DisableOrganizationAdminAccountOutputBuilder
sourcepub fn build(self) -> DisableOrganizationAdminAccountOutput
pub fn build(self) -> DisableOrganizationAdminAccountOutput
Consumes the builder and constructs a DisableOrganizationAdminAccountOutput.
Trait Implementations§
source§impl Clone for DisableOrganizationAdminAccountOutputBuilder
impl Clone for DisableOrganizationAdminAccountOutputBuilder
source§fn clone(&self) -> DisableOrganizationAdminAccountOutputBuilder
fn clone(&self) -> DisableOrganizationAdminAccountOutputBuilder
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 DisableOrganizationAdminAccountOutputBuilder
impl Default for DisableOrganizationAdminAccountOutputBuilder
source§fn default() -> DisableOrganizationAdminAccountOutputBuilder
fn default() -> DisableOrganizationAdminAccountOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DisableOrganizationAdminAccountOutputBuilder
impl PartialEq for DisableOrganizationAdminAccountOutputBuilder
source§fn eq(&self, other: &DisableOrganizationAdminAccountOutputBuilder) -> bool
fn eq(&self, other: &DisableOrganizationAdminAccountOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DisableOrganizationAdminAccountOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DisableOrganizationAdminAccountOutputBuilder
impl Send for DisableOrganizationAdminAccountOutputBuilder
impl Sync for DisableOrganizationAdminAccountOutputBuilder
impl Unpin for DisableOrganizationAdminAccountOutputBuilder
impl UnwindSafe for DisableOrganizationAdminAccountOutputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.