#[non_exhaustive]pub struct DeleteEntityRecognizerInput { /* private fields */ }Implementations§
source§impl DeleteEntityRecognizerInput
impl DeleteEntityRecognizerInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEntityRecognizer, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteEntityRecognizer, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteEntityRecognizer>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEntityRecognizerInput.
source§impl DeleteEntityRecognizerInput
impl DeleteEntityRecognizerInput
sourcepub fn entity_recognizer_arn(&self) -> Option<&str>
pub fn entity_recognizer_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) that identifies the entity recognizer.
Trait Implementations§
source§impl Clone for DeleteEntityRecognizerInput
impl Clone for DeleteEntityRecognizerInput
source§fn clone(&self) -> DeleteEntityRecognizerInput
fn clone(&self) -> DeleteEntityRecognizerInput
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 DeleteEntityRecognizerInput
impl Debug for DeleteEntityRecognizerInput
source§impl PartialEq<DeleteEntityRecognizerInput> for DeleteEntityRecognizerInput
impl PartialEq<DeleteEntityRecognizerInput> for DeleteEntityRecognizerInput
source§fn eq(&self, other: &DeleteEntityRecognizerInput) -> bool
fn eq(&self, other: &DeleteEntityRecognizerInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.