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