Struct aws_sdk_devopsguru::types::builders::AccountHealthBuilder
source · #[non_exhaustive]pub struct AccountHealthBuilder { /* private fields */ }
Expand description
A builder for AccountHealth
.
Implementations§
source§impl AccountHealthBuilder
impl AccountHealthBuilder
sourcepub fn account_id(self, input: impl Into<String>) -> Self
pub fn account_id(self, input: impl Into<String>) -> Self
The ID of the Amazon Web Services account.
sourcepub fn set_account_id(self, input: Option<String>) -> Self
pub fn set_account_id(self, input: Option<String>) -> Self
The ID of the Amazon Web Services account.
sourcepub fn get_account_id(&self) -> &Option<String>
pub fn get_account_id(&self) -> &Option<String>
The ID of the Amazon Web Services account.
sourcepub fn insight(self, input: AccountInsightHealth) -> Self
pub fn insight(self, input: AccountInsightHealth) -> Self
Information about the health of the Amazon Web Services resources in your account, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
sourcepub fn set_insight(self, input: Option<AccountInsightHealth>) -> Self
pub fn set_insight(self, input: Option<AccountInsightHealth>) -> Self
Information about the health of the Amazon Web Services resources in your account, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
sourcepub fn get_insight(&self) -> &Option<AccountInsightHealth>
pub fn get_insight(&self) -> &Option<AccountInsightHealth>
Information about the health of the Amazon Web Services resources in your account, including the number of open proactive, open reactive insights, and the Mean Time to Recover (MTTR) of closed insights.
sourcepub fn build(self) -> AccountHealth
pub fn build(self) -> AccountHealth
Consumes the builder and constructs a AccountHealth
.
Trait Implementations§
source§impl Clone for AccountHealthBuilder
impl Clone for AccountHealthBuilder
source§fn clone(&self) -> AccountHealthBuilder
fn clone(&self) -> AccountHealthBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for AccountHealthBuilder
impl Debug for AccountHealthBuilder
source§impl Default for AccountHealthBuilder
impl Default for AccountHealthBuilder
source§fn default() -> AccountHealthBuilder
fn default() -> AccountHealthBuilder
source§impl PartialEq for AccountHealthBuilder
impl PartialEq for AccountHealthBuilder
source§fn eq(&self, other: &AccountHealthBuilder) -> bool
fn eq(&self, other: &AccountHealthBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.