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