Struct aws_sdk_xray::input::UpdateSamplingRuleInput
source · #[non_exhaustive]pub struct UpdateSamplingRuleInput { /* private fields */ }
Implementations§
source§impl UpdateSamplingRuleInput
impl UpdateSamplingRuleInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSamplingRule, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateSamplingRule, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateSamplingRule
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateSamplingRuleInput
.
source§impl UpdateSamplingRuleInput
impl UpdateSamplingRuleInput
sourcepub fn sampling_rule_update(&self) -> Option<&SamplingRuleUpdate>
pub fn sampling_rule_update(&self) -> Option<&SamplingRuleUpdate>
The rule and fields to change.
Trait Implementations§
source§impl Clone for UpdateSamplingRuleInput
impl Clone for UpdateSamplingRuleInput
source§fn clone(&self) -> UpdateSamplingRuleInput
fn clone(&self) -> UpdateSamplingRuleInput
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 UpdateSamplingRuleInput
impl Debug for UpdateSamplingRuleInput
source§impl PartialEq<UpdateSamplingRuleInput> for UpdateSamplingRuleInput
impl PartialEq<UpdateSamplingRuleInput> for UpdateSamplingRuleInput
source§fn eq(&self, other: &UpdateSamplingRuleInput) -> bool
fn eq(&self, other: &UpdateSamplingRuleInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.