Struct aws_sdk_devicefarm::operation::list_unique_problems::builders::ListUniqueProblemsInputBuilder
source · #[non_exhaustive]pub struct ListUniqueProblemsInputBuilder { /* private fields */ }Expand description
A builder for ListUniqueProblemsInput.
Implementations§
source§impl ListUniqueProblemsInputBuilder
impl ListUniqueProblemsInputBuilder
sourcepub fn next_token(self, input: impl Into<String>) -> Self
pub fn next_token(self, input: impl Into<String>) -> Self
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
sourcepub fn set_next_token(self, input: Option<String>) -> Self
pub fn set_next_token(self, input: Option<String>) -> Self
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
sourcepub fn build(self) -> Result<ListUniqueProblemsInput, BuildError>
pub fn build(self) -> Result<ListUniqueProblemsInput, BuildError>
Consumes the builder and constructs a ListUniqueProblemsInput.
Trait Implementations§
source§impl Clone for ListUniqueProblemsInputBuilder
impl Clone for ListUniqueProblemsInputBuilder
source§fn clone(&self) -> ListUniqueProblemsInputBuilder
fn clone(&self) -> ListUniqueProblemsInputBuilder
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 Default for ListUniqueProblemsInputBuilder
impl Default for ListUniqueProblemsInputBuilder
source§fn default() -> ListUniqueProblemsInputBuilder
fn default() -> ListUniqueProblemsInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ListUniqueProblemsInputBuilder> for ListUniqueProblemsInputBuilder
impl PartialEq<ListUniqueProblemsInputBuilder> for ListUniqueProblemsInputBuilder
source§fn eq(&self, other: &ListUniqueProblemsInputBuilder) -> bool
fn eq(&self, other: &ListUniqueProblemsInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.