#[non_exhaustive]pub struct DescribeSentimentDetectionJobOutput { /* private fields */ }Implementations§
source§impl DescribeSentimentDetectionJobOutput
impl DescribeSentimentDetectionJobOutput
sourcepub fn sentiment_detection_job_properties(
&self
) -> Option<&SentimentDetectionJobProperties>
pub fn sentiment_detection_job_properties(
&self
) -> Option<&SentimentDetectionJobProperties>
An object that contains the properties associated with a sentiment detection job.
source§impl DescribeSentimentDetectionJobOutput
impl DescribeSentimentDetectionJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeSentimentDetectionJobOutput.
Trait Implementations§
source§impl Clone for DescribeSentimentDetectionJobOutput
impl Clone for DescribeSentimentDetectionJobOutput
source§fn clone(&self) -> DescribeSentimentDetectionJobOutput
fn clone(&self) -> DescribeSentimentDetectionJobOutput
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<DescribeSentimentDetectionJobOutput> for DescribeSentimentDetectionJobOutput
impl PartialEq<DescribeSentimentDetectionJobOutput> for DescribeSentimentDetectionJobOutput
source§fn eq(&self, other: &DescribeSentimentDetectionJobOutput) -> bool
fn eq(&self, other: &DescribeSentimentDetectionJobOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.