Struct aws_sdk_omics::input::ListRunTasksInput
source · #[non_exhaustive]pub struct ListRunTasksInput { /* private fields */ }
Implementations§
source§impl ListRunTasksInput
impl ListRunTasksInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRunTasks, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRunTasks, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRunTasks
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListRunTasksInput
.
source§impl ListRunTasksInput
impl ListRunTasksInput
sourcepub fn status(&self) -> Option<&TaskStatus>
pub fn status(&self) -> Option<&TaskStatus>
Filter the list by status.
sourcepub fn starting_token(&self) -> Option<&str>
pub fn starting_token(&self) -> Option<&str>
Specify the pagination token from a previous request to retrieve the next page of results.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of run tasks to return in one page of results.
Trait Implementations§
source§impl Clone for ListRunTasksInput
impl Clone for ListRunTasksInput
source§fn clone(&self) -> ListRunTasksInput
fn clone(&self) -> ListRunTasksInput
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 ListRunTasksInput
impl Debug for ListRunTasksInput
source§impl PartialEq<ListRunTasksInput> for ListRunTasksInput
impl PartialEq<ListRunTasksInput> for ListRunTasksInput
source§fn eq(&self, other: &ListRunTasksInput) -> bool
fn eq(&self, other: &ListRunTasksInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.