Struct aws_sdk_comprehend::operation::delete_entity_recognizer::builders::DeleteEntityRecognizerOutputBuilder
source · #[non_exhaustive]pub struct DeleteEntityRecognizerOutputBuilder { /* private fields */ }Expand description
A builder for DeleteEntityRecognizerOutput.
Implementations§
source§impl DeleteEntityRecognizerOutputBuilder
impl DeleteEntityRecognizerOutputBuilder
sourcepub fn build(self) -> DeleteEntityRecognizerOutput
pub fn build(self) -> DeleteEntityRecognizerOutput
Consumes the builder and constructs a DeleteEntityRecognizerOutput.
Trait Implementations§
source§impl Clone for DeleteEntityRecognizerOutputBuilder
impl Clone for DeleteEntityRecognizerOutputBuilder
source§fn clone(&self) -> DeleteEntityRecognizerOutputBuilder
fn clone(&self) -> DeleteEntityRecognizerOutputBuilder
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 DeleteEntityRecognizerOutputBuilder
impl Default for DeleteEntityRecognizerOutputBuilder
source§fn default() -> DeleteEntityRecognizerOutputBuilder
fn default() -> DeleteEntityRecognizerOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteEntityRecognizerOutputBuilder> for DeleteEntityRecognizerOutputBuilder
impl PartialEq<DeleteEntityRecognizerOutputBuilder> for DeleteEntityRecognizerOutputBuilder
source§fn eq(&self, other: &DeleteEntityRecognizerOutputBuilder) -> bool
fn eq(&self, other: &DeleteEntityRecognizerOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.