Struct aws_sdk_devicefarm::types::builders::CountersBuilder
source · #[non_exhaustive]pub struct CountersBuilder { /* private fields */ }Expand description
A builder for Counters.
Implementations§
source§impl CountersBuilder
impl CountersBuilder
sourcepub fn set_passed(self, input: Option<i32>) -> Self
pub fn set_passed(self, input: Option<i32>) -> Self
The number of passed entities.
sourcepub fn set_failed(self, input: Option<i32>) -> Self
pub fn set_failed(self, input: Option<i32>) -> Self
The number of failed entities.
sourcepub fn set_warned(self, input: Option<i32>) -> Self
pub fn set_warned(self, input: Option<i32>) -> Self
The number of warned entities.
sourcepub fn set_errored(self, input: Option<i32>) -> Self
pub fn set_errored(self, input: Option<i32>) -> Self
The number of errored entities.
sourcepub fn set_stopped(self, input: Option<i32>) -> Self
pub fn set_stopped(self, input: Option<i32>) -> Self
The number of stopped entities.
sourcepub fn set_skipped(self, input: Option<i32>) -> Self
pub fn set_skipped(self, input: Option<i32>) -> Self
The number of skipped entities.
Trait Implementations§
source§impl Clone for CountersBuilder
impl Clone for CountersBuilder
source§fn clone(&self) -> CountersBuilder
fn clone(&self) -> CountersBuilder
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 CountersBuilder
impl Debug for CountersBuilder
source§impl Default for CountersBuilder
impl Default for CountersBuilder
source§fn default() -> CountersBuilder
fn default() -> CountersBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CountersBuilder> for CountersBuilder
impl PartialEq<CountersBuilder> for CountersBuilder
source§fn eq(&self, other: &CountersBuilder) -> bool
fn eq(&self, other: &CountersBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.