#[non_exhaustive]pub struct DeleteEntityRecognizerInput { /* private fields */ }Implementations§
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.
source§impl DeleteEntityRecognizerInput
impl DeleteEntityRecognizerInput
sourcepub fn builder() -> DeleteEntityRecognizerInputBuilder
pub fn builder() -> DeleteEntityRecognizerInputBuilder
Creates a new builder-style object to manufacture DeleteEntityRecognizerInput.
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>
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 ==.impl StructuralPartialEq for DeleteEntityRecognizerInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteEntityRecognizerInput
impl Send for DeleteEntityRecognizerInput
impl Sync for DeleteEntityRecognizerInput
impl Unpin for DeleteEntityRecognizerInput
impl UnwindSafe for DeleteEntityRecognizerInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more