Struct aws_sdk_securityhub::operation::get_master_account::builders::GetMasterAccountOutputBuilder
source · #[non_exhaustive]pub struct GetMasterAccountOutputBuilder { /* private fields */ }Expand description
A builder for GetMasterAccountOutput.
Implementations§
source§impl GetMasterAccountOutputBuilder
impl GetMasterAccountOutputBuilder
sourcepub fn master(self, input: Invitation) -> Self
pub fn master(self, input: Invitation) -> Self
A list of details about the Security Hub administrator account for the current member account.
sourcepub fn set_master(self, input: Option<Invitation>) -> Self
pub fn set_master(self, input: Option<Invitation>) -> Self
A list of details about the Security Hub administrator account for the current member account.
sourcepub fn get_master(&self) -> &Option<Invitation>
pub fn get_master(&self) -> &Option<Invitation>
A list of details about the Security Hub administrator account for the current member account.
sourcepub fn build(self) -> GetMasterAccountOutput
pub fn build(self) -> GetMasterAccountOutput
Consumes the builder and constructs a GetMasterAccountOutput.
Trait Implementations§
source§impl Clone for GetMasterAccountOutputBuilder
impl Clone for GetMasterAccountOutputBuilder
source§fn clone(&self) -> GetMasterAccountOutputBuilder
fn clone(&self) -> GetMasterAccountOutputBuilder
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 GetMasterAccountOutputBuilder
impl Default for GetMasterAccountOutputBuilder
source§fn default() -> GetMasterAccountOutputBuilder
fn default() -> GetMasterAccountOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for GetMasterAccountOutputBuilder
impl PartialEq for GetMasterAccountOutputBuilder
source§fn eq(&self, other: &GetMasterAccountOutputBuilder) -> bool
fn eq(&self, other: &GetMasterAccountOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for GetMasterAccountOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for GetMasterAccountOutputBuilder
impl Send for GetMasterAccountOutputBuilder
impl Sync for GetMasterAccountOutputBuilder
impl Unpin for GetMasterAccountOutputBuilder
impl UnwindSafe for GetMasterAccountOutputBuilder
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.