Struct aws_sdk_devopsguru::types::builders::InsightHealthBuilder
source · #[non_exhaustive]pub struct InsightHealthBuilder { /* private fields */ }
Expand description
A builder for InsightHealth
.
Implementations§
source§impl InsightHealthBuilder
impl InsightHealthBuilder
sourcepub fn open_proactive_insights(self, input: i32) -> Self
pub fn open_proactive_insights(self, input: i32) -> Self
The number of open proactive insights.
sourcepub fn set_open_proactive_insights(self, input: Option<i32>) -> Self
pub fn set_open_proactive_insights(self, input: Option<i32>) -> Self
The number of open proactive insights.
sourcepub fn get_open_proactive_insights(&self) -> &Option<i32>
pub fn get_open_proactive_insights(&self) -> &Option<i32>
The number of open proactive insights.
sourcepub fn open_reactive_insights(self, input: i32) -> Self
pub fn open_reactive_insights(self, input: i32) -> Self
The number of open reactive insights.
sourcepub fn set_open_reactive_insights(self, input: Option<i32>) -> Self
pub fn set_open_reactive_insights(self, input: Option<i32>) -> Self
The number of open reactive insights.
sourcepub fn get_open_reactive_insights(&self) -> &Option<i32>
pub fn get_open_reactive_insights(&self) -> &Option<i32>
The number of open reactive insights.
sourcepub fn mean_time_to_recover_in_milliseconds(self, input: i64) -> Self
pub fn mean_time_to_recover_in_milliseconds(self, input: i64) -> Self
The Meant Time to Recover (MTTR) for the insight.
sourcepub fn set_mean_time_to_recover_in_milliseconds(
self,
input: Option<i64>
) -> Self
pub fn set_mean_time_to_recover_in_milliseconds( self, input: Option<i64> ) -> Self
The Meant Time to Recover (MTTR) for the insight.
sourcepub fn get_mean_time_to_recover_in_milliseconds(&self) -> &Option<i64>
pub fn get_mean_time_to_recover_in_milliseconds(&self) -> &Option<i64>
The Meant Time to Recover (MTTR) for the insight.
sourcepub fn build(self) -> InsightHealth
pub fn build(self) -> InsightHealth
Consumes the builder and constructs a InsightHealth
.
Trait Implementations§
source§impl Clone for InsightHealthBuilder
impl Clone for InsightHealthBuilder
source§fn clone(&self) -> InsightHealthBuilder
fn clone(&self) -> InsightHealthBuilder
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 InsightHealthBuilder
impl Debug for InsightHealthBuilder
source§impl Default for InsightHealthBuilder
impl Default for InsightHealthBuilder
source§fn default() -> InsightHealthBuilder
fn default() -> InsightHealthBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for InsightHealthBuilder
impl PartialEq for InsightHealthBuilder
source§fn eq(&self, other: &InsightHealthBuilder) -> bool
fn eq(&self, other: &InsightHealthBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for InsightHealthBuilder
Auto Trait Implementations§
impl RefUnwindSafe for InsightHealthBuilder
impl Send for InsightHealthBuilder
impl Sync for InsightHealthBuilder
impl Unpin for InsightHealthBuilder
impl UnwindSafe for InsightHealthBuilder
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.