Struct aws_sdk_comprehend::operation::list_dominant_language_detection_jobs::ListDominantLanguageDetectionJobsOutput
source · #[non_exhaustive]pub struct ListDominantLanguageDetectionJobsOutput { /* private fields */ }Implementations§
source§impl ListDominantLanguageDetectionJobsOutput
impl ListDominantLanguageDetectionJobsOutput
sourcepub fn dominant_language_detection_job_properties_list(
&self
) -> Option<&[DominantLanguageDetectionJobProperties]>
pub fn dominant_language_detection_job_properties_list( &self ) -> Option<&[DominantLanguageDetectionJobProperties]>
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 ListDominantLanguageDetectionJobsOutput
impl ListDominantLanguageDetectionJobsOutput
sourcepub fn builder() -> ListDominantLanguageDetectionJobsOutputBuilder
pub fn builder() -> ListDominantLanguageDetectionJobsOutputBuilder
Creates a new builder-style object to manufacture ListDominantLanguageDetectionJobsOutput.
Trait Implementations§
source§impl Clone for ListDominantLanguageDetectionJobsOutput
impl Clone for ListDominantLanguageDetectionJobsOutput
source§fn clone(&self) -> ListDominantLanguageDetectionJobsOutput
fn clone(&self) -> ListDominantLanguageDetectionJobsOutput
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<ListDominantLanguageDetectionJobsOutput> for ListDominantLanguageDetectionJobsOutput
impl PartialEq<ListDominantLanguageDetectionJobsOutput> for ListDominantLanguageDetectionJobsOutput
source§fn eq(&self, other: &ListDominantLanguageDetectionJobsOutput) -> bool
fn eq(&self, other: &ListDominantLanguageDetectionJobsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListDominantLanguageDetectionJobsOutput
impl RequestId for ListDominantLanguageDetectionJobsOutput
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.