#[non_exhaustive]pub struct ServerStatusSummaryBuilder { /* private fields */ }Expand description
A builder for ServerStatusSummary.
Implementations§
source§impl ServerStatusSummaryBuilder
impl ServerStatusSummaryBuilder
sourcepub fn run_time_assessment_status(self, input: RunTimeAssessmentStatus) -> Self
pub fn run_time_assessment_status(self, input: RunTimeAssessmentStatus) -> Self
The status of the run time.
sourcepub fn set_run_time_assessment_status(
self,
input: Option<RunTimeAssessmentStatus>
) -> Self
pub fn set_run_time_assessment_status( self, input: Option<RunTimeAssessmentStatus> ) -> Self
The status of the run time.
sourcepub fn get_run_time_assessment_status(&self) -> &Option<RunTimeAssessmentStatus>
pub fn get_run_time_assessment_status(&self) -> &Option<RunTimeAssessmentStatus>
The status of the run time.
sourcepub fn count(self, input: i32) -> Self
pub fn count(self, input: i32) -> Self
The number of servers successfully analyzed, partially successful or failed analysis.
sourcepub fn set_count(self, input: Option<i32>) -> Self
pub fn set_count(self, input: Option<i32>) -> Self
The number of servers successfully analyzed, partially successful or failed analysis.
sourcepub fn get_count(&self) -> &Option<i32>
pub fn get_count(&self) -> &Option<i32>
The number of servers successfully analyzed, partially successful or failed analysis.
sourcepub fn build(self) -> ServerStatusSummary
pub fn build(self) -> ServerStatusSummary
Consumes the builder and constructs a ServerStatusSummary.
Trait Implementations§
source§impl Clone for ServerStatusSummaryBuilder
impl Clone for ServerStatusSummaryBuilder
source§fn clone(&self) -> ServerStatusSummaryBuilder
fn clone(&self) -> ServerStatusSummaryBuilder
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 ServerStatusSummaryBuilder
impl Debug for ServerStatusSummaryBuilder
source§impl Default for ServerStatusSummaryBuilder
impl Default for ServerStatusSummaryBuilder
source§fn default() -> ServerStatusSummaryBuilder
fn default() -> ServerStatusSummaryBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ServerStatusSummaryBuilder
impl PartialEq for ServerStatusSummaryBuilder
source§fn eq(&self, other: &ServerStatusSummaryBuilder) -> bool
fn eq(&self, other: &ServerStatusSummaryBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ServerStatusSummaryBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ServerStatusSummaryBuilder
impl Send for ServerStatusSummaryBuilder
impl Sync for ServerStatusSummaryBuilder
impl Unpin for ServerStatusSummaryBuilder
impl UnwindSafe for ServerStatusSummaryBuilder
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.