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