Struct aws_sdk_comprehend::operation::stop_sentiment_detection_job::StopSentimentDetectionJobInput
source · #[non_exhaustive]pub struct StopSentimentDetectionJobInput { /* private fields */ }Implementations§
source§impl StopSentimentDetectionJobInput
impl StopSentimentDetectionJobInput
sourcepub fn builder() -> StopSentimentDetectionJobInputBuilder
pub fn builder() -> StopSentimentDetectionJobInputBuilder
Creates a new builder-style object to manufacture StopSentimentDetectionJobInput.
source§impl StopSentimentDetectionJobInput
impl StopSentimentDetectionJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StopSentimentDetectionJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<StopSentimentDetectionJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StopSentimentDetectionJob>
Trait Implementations§
source§impl Clone for StopSentimentDetectionJobInput
impl Clone for StopSentimentDetectionJobInput
source§fn clone(&self) -> StopSentimentDetectionJobInput
fn clone(&self) -> StopSentimentDetectionJobInput
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<StopSentimentDetectionJobInput> for StopSentimentDetectionJobInput
impl PartialEq<StopSentimentDetectionJobInput> for StopSentimentDetectionJobInput
source§fn eq(&self, other: &StopSentimentDetectionJobInput) -> bool
fn eq(&self, other: &StopSentimentDetectionJobInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.