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