Struct aws_sdk_comprehend::operation::list_sentiment_detection_jobs::ListSentimentDetectionJobsOutput
source · #[non_exhaustive]pub struct ListSentimentDetectionJobsOutput { /* private fields */ }Implementations§
source§impl ListSentimentDetectionJobsOutput
impl ListSentimentDetectionJobsOutput
sourcepub fn sentiment_detection_job_properties_list(
&self
) -> Option<&[SentimentDetectionJobProperties]>
pub fn sentiment_detection_job_properties_list( &self ) -> Option<&[SentimentDetectionJobProperties]>
A list containing the properties of each job that is returned.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Identifies the next page of results to return.
source§impl ListSentimentDetectionJobsOutput
impl ListSentimentDetectionJobsOutput
sourcepub fn builder() -> ListSentimentDetectionJobsOutputBuilder
pub fn builder() -> ListSentimentDetectionJobsOutputBuilder
Creates a new builder-style object to manufacture ListSentimentDetectionJobsOutput.
Trait Implementations§
source§impl Clone for ListSentimentDetectionJobsOutput
impl Clone for ListSentimentDetectionJobsOutput
source§fn clone(&self) -> ListSentimentDetectionJobsOutput
fn clone(&self) -> ListSentimentDetectionJobsOutput
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<ListSentimentDetectionJobsOutput> for ListSentimentDetectionJobsOutput
impl PartialEq<ListSentimentDetectionJobsOutput> for ListSentimentDetectionJobsOutput
source§fn eq(&self, other: &ListSentimentDetectionJobsOutput) -> bool
fn eq(&self, other: &ListSentimentDetectionJobsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListSentimentDetectionJobsOutput
impl RequestId for ListSentimentDetectionJobsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.