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