Struct aws_sdk_m2::input::StartBatchJobInput
source · [−]#[non_exhaustive]pub struct StartBatchJobInput { /* private fields */ }Implementations
sourceimpl StartBatchJobInput
impl StartBatchJobInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartBatchJob, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<StartBatchJob, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<StartBatchJob>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StartBatchJobInput.
sourceimpl StartBatchJobInput
impl StartBatchJobInput
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The unique identifier of the application associated with this batch job.
sourcepub fn batch_job_identifier(&self) -> Option<&BatchJobIdentifier>
pub fn batch_job_identifier(&self) -> Option<&BatchJobIdentifier>
The unique identifier of the batch job.
sourcepub fn job_params(&self) -> Option<&HashMap<String, String>>
pub fn job_params(&self) -> Option<&HashMap<String, String>>
The collection of batch job parameters. For details about limits for keys and values, see Coding variables in JCL.
Trait Implementations
sourceimpl Clone for StartBatchJobInput
impl Clone for StartBatchJobInput
sourcefn clone(&self) -> StartBatchJobInput
fn clone(&self) -> StartBatchJobInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for StartBatchJobInput
impl Debug for StartBatchJobInput
sourceimpl PartialEq<StartBatchJobInput> for StartBatchJobInput
impl PartialEq<StartBatchJobInput> for StartBatchJobInput
sourcefn eq(&self, other: &StartBatchJobInput) -> bool
fn eq(&self, other: &StartBatchJobInput) -> bool
impl StructuralPartialEq for StartBatchJobInput
Auto Trait Implementations
impl RefUnwindSafe for StartBatchJobInput
impl Send for StartBatchJobInput
impl Sync for StartBatchJobInput
impl Unpin for StartBatchJobInput
impl UnwindSafe for StartBatchJobInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more