Struct aws_sdk_macie2::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: bool) -> Self
pub fn auto_enable(self, input: bool) -> Self
Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.
sourcepub fn set_auto_enable(self, input: Option<bool>) -> Self
pub fn set_auto_enable(self, input: Option<bool>) -> Self
Specifies whether Amazon Macie is enabled automatically for accounts that are added to the organization.
sourcepub fn max_account_limit_reached(self, input: bool) -> Self
pub fn max_account_limit_reached(self, input: bool) -> Self
Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.
sourcepub fn set_max_account_limit_reached(self, input: Option<bool>) -> Self
pub fn set_max_account_limit_reached(self, input: Option<bool>) -> Self
Specifies whether the maximum number of Amazon Macie member accounts are part of the organization.
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<DescribeOrganizationConfigurationOutputBuilder> for DescribeOrganizationConfigurationOutputBuilder
impl PartialEq<DescribeOrganizationConfigurationOutputBuilder> 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 ==
.