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