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