#[non_exhaustive]pub struct ListReadSetActivationJobsInput { /* private fields */ }
Implementations§
source§impl ListReadSetActivationJobsInput
impl ListReadSetActivationJobsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListReadSetActivationJobs, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListReadSetActivationJobs, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListReadSetActivationJobs
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListReadSetActivationJobsInput
.
source§impl ListReadSetActivationJobsInput
impl ListReadSetActivationJobsInput
sourcepub fn sequence_store_id(&self) -> Option<&str>
pub fn sequence_store_id(&self) -> Option<&str>
The read set's sequence store ID.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of read set activation jobs to return in one page of results.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Specify the pagination token from a previous request to retrieve the next page of results.
sourcepub fn filter(&self) -> Option<&ActivateReadSetFilter>
pub fn filter(&self) -> Option<&ActivateReadSetFilter>
A filter to apply to the list.
Trait Implementations§
source§impl Clone for ListReadSetActivationJobsInput
impl Clone for ListReadSetActivationJobsInput
source§fn clone(&self) -> ListReadSetActivationJobsInput
fn clone(&self) -> ListReadSetActivationJobsInput
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 PartialEq<ListReadSetActivationJobsInput> for ListReadSetActivationJobsInput
impl PartialEq<ListReadSetActivationJobsInput> for ListReadSetActivationJobsInput
source§fn eq(&self, other: &ListReadSetActivationJobsInput) -> bool
fn eq(&self, other: &ListReadSetActivationJobsInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.