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