Struct aws_sdk_inspector2::operation::describe_organization_configuration::builders::DescribeOrganizationConfigurationOutputBuilder
source · #[non_exhaustive]pub struct DescribeOrganizationConfigurationOutputBuilder { /* private fields */ }Expand description
A builder for DescribeOrganizationConfigurationOutput.
Implementations§
source§impl DescribeOrganizationConfigurationOutputBuilder
impl DescribeOrganizationConfigurationOutputBuilder
sourcepub fn auto_enable(self, input: AutoEnable) -> Self
pub fn auto_enable(self, input: AutoEnable) -> Self
The scan types are automatically enabled for new members of your organization.
sourcepub fn set_auto_enable(self, input: Option<AutoEnable>) -> Self
pub fn set_auto_enable(self, input: Option<AutoEnable>) -> Self
The scan types are automatically enabled for new members of your organization.
sourcepub fn get_auto_enable(&self) -> &Option<AutoEnable>
pub fn get_auto_enable(&self) -> &Option<AutoEnable>
The scan types are automatically enabled for new members of your organization.
sourcepub fn max_account_limit_reached(self, input: bool) -> Self
pub fn max_account_limit_reached(self, input: bool) -> Self
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.
sourcepub fn set_max_account_limit_reached(self, input: Option<bool>) -> Self
pub fn set_max_account_limit_reached(self, input: Option<bool>) -> Self
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.
sourcepub fn get_max_account_limit_reached(&self) -> &Option<bool>
pub fn get_max_account_limit_reached(&self) -> &Option<bool>
Represents whether your organization has reached the maximum Amazon Web Services account limit for Amazon Inspector.
sourcepub fn build(self) -> DescribeOrganizationConfigurationOutput
pub fn build(self) -> DescribeOrganizationConfigurationOutput
Consumes the builder and constructs a DescribeOrganizationConfigurationOutput.
Trait Implementations§
source§impl Clone for DescribeOrganizationConfigurationOutputBuilder
impl Clone for DescribeOrganizationConfigurationOutputBuilder
source§fn clone(&self) -> DescribeOrganizationConfigurationOutputBuilder
fn clone(&self) -> DescribeOrganizationConfigurationOutputBuilder
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 DescribeOrganizationConfigurationOutputBuilder
impl Default for DescribeOrganizationConfigurationOutputBuilder
source§fn default() -> DescribeOrganizationConfigurationOutputBuilder
fn default() -> DescribeOrganizationConfigurationOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DescribeOrganizationConfigurationOutputBuilder
impl PartialEq for DescribeOrganizationConfigurationOutputBuilder
source§fn eq(&self, other: &DescribeOrganizationConfigurationOutputBuilder) -> bool
fn eq(&self, other: &DescribeOrganizationConfigurationOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DescribeOrganizationConfigurationOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for DescribeOrganizationConfigurationOutputBuilder
impl Send for DescribeOrganizationConfigurationOutputBuilder
impl Sync for DescribeOrganizationConfigurationOutputBuilder
impl Unpin for DescribeOrganizationConfigurationOutputBuilder
impl UnwindSafe for DescribeOrganizationConfigurationOutputBuilder
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.