#[non_exhaustive]pub struct PutJobFailureResultInput { /* private fields */ }
Expand description
Represents the input of a PutJobFailureResult
action.
Implementations§
source§impl PutJobFailureResultInput
impl PutJobFailureResultInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutJobFailureResult, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<PutJobFailureResult, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<PutJobFailureResult
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PutJobFailureResultInput
.
source§impl PutJobFailureResultInput
impl PutJobFailureResultInput
sourcepub fn job_id(&self) -> Option<&str>
pub fn job_id(&self) -> Option<&str>
The unique system-generated ID of the job that failed. This is the same ID returned from PollForJobs
.
sourcepub fn failure_details(&self) -> Option<&FailureDetails>
pub fn failure_details(&self) -> Option<&FailureDetails>
The details about the failure of a job.
Trait Implementations§
source§impl Clone for PutJobFailureResultInput
impl Clone for PutJobFailureResultInput
source§fn clone(&self) -> PutJobFailureResultInput
fn clone(&self) -> PutJobFailureResultInput
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 PutJobFailureResultInput
impl Debug for PutJobFailureResultInput
source§impl PartialEq<PutJobFailureResultInput> for PutJobFailureResultInput
impl PartialEq<PutJobFailureResultInput> for PutJobFailureResultInput
source§fn eq(&self, other: &PutJobFailureResultInput) -> bool
fn eq(&self, other: &PutJobFailureResultInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.