#[non_exhaustive]pub struct ContainsPiiEntitiesInput { /* private fields */ }Implementations§
source§impl ContainsPiiEntitiesInput
impl ContainsPiiEntitiesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ContainsPiiEntities, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ContainsPiiEntities, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ContainsPiiEntities>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ContainsPiiEntitiesInput.
source§impl ContainsPiiEntitiesInput
impl ContainsPiiEntitiesInput
sourcepub fn language_code(&self) -> Option<&LanguageCode>
pub fn language_code(&self) -> Option<&LanguageCode>
The language of the input documents. Currently, English is the only valid language.
Trait Implementations§
source§impl Clone for ContainsPiiEntitiesInput
impl Clone for ContainsPiiEntitiesInput
source§fn clone(&self) -> ContainsPiiEntitiesInput
fn clone(&self) -> ContainsPiiEntitiesInput
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 Debug for ContainsPiiEntitiesInput
impl Debug for ContainsPiiEntitiesInput
source§impl PartialEq<ContainsPiiEntitiesInput> for ContainsPiiEntitiesInput
impl PartialEq<ContainsPiiEntitiesInput> for ContainsPiiEntitiesInput
source§fn eq(&self, other: &ContainsPiiEntitiesInput) -> bool
fn eq(&self, other: &ContainsPiiEntitiesInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.