Struct aws_sdk_emrserverless::input::CancelJobRunInput
source · [−]#[non_exhaustive]pub struct CancelJobRunInput { /* private fields */ }
Implementations
sourceimpl CancelJobRunInput
impl CancelJobRunInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelJobRun, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CancelJobRun, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CancelJobRun
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CancelJobRunInput
.
sourceimpl CancelJobRunInput
impl CancelJobRunInput
sourcepub fn application_id(&self) -> Option<&str>
pub fn application_id(&self) -> Option<&str>
The ID of the application on which the job run will be canceled.
sourcepub fn job_run_id(&self) -> Option<&str>
pub fn job_run_id(&self) -> Option<&str>
The ID of the job run to cancel.
Trait Implementations
sourceimpl Clone for CancelJobRunInput
impl Clone for CancelJobRunInput
sourcefn clone(&self) -> CancelJobRunInput
fn clone(&self) -> CancelJobRunInput
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 CancelJobRunInput
impl Debug for CancelJobRunInput
sourceimpl PartialEq<CancelJobRunInput> for CancelJobRunInput
impl PartialEq<CancelJobRunInput> for CancelJobRunInput
sourcefn eq(&self, other: &CancelJobRunInput) -> bool
fn eq(&self, other: &CancelJobRunInput) -> bool
impl StructuralPartialEq for CancelJobRunInput
Auto Trait Implementations
impl RefUnwindSafe for CancelJobRunInput
impl Send for CancelJobRunInput
impl Sync for CancelJobRunInput
impl Unpin for CancelJobRunInput
impl UnwindSafe for CancelJobRunInput
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