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