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