#[non_exhaustive]pub struct AccountInsightHealthBuilder { /* private fields */ }
Expand description
A builder for AccountInsightHealth
.
Implementations§
source§impl AccountInsightHealthBuilder
impl AccountInsightHealthBuilder
sourcepub fn open_proactive_insights(self, input: i32) -> Self
pub fn open_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_open_proactive_insights(self, input: Option<i32>) -> Self
pub fn set_open_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 open_reactive_insights(self, input: i32) -> Self
pub fn open_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_open_reactive_insights(self, input: Option<i32>) -> Self
pub fn set_open_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 build(self) -> AccountInsightHealth
pub fn build(self) -> AccountInsightHealth
Consumes the builder and constructs a AccountInsightHealth
.
Trait Implementations§
source§impl Clone for AccountInsightHealthBuilder
impl Clone for AccountInsightHealthBuilder
source§fn clone(&self) -> AccountInsightHealthBuilder
fn clone(&self) -> AccountInsightHealthBuilder
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 Debug for AccountInsightHealthBuilder
impl Debug for AccountInsightHealthBuilder
source§impl Default for AccountInsightHealthBuilder
impl Default for AccountInsightHealthBuilder
source§fn default() -> AccountInsightHealthBuilder
fn default() -> AccountInsightHealthBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<AccountInsightHealthBuilder> for AccountInsightHealthBuilder
impl PartialEq<AccountInsightHealthBuilder> for AccountInsightHealthBuilder
source§fn eq(&self, other: &AccountInsightHealthBuilder) -> bool
fn eq(&self, other: &AccountInsightHealthBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.