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