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