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