#[non_exhaustive]pub struct DescribeTargetedSentimentDetectionJobInput { /* private fields */ }Implementations§
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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DescribeTargetedSentimentDetectionJobInput.
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 ==.