Struct aws_sdk_xray::types::builders::UnprocessedStatisticsBuilder
source · #[non_exhaustive]pub struct UnprocessedStatisticsBuilder { /* private fields */ }
Expand description
A builder for UnprocessedStatistics
.
Implementations§
source§impl UnprocessedStatisticsBuilder
impl UnprocessedStatisticsBuilder
sourcepub fn set_rule_name(self, input: Option<String>) -> Self
pub fn set_rule_name(self, input: Option<String>) -> Self
The name of the sampling rule.
sourcepub fn get_rule_name(&self) -> &Option<String>
pub fn get_rule_name(&self) -> &Option<String>
The name of the sampling rule.
sourcepub fn error_code(self, input: impl Into<String>) -> Self
pub fn error_code(self, input: impl Into<String>) -> Self
The error code.
sourcepub fn set_error_code(self, input: Option<String>) -> Self
pub fn set_error_code(self, input: Option<String>) -> Self
The error code.
sourcepub fn get_error_code(&self) -> &Option<String>
pub fn get_error_code(&self) -> &Option<String>
The error code.
sourcepub fn set_message(self, input: Option<String>) -> Self
pub fn set_message(self, input: Option<String>) -> Self
The error message.
sourcepub fn get_message(&self) -> &Option<String>
pub fn get_message(&self) -> &Option<String>
The error message.
sourcepub fn build(self) -> UnprocessedStatistics
pub fn build(self) -> UnprocessedStatistics
Consumes the builder and constructs a UnprocessedStatistics
.
Trait Implementations§
source§impl Clone for UnprocessedStatisticsBuilder
impl Clone for UnprocessedStatisticsBuilder
source§fn clone(&self) -> UnprocessedStatisticsBuilder
fn clone(&self) -> UnprocessedStatisticsBuilder
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 UnprocessedStatisticsBuilder
impl Debug for UnprocessedStatisticsBuilder
source§impl Default for UnprocessedStatisticsBuilder
impl Default for UnprocessedStatisticsBuilder
source§fn default() -> UnprocessedStatisticsBuilder
fn default() -> UnprocessedStatisticsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for UnprocessedStatisticsBuilder
impl PartialEq for UnprocessedStatisticsBuilder
source§fn eq(&self, other: &UnprocessedStatisticsBuilder) -> bool
fn eq(&self, other: &UnprocessedStatisticsBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UnprocessedStatisticsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UnprocessedStatisticsBuilder
impl Send for UnprocessedStatisticsBuilder
impl Sync for UnprocessedStatisticsBuilder
impl Unpin for UnprocessedStatisticsBuilder
impl UnwindSafe for UnprocessedStatisticsBuilder
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.