Struct aws_sdk_comprehend::operation::create_document_classifier::CreateDocumentClassifierOutput
source · #[non_exhaustive]pub struct CreateDocumentClassifierOutput { /* private fields */ }Implementations§
source§impl CreateDocumentClassifierOutput
impl CreateDocumentClassifierOutput
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.
source§impl CreateDocumentClassifierOutput
impl CreateDocumentClassifierOutput
sourcepub fn builder() -> CreateDocumentClassifierOutputBuilder
pub fn builder() -> CreateDocumentClassifierOutputBuilder
Creates a new builder-style object to manufacture CreateDocumentClassifierOutput.
Trait Implementations§
source§impl Clone for CreateDocumentClassifierOutput
impl Clone for CreateDocumentClassifierOutput
source§fn clone(&self) -> CreateDocumentClassifierOutput
fn clone(&self) -> CreateDocumentClassifierOutput
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<CreateDocumentClassifierOutput> for CreateDocumentClassifierOutput
impl PartialEq<CreateDocumentClassifierOutput> for CreateDocumentClassifierOutput
source§fn eq(&self, other: &CreateDocumentClassifierOutput) -> bool
fn eq(&self, other: &CreateDocumentClassifierOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateDocumentClassifierOutput
impl RequestId for CreateDocumentClassifierOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None if the service could not be reached.