Struct aws_sdk_comprehend::operation::delete_document_classifier::builders::DeleteDocumentClassifierInputBuilder
source · #[non_exhaustive]pub struct DeleteDocumentClassifierInputBuilder { /* private fields */ }Expand description
A builder for DeleteDocumentClassifierInput.
Implementations§
source§impl DeleteDocumentClassifierInputBuilder
impl DeleteDocumentClassifierInputBuilder
sourcepub fn document_classifier_arn(self, input: impl Into<String>) -> Self
pub fn document_classifier_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) that identifies the document classifier.
sourcepub fn set_document_classifier_arn(self, input: Option<String>) -> Self
pub fn set_document_classifier_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) that identifies the document classifier.
sourcepub fn build(self) -> Result<DeleteDocumentClassifierInput, BuildError>
pub fn build(self) -> Result<DeleteDocumentClassifierInput, BuildError>
Consumes the builder and constructs a DeleteDocumentClassifierInput.
Trait Implementations§
source§impl Clone for DeleteDocumentClassifierInputBuilder
impl Clone for DeleteDocumentClassifierInputBuilder
source§fn clone(&self) -> DeleteDocumentClassifierInputBuilder
fn clone(&self) -> DeleteDocumentClassifierInputBuilder
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 DeleteDocumentClassifierInputBuilder
impl Default for DeleteDocumentClassifierInputBuilder
source§fn default() -> DeleteDocumentClassifierInputBuilder
fn default() -> DeleteDocumentClassifierInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<DeleteDocumentClassifierInputBuilder> for DeleteDocumentClassifierInputBuilder
impl PartialEq<DeleteDocumentClassifierInputBuilder> for DeleteDocumentClassifierInputBuilder
source§fn eq(&self, other: &DeleteDocumentClassifierInputBuilder) -> bool
fn eq(&self, other: &DeleteDocumentClassifierInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.