Struct aws_sdk_comprehend::operation::describe_document_classification_job::DescribeDocumentClassificationJobInput
source · #[non_exhaustive]pub struct DescribeDocumentClassificationJobInput { /* private fields */ }Implementations§
source§impl DescribeDocumentClassificationJobInput
impl DescribeDocumentClassificationJobInput
sourcepub fn builder() -> DescribeDocumentClassificationJobInputBuilder
pub fn builder() -> DescribeDocumentClassificationJobInputBuilder
Creates a new builder-style object to manufacture DescribeDocumentClassificationJobInput.
source§impl DescribeDocumentClassificationJobInput
impl DescribeDocumentClassificationJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeDocumentClassificationJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeDocumentClassificationJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeDocumentClassificationJob>
Trait Implementations§
source§impl Clone for DescribeDocumentClassificationJobInput
impl Clone for DescribeDocumentClassificationJobInput
source§fn clone(&self) -> DescribeDocumentClassificationJobInput
fn clone(&self) -> DescribeDocumentClassificationJobInput
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<DescribeDocumentClassificationJobInput> for DescribeDocumentClassificationJobInput
impl PartialEq<DescribeDocumentClassificationJobInput> for DescribeDocumentClassificationJobInput
source§fn eq(&self, other: &DescribeDocumentClassificationJobInput) -> bool
fn eq(&self, other: &DescribeDocumentClassificationJobInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.