#[non_exhaustive]pub struct DescribeProcessingJobInput { /* private fields */ }
Implementations§
source§impl DescribeProcessingJobInput
impl DescribeProcessingJobInput
sourcepub fn processing_job_name(&self) -> Option<&str>
pub fn processing_job_name(&self) -> Option<&str>
The name of the processing job. The name must be unique within an Amazon Web Services Region in the Amazon Web Services account.
source§impl DescribeProcessingJobInput
impl DescribeProcessingJobInput
sourcepub fn builder() -> DescribeProcessingJobInputBuilder
pub fn builder() -> DescribeProcessingJobInputBuilder
Creates a new builder-style object to manufacture DescribeProcessingJobInput
.
source§impl DescribeProcessingJobInput
impl DescribeProcessingJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeProcessingJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeProcessingJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeProcessingJob
>
Trait Implementations§
source§impl Clone for DescribeProcessingJobInput
impl Clone for DescribeProcessingJobInput
source§fn clone(&self) -> DescribeProcessingJobInput
fn clone(&self) -> DescribeProcessingJobInput
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 Debug for DescribeProcessingJobInput
impl Debug for DescribeProcessingJobInput
source§impl PartialEq<DescribeProcessingJobInput> for DescribeProcessingJobInput
impl PartialEq<DescribeProcessingJobInput> for DescribeProcessingJobInput
source§fn eq(&self, other: &DescribeProcessingJobInput) -> bool
fn eq(&self, other: &DescribeProcessingJobInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.