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