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