Struct aws_sdk_sagemaker::output::StopProcessingJobOutput
source · #[non_exhaustive]pub struct StopProcessingJobOutput {}
Implementations§
source§impl StopProcessingJobOutput
impl StopProcessingJobOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StopProcessingJobOutput
.
Trait Implementations§
source§impl Clone for StopProcessingJobOutput
impl Clone for StopProcessingJobOutput
source§fn clone(&self) -> StopProcessingJobOutput
fn clone(&self) -> StopProcessingJobOutput
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 StopProcessingJobOutput
impl Debug for StopProcessingJobOutput
source§impl PartialEq<StopProcessingJobOutput> for StopProcessingJobOutput
impl PartialEq<StopProcessingJobOutput> for StopProcessingJobOutput
source§fn eq(&self, other: &StopProcessingJobOutput) -> bool
fn eq(&self, other: &StopProcessingJobOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.