Struct aws_sdk_devopsguru::operation::describe_organization_overview::builders::DescribeOrganizationOverviewOutputBuilder
source · #[non_exhaustive]pub struct DescribeOrganizationOverviewOutputBuilder { /* private fields */ }
Expand description
A builder for DescribeOrganizationOverviewOutput
.
Implementations§
source§impl DescribeOrganizationOverviewOutputBuilder
impl DescribeOrganizationOverviewOutputBuilder
sourcepub fn reactive_insights(self, input: i32) -> Self
pub fn reactive_insights(self, input: i32) -> Self
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
sourcepub fn set_reactive_insights(self, input: Option<i32>) -> Self
pub fn set_reactive_insights(self, input: Option<i32>) -> Self
An integer that specifies the number of open reactive insights in your Amazon Web Services account.
sourcepub fn proactive_insights(self, input: i32) -> Self
pub fn proactive_insights(self, input: i32) -> Self
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
sourcepub fn set_proactive_insights(self, input: Option<i32>) -> Self
pub fn set_proactive_insights(self, input: Option<i32>) -> Self
An integer that specifies the number of open proactive insights in your Amazon Web Services account.
sourcepub fn build(self) -> DescribeOrganizationOverviewOutput
pub fn build(self) -> DescribeOrganizationOverviewOutput
Consumes the builder and constructs a DescribeOrganizationOverviewOutput
.
Trait Implementations§
source§impl Clone for DescribeOrganizationOverviewOutputBuilder
impl Clone for DescribeOrganizationOverviewOutputBuilder
source§fn clone(&self) -> DescribeOrganizationOverviewOutputBuilder
fn clone(&self) -> DescribeOrganizationOverviewOutputBuilder
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 DescribeOrganizationOverviewOutputBuilder
impl Default for DescribeOrganizationOverviewOutputBuilder
source§fn default() -> DescribeOrganizationOverviewOutputBuilder
fn default() -> DescribeOrganizationOverviewOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeOrganizationOverviewOutputBuilder> for DescribeOrganizationOverviewOutputBuilder
impl PartialEq<DescribeOrganizationOverviewOutputBuilder> for DescribeOrganizationOverviewOutputBuilder
source§fn eq(&self, other: &DescribeOrganizationOverviewOutputBuilder) -> bool
fn eq(&self, other: &DescribeOrganizationOverviewOutputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.