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