Struct aws_sdk_elastictranscoder::output::CancelJobOutput
source · #[non_exhaustive]pub struct CancelJobOutput {}
Expand description
The response body contains a JSON object. If the job is successfully canceled, the value of Success
is true
.
Implementations§
source§impl CancelJobOutput
impl CancelJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelJobOutput
.
Trait Implementations§
source§impl Clone for CancelJobOutput
impl Clone for CancelJobOutput
source§fn clone(&self) -> CancelJobOutput
fn clone(&self) -> CancelJobOutput
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 CancelJobOutput
impl Debug for CancelJobOutput
source§impl PartialEq<CancelJobOutput> for CancelJobOutput
impl PartialEq<CancelJobOutput> for CancelJobOutput
source§fn eq(&self, other: &CancelJobOutput) -> bool
fn eq(&self, other: &CancelJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.