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