Struct aws_sdk_omics::operation::list_runs::ListRunsInput
source · #[non_exhaustive]pub struct ListRunsInput { /* private fields */ }
Implementations§
source§impl ListRunsInput
impl ListRunsInput
sourcepub fn run_group_id(&self) -> Option<&str>
pub fn run_group_id(&self) -> Option<&str>
Filter the list by run group ID.
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 runs to return in one page of results.
source§impl ListRunsInput
impl ListRunsInput
sourcepub fn builder() -> ListRunsInputBuilder
pub fn builder() -> ListRunsInputBuilder
Creates a new builder-style object to manufacture ListRunsInput
.
source§impl ListRunsInput
impl ListRunsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListRuns, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListRuns, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListRuns
>
Trait Implementations§
source§impl Clone for ListRunsInput
impl Clone for ListRunsInput
source§fn clone(&self) -> ListRunsInput
fn clone(&self) -> ListRunsInput
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 ListRunsInput
impl Debug for ListRunsInput
source§impl PartialEq<ListRunsInput> for ListRunsInput
impl PartialEq<ListRunsInput> for ListRunsInput
source§fn eq(&self, other: &ListRunsInput) -> bool
fn eq(&self, other: &ListRunsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.