#[non_exhaustive]pub struct CancelJobExecutionOutput { /* private fields */ }
Implementations§
source§impl CancelJobExecutionOutput
impl CancelJobExecutionOutput
sourcepub fn builder() -> CancelJobExecutionOutputBuilder
pub fn builder() -> CancelJobExecutionOutputBuilder
Creates a new builder-style object to manufacture CancelJobExecutionOutput
.
Trait Implementations§
source§impl Clone for CancelJobExecutionOutput
impl Clone for CancelJobExecutionOutput
source§fn clone(&self) -> CancelJobExecutionOutput
fn clone(&self) -> CancelJobExecutionOutput
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 CancelJobExecutionOutput
impl Debug for CancelJobExecutionOutput
source§impl PartialEq<CancelJobExecutionOutput> for CancelJobExecutionOutput
impl PartialEq<CancelJobExecutionOutput> for CancelJobExecutionOutput
source§fn eq(&self, other: &CancelJobExecutionOutput) -> bool
fn eq(&self, other: &CancelJobExecutionOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for CancelJobExecutionOutput
impl RequestId for CancelJobExecutionOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.