#[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() -> Builder
pub fn builder() -> Builder
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 ==.