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