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