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