Struct aws_sdk_comprehend::operation::describe_sentiment_detection_job::builders::DescribeSentimentDetectionJobInputBuilder
source · #[non_exhaustive]pub struct DescribeSentimentDetectionJobInputBuilder { /* private fields */ }Expand description
A builder for DescribeSentimentDetectionJobInput.
Implementations§
source§impl DescribeSentimentDetectionJobInputBuilder
impl DescribeSentimentDetectionJobInputBuilder
sourcepub fn job_id(self, input: impl Into<String>) -> Self
pub fn job_id(self, input: impl Into<String>) -> Self
The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its response.
sourcepub fn set_job_id(self, input: Option<String>) -> Self
pub fn set_job_id(self, input: Option<String>) -> Self
The identifier that Amazon Comprehend generated for the job. The operation returns this identifier in its response.
sourcepub fn build(self) -> Result<DescribeSentimentDetectionJobInput, BuildError>
pub fn build(self) -> Result<DescribeSentimentDetectionJobInput, BuildError>
Consumes the builder and constructs a DescribeSentimentDetectionJobInput.
Trait Implementations§
source§impl Clone for DescribeSentimentDetectionJobInputBuilder
impl Clone for DescribeSentimentDetectionJobInputBuilder
source§fn clone(&self) -> DescribeSentimentDetectionJobInputBuilder
fn clone(&self) -> DescribeSentimentDetectionJobInputBuilder
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 Default for DescribeSentimentDetectionJobInputBuilder
impl Default for DescribeSentimentDetectionJobInputBuilder
source§fn default() -> DescribeSentimentDetectionJobInputBuilder
fn default() -> DescribeSentimentDetectionJobInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DescribeSentimentDetectionJobInputBuilder> for DescribeSentimentDetectionJobInputBuilder
impl PartialEq<DescribeSentimentDetectionJobInputBuilder> for DescribeSentimentDetectionJobInputBuilder
source§fn eq(&self, other: &DescribeSentimentDetectionJobInputBuilder) -> bool
fn eq(&self, other: &DescribeSentimentDetectionJobInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.