Struct aws_sdk_emrserverless::input::CancelJobRunInput
source · #[non_exhaustive]pub struct CancelJobRunInput { /* private fields */ }
Implementations§
source§impl 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
.
source§impl 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§
source§impl Clone for CancelJobRunInput
impl Clone for CancelJobRunInput
source§fn clone(&self) -> CancelJobRunInput
fn clone(&self) -> CancelJobRunInput
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 CancelJobRunInput
impl Debug for CancelJobRunInput
source§impl PartialEq<CancelJobRunInput> for CancelJobRunInput
impl PartialEq<CancelJobRunInput> for CancelJobRunInput
source§fn eq(&self, other: &CancelJobRunInput) -> bool
fn eq(&self, other: &CancelJobRunInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.