Struct aws_sdk_comprehend::operation::list_sentiment_detection_jobs::ListSentimentDetectionJobsInput
source · #[non_exhaustive]pub struct ListSentimentDetectionJobsInput { /* private fields */ }Implementations§
source§impl ListSentimentDetectionJobsInput
impl ListSentimentDetectionJobsInput
sourcepub fn filter(&self) -> Option<&SentimentDetectionJobFilter>
pub fn filter(&self) -> Option<&SentimentDetectionJobFilter>
Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Identifies the next page of results to return.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
The maximum number of results to return in each page. The default is 100.
source§impl ListSentimentDetectionJobsInput
impl ListSentimentDetectionJobsInput
sourcepub fn builder() -> ListSentimentDetectionJobsInputBuilder
pub fn builder() -> ListSentimentDetectionJobsInputBuilder
Creates a new builder-style object to manufacture ListSentimentDetectionJobsInput.
source§impl ListSentimentDetectionJobsInput
impl ListSentimentDetectionJobsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListSentimentDetectionJobs, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<ListSentimentDetectionJobs, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListSentimentDetectionJobs>
Trait Implementations§
source§impl Clone for ListSentimentDetectionJobsInput
impl Clone for ListSentimentDetectionJobsInput
source§fn clone(&self) -> ListSentimentDetectionJobsInput
fn clone(&self) -> ListSentimentDetectionJobsInput
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<ListSentimentDetectionJobsInput> for ListSentimentDetectionJobsInput
impl PartialEq<ListSentimentDetectionJobsInput> for ListSentimentDetectionJobsInput
source§fn eq(&self, other: &ListSentimentDetectionJobsInput) -> bool
fn eq(&self, other: &ListSentimentDetectionJobsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.